dbTalk Databases Forums  

Password is not saved for Oracle connections

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Password is not saved for Oracle connections in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bob Sherman
 
Posts: n/a

Default Password is not saved for Oracle connections - 12-12-2005 , 03:33 PM






I'm tryiing to run a package that transfers data from an Oracle database to a
table in SQL Server 2005. The package runs just fine from the BID.

However, when I deploy it to the server, it fails. It gives a "ORA-01017:
invalid
username/password; logon denied" error when I use the Microsoft OLE DB
Provider for Oracle, and a "ORA-10005: null password; logon denied" error
when I use the Oracle provider for OLE.

Are data connections to Oracle broken or could there be a problem within
deployment?

Can someone provide some good, detailed instructions on how to get this to
work??

Thanks in advance.


Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Password is not saved for Oracle connections - 12-12-2005 , 04:37 PM






Bob Sherman wrote:
Quote:
I'm tryiing to run a package that transfers data from an Oracle database to a
table in SQL Server 2005. The package runs just fine from the BID.

However, when I deploy it to the server, it fails. It gives a "ORA-01017:
invalid
username/password; logon denied" error when I use the Microsoft OLE DB
Provider for Oracle, and a "ORA-10005: null password; logon denied" error
when I use the Oracle provider for OLE.

Are data connections to Oracle broken or could there be a problem within
deployment?

Can someone provide some good, detailed instructions on how to get this to
work??

Thanks in advance.

I haven't used the Oracle provider, but you may want to look at the
package protection level setting. This uses User Key for encrypting
sensitive information by default, but for deployment I suggest you
change to do not save sensitive. Use configurations to supply passwords
and other sensitive parameters at run-time. I know some provider just
don't seem to save this type of information, and that is no bad thing.
You should be able to workaround this with configurations, and be more
secure as well.

--
Darren
http://www.sqldts.com
http://www.sqlis.com


Reply With Quote
  #3  
Old   
Bob Sherman
 
Posts: n/a

Default Re: Password is not saved for Oracle connections - 12-13-2005 , 03:41 PM



Thank you Darren - I'll try your suggestions, but it does look data
connections to Oracle are basically BROKEN! There is no excuse for having use
workarounds to accomplish a task that very simple in SQL Server 2000,
especially after Mr. Balmer made such a big deal out 'connectivity' at the
intro on 11/7.

Hopefully they will fix this in the first service pack.

"Darren Green" wrote:

Quote:
Bob Sherman wrote:
I'm tryiing to run a package that transfers data from an Oracle database to a
table in SQL Server 2005. The package runs just fine from the BID.

However, when I deploy it to the server, it fails. It gives a "ORA-01017:
invalid
username/password; logon denied" error when I use the Microsoft OLE DB
Provider for Oracle, and a "ORA-10005: null password; logon denied" error
when I use the Oracle provider for OLE.

Are data connections to Oracle broken or could there be a problem within
deployment?

Can someone provide some good, detailed instructions on how to get this to
work??

Thanks in advance.


I haven't used the Oracle provider, but you may want to look at the
package protection level setting. This uses User Key for encrypting
sensitive information by default, but for deployment I suggest you
change to do not save sensitive. Use configurations to supply passwords
and other sensitive parameters at run-time. I know some provider just
don't seem to save this type of information, and that is no bad thing.
You should be able to workaround this with configurations, and be more
secure as well.

--
Darren
http://www.sqldts.com
http://www.sqlis.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.