Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: what is wrong with this export?
Just run like this. It will ask for password. Assuming you are running it
manually.
Make sure you have ORACLE_SID set correctly.
exp user FULL=N tables = ( table1, tab2, tab3, tab40,tab5,ttdsls051061,ttdsls051110,ttdsls051120,ttdsls051130, ttdinv700040,ttdinv700061,ttdinv700110,ttdinv700120,ttdinv700130, ttfgld410210,ttfgld421010,ttfgld410060,ttfgld100010,ttfgld106060, ttfgld106100\ ) COMPRESS=N direct=Y log=fullsls.log file=fullsls.dmp
-----Original Message-----
Sent: Tuesday, April 30, 2002 4:28 PM
To: Multiple recipients of list ORACLE-L
Basing it on my Solaris experience the \ is a control character so the system will treat the ( and ) as part of the export command. But doesn't it need to be immediate before the ( and )? I.e., \( instead of \ (?
What is the error you're getting?
-----Original Message-----
Sent: Tuesday, April 30, 2002 3:54 PM
To: Multiple recipients of list ORACLE-L
I'm not working on AIX,
but I use syntax
exp user/passwd tables=(TABLE1,TABLE2) ... etc.
Why do you use \( and \) ?
JP
On Tue 30. April 2002 21:38, you wrote:
> Hi friends,
>
> Iam exporting some of tables, but keep getting error!! Could you help..
> Mine is AIX415 with oracle4.3, If I want import an individual table, what
> is correct form of parameters?
>
> exp user/passwd tables = \ ( table1, tab2, tab3,
> tab40,tab5,ttdsls051061,ttdsls051110,ttdsls051120,ttdsls051130,
> ttdinv700040,ttdinv700061,ttdinv700110,ttdinv700120,ttdinv700130,
> ttfgld410210,ttfgld421010,ttfgld410060,ttfgld100010,ttfgld106060,
> ttfgld106100\ ) COMPRESS=N direct=Y log=fullsls.log file=fullsls.dmp
>
>
> Thanks in advance
> Raghu.
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jan Pruner INET: jan_at_pruner.cz Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Miller, Jay INET: JayMiller_at_TDWaterhouse.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Wong, Bing INET: bing.wong_at_IngramMicro.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Apr 30 2002 - 19:05:12 CDT
![]() |
![]() |