Jigsaw Archives - gettectonic.com
Cross Cloud Zero-Copy Data

Cross Cloud Zero-Copy Data

Simplifying Secure Data Access Across Clouds In today’s data-driven world, secure and prompt access to information is crucial. However, with critical analytics data spread across various cloud vendors, achieving this expediency can be challenging. Cross-cloud zero-copy data sharing doesn’t have to be complex. By leveraging your Autonomous Database, you can swiftly establish secure data sharing with your Salesforce CRM Data Stream in just seconds. This guide will walk you through the straightforward process of connecting your Salesforce CRM data to your Autonomous Database using the Salesforce CRM data connector type. Requirements for Salesforce Integration To connect Salesforce CRM data with your Autonomous Database, you’ll need the following: 1. Confirm Data Stream Configuration On the Data Streams Dashboard, verify the Data Stream Name, Data Connector Type, and Data Stream Status. 2. Set Up Your Autonomous Database Create Your Credentials: sqlCopy codeBEGIN DBMS_CLOUD.CREATE_CREDENTIAL( credential_name => ‘<your credential name>’, username => ‘<your salesforce log-in id>’, password => ‘<your salesforce password>’); END; / Create Your Database Link: sqlCopy codeBEGIN DBMS_CLOUD_ADMIN.CREATE_DATABASE_LINK( db_link_name => ‘<your database link name>’, hostname => ‘<your host>.my.salesforce.com’, port => ‘19937’, service_name => ‘salesforce’, ssl_server_cert_dn => NULL, credential_name => ‘<your credential name>’, gateway_params => JSON_OBJECT( ‘db_type’ value ‘salesforce’, ‘security_token’ value ‘<your security token>’)); END; / 3. Check Connectivity Details The HETEROGENEOUS_CONNECTIVITY_INFO view provides information on credential and database link requirements for external databases. For example: sqlCopy codeSELECT database_type, required_port, sample_usage FROM heterogeneous_connectivity_info WHERE database_type = ‘salesforce’; 4. Demonstration: Connecting to Salesforce Data Follow these steps to connect to your Salesforce CRM organization using the Salesforce Data Cloud Sales synthetic data in the Account_Home Data Stream: 5. Set Up Connectivity Using DBMS_CLOUD.CREATE_CREDENTIAL, create the necessary credentials to connect to Salesforce. Then, use DBMS_CLOUD_ADMIN.CREATE_DATABASE_LINK to establish the database link. Once configured, execute the SELECT statement against the ACCOUNT data to verify successful connection. 6. Utilize Zero-Copy Data Sharing With zero-copy data access to the Salesforce CRM Data Lake ACCOUNT object, you can: Conclusion As demonstrated, secure and efficient cross-cloud zero-copy data access can be straightforward. By following these simple steps, you can bypass cumbersome ETL operations and gain immediate, secure access to your Salesforce CRM data. This approach eliminates the overhead of complex data pipelines and provides you with real-time access to critical business data. Like Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Salesforce Jigsaw Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Read More
Salesforce Jigsaw

Salesforce Jigsaw

Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for $142 million. This agreement also includes an incentive component, allowing for a 10% increase in the purchase price contingent upon meeting specific performance milestones. Cloud computing stands out as the leading trend in the business software realm, attracting attention from established players such as Microsoft (MSFT), SAP (SAP), and Oracle (ORCL). By leveraging internet technologies, cloud computing enhances application usability while reducing costs associated with server and hardware investments. With annual revenues surpassing $1 billion, Salesforce.com (CRM) continues its remarkable growth trajectory. However, to further augment its capabilities and revenue streams, the company is likely to concentrate on strategic acquisitions like Jigsaw. Originating in 2003, Jigsaw embarked on a journey common to high-tech startups, continually refining its business model and securing substantial venture capital funding. The company’s mission was ambitious: leveraging cloud computing and crowd-sourcing to develop a cutting-edge business database to rival established players like D&B (DNB). Overcoming challenges related to data accuracy, duplicate information, and user participation, Jigsaw devised innovative tools and incentive models, resulting in a thriving community of over 1.2 million members and a database comprising 21 million professionals from 4 million companies. By integrating with Salesforce.com, Jigsaw anticipates further enhancements to its database, given the latter’s access to extensive customer data. With approximately 800 existing customers, including notable names like New Horizons Computer Learning Centers, Hackett Group, and Sales Performance International, Jigsaw stands to benefit from Salesforce.com’s expansive customer base and cross-selling opportunities. While the transaction is expected to temporarily impact Salesforce.com’s GAAP earnings by approximately 20 to 22 cents per share for fiscal year 2011, this is a common occurrence in rapidly growing markets. Salesforce.com estimates the market opportunity to be $3 billion, signaling significant growth potential. As Salesforce.com’s stock price has doubled over the past year and the company has secured $575 million in debt financing, it is well-positioned for an assertive merger and acquisition strategy. The acquisition of Jigsaw likely marks the beginning of a series of strategic moves for Salesforce.com in the near future. Like1 Related Posts Salesforce OEM AppExchange Expanding its reach beyond CRM, Salesforce.com has launched a new service called AppExchange OEM Edition, aimed at non-CRM service providers. Read more The Salesforce Story In Marc Benioff’s own words How did salesforce.com grow from a start up in a rented apartment into the world’s Read more Health Cloud Brings Healthcare Transformation Following swiftly after last week’s successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more Alphabet Soup of Cloud Terminology As with any technology, the cloud brings its own alphabet soup of terms. This insight will hopefully help you navigate Read more

Read More
gettectonic.com