Oracle DB connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-05-21 06:47 AM
I am having credentials of Oracle DB and those credentials would be the
Database :?
password:?
provider:?
connection string :?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-05-21 07:56 AM
Provider=OraOLEDB.Oracle;Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=[Host Name])(PORT=[Port]))(CONNECT_DATA= (SERVER = DEDICATED)(SERVICE_NAME=[Service Name])));User Id=[Database User ID];Password=[Database Password];
Sometimes the connection string may change according to your organization so ask DBA team to give you above string so you can format it
Those are square bracket just give all your details and it works.
Hope it helps 😉
Amlan Sahoo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-05-21 02:08 PM
@Amlan Sahoo
Hello Amlan,
Thanks for your response. Have tried the connection string which you have provided by providing the appropriate values. The error was not happening at "Set Connection" Activity.
While trying "Open" activity under OLE DB VBO it was throwing the following error:
"Could not execute code stage because exception thrown by code stage: The 'OraOLEDB.Oracle' provider is not registered on the local machine."
Can you please help me out on this Exception?
Thanks in advance,
Rahul Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-05-21 02:22 PM
Amlan Sahoo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-05-21 04:30 PM
With the oracle provider error you are missing the Oracle Data Access Components on your machine. If you look for this or search for ODAC you should find the download on oracles website. You might need to register to download it though.
