SQL SERVER

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
vj_meghani
Participant
Posts: 7
Joined: Fri Oct 29, 2004 10:48 am

SQL SERVER

Post by vj_meghani »

HI

I am tring to load table from SQL server to Oracle. but some how i am not able to see the actuall table that i hv to transfer it.
I am able to see some of the Master.dbo. systemtable, but none of the table that i hv transfer.

Can anyone pls help me on this.


Thanks
vaishali
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

Hi,

Check your odbc settings. Make the db you want to reach your default db
and make sure you have permissions to see al tables you need.


HTH,
Amos
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

Amos is right, it looks like you are loading the tables of the "Master" database from your SQL Server. This db will have no user tables in it, only system tables. You database name you are passing to the ODBC driver may be missing or incorrectly spelt. You could also try making the correct database the default database for the database login you are using from SQL Server Enterprise Manager.
vj_meghani
Participant
Posts: 7
Joined: Fri Oct 29, 2004 10:48 am

Post by vj_meghani »

Thanks a lot. I am now able to view the table and even transfer the data


thanks

vaishali
vj_meghani
Participant
Posts: 7
Joined: Fri Oct 29, 2004 10:48 am

sotre porcedure

Post by vj_meghani »

Hi. I am able to transfer all the table from sql server to oracle database.
Do U have any idea how do i transfer sql server store procedure to pl/sql . i am able to import the store procedure file how to conver them.

thanks
vaishali
shawn_ramsey
Participant
Posts: 145
Joined: Fri May 02, 2003 9:59 am
Location: Seattle, Washington. USA

Re: sotre porcedure

Post by shawn_ramsey »

Vaishali,

I am pretty sure that this is not a something that you will be doing in datastage. :D

I have seen some tools advertised that claimed to take an Oracle Stored Procedure and convert it to a SQL Server one, but not the other way around.
Shawn Ramsey

"It is a mistake to think you can solve any major problems just with potatoes."
-- Douglas Adams
shawn_ramsey
Participant
Posts: 145
Joined: Fri May 02, 2003 9:59 am
Location: Seattle, Washington. USA

Re: sotre porcedure

Post by shawn_ramsey »

I need to correct my previous statement. There does seem to be tools out there that convert the stored procedures. A quick google search turned up the following:

http://www.ispirer.com/products
Shawn Ramsey

"It is a mistake to think you can solve any major problems just with potatoes."
-- Douglas Adams
Post Reply