![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Is it possible to import a MS sql server 7 or 2000 database into Oracle? Also, if this is possible, would it be better to just import tables and no stored procedures? thanks, Ellie |
#3
| |||
| |||
|
|
E Sullivan wrote: Hi, Is it possible to import a MS sql server 7 or 2000 database into Oracle? Also, if this is possible, would it be better to just import tables and no stored procedures? thanks, Ellie What do you mean by "import"? If you mean dump the data as a delimited text file and use SQL*Loader. Yes. But do keep in mind you will need to translate some data types and autonumbering columns do not exist. -- Daniel Morgan http://www.outreach.washington.edu/e...ad/oad_crs.asp http://www.outreach.washington.edu/e...oa/aoa_crs.asp damorgan@x.washington.edu (replace 'x' with a 'u' to reply) |
#4
| |||
| |||
|
|
Thanks, Daniel. Yes, that is what I want. Now about the autonumbering columns: as long as we aren't going to add to the database and expect autonumbering, I can still have that column, right? That's what it sounds like. thanks again. |
![]() |
| Thread Tools | |
| Display Modes | |
| |