Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> comments in dump file
Hello,
I am doing an import from a dump file that includes comments, like so:
ALTER TABLE "MYTABLE" MODIFY ("MYCOLUMN" DEFAULT 'N' -- this is a comment)"
This results in failure for any such line. I would like to avoid having to do an 'imp SHOW=y" to get all statements like the above and execute them manually. Is there an easy way to disregard the comments here?
Thanks,
Andrew
Received on Fri Jun 17 2005 - 11:16:53 CDT
![]() |
![]() |