Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need urgent for sequence export with par file

825320Dec 20 2010 — edited Dec 20 2010
Hi All,
I am new for oracle DB. I need urgent help. I am currently exporting tables from par file.
Below is my par file description:
---------------------------------------
STATISTICS=NONE
BUFFER=1000000
GRANTS=N
tables=TB_EPC_ELEMENT
TB_ENTITY_STORE
TB_COMPILED_RULES
EFFECTIVE_VERSION
-------------------------------------------
This same is also used for import also.
Now I want to export and import sequence also through this par file.

I have also tried below mentioned options:
----------------------------------------
STATISTICS=NONE
BUFFER=1000000
GRANTS=N
INCLUDE=SEQUNCE,TABLE:" IN('TB_EPC_ELEMENT','TB_ENTITY_STORE','TB_COMPILED_RULES',
'EFFECTIVE_VERSION',
'EFFECTIVE_VERSION_SQ')"
----------------------------------------

But It's giving exception.

Please provide some help or pointer regarding it. Thanks in advance.

Regards,
Gopal lal
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 17 2011
Added on Dec 20 2010
1 comment
225 views