DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Double quote in create proc

Threaded View

  1. #1
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    195

    Data Pump problem

    I have used data pump utility in 10g to import & export data. After export, the double quote was added to procedure code, as shown below:

    before export: create procedure abc ...
    after import: create procedure "abc" ...

    This causes some problems to our applications. Does anybody have similar problems? Any help would be appreciated.
    Last edited by dba1; 07-12-2007 at 02:16 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width