import & export
Please support our Oracle advertiser: Programming Forums
![]() |
Sorry for the simple question...
But please i need help from you guys...
How to import and export the database in oracle..iam have been using oracle 8i in my computer...
im completely new to this environment...
please help on this..
Thanks in advance...
Shanti.
But please i need help from you guys...
How to import and export the database in oracle..iam have been using oracle 8i in my computer...
im completely new to this environment...
please help on this..
Thanks in advance...
Shanti.
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
•
•
Posts: 42
Reputation:
Solved Threads: 1
Hi
At the command line try something like this
c:\> exp system/manager file=myfile.dmp full=y buffer=20000000 log=exp.log
This will take a full export of the database (assuming system password is manager) and put all the data into the file called myfile.dmp. DO NOT try and edit this file as it is a binary file.
You can import this file in full or individual schemas or individual table(s). It's up to you.
Check out this link it has a lot of useful info.
http://wiki.oracle.com/page/Oracle+e...import+?t=anon
Merry Christmas
Alistair
At the command line try something like this
c:\> exp system/manager file=myfile.dmp full=y buffer=20000000 log=exp.log
This will take a full export of the database (assuming system password is manager) and put all the data into the file called myfile.dmp. DO NOT try and edit this file as it is a binary file.
You can import this file in full or individual schemas or individual table(s). It's up to you.
Check out this link it has a lot of useful info.
http://wiki.oracle.com/page/Oracle+e...import+?t=anon
Merry Christmas
Alistair
![]() |
Similar Threads
Other Threads in the Oracle Forum
- php & mysql (MySQL)
Other Threads in the Oracle Forum
- Previous Thread: password for sql plus
- Next Thread: discoverer pus running totals
•
•
•
•
Views: 1184 | Replies: 2 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode