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!

Export view in 10g

697309Apr 21 2009 — edited Apr 23 2009
Hi,

I need to export some views. I tried using expdp for exporting, but I am getting some errors.

I am getting the below error:
ORA-39168: Object path VIEW was not found.
ORA-31655: no data or metadata objects selected for job
Job "IM"."SYS_EXPORT_SCHEMA_01" completed with 2 error(s) at 16:31:12

Commad used is:
expdp <username>/<password> PARFILE=IM_VIEWS.par

ParameterFile:
DIRECTORY=Dpump_IMdir1
DUMPFILE=IM_VIEWS.dmp
CONTENT=ALL
INCLUDE=VIEW:"='View_PD_ShoppingCart'"

Can anyone please let me know whether exporting view using expdp is possible or not?

If yes, please let me know as to where i have gone wrong.

Please suggest as to how to export the views in 10g.

Any help would be much appreciated.

Thanks,
Ramya
This post has been answered by OrionNet on Apr 23 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2009
Added on Apr 21 2009
46 comments
6,938 views