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

Thread: unable to create program unit

  1. #1
    Join Date
    Feb 2006
    Posts
    86

    unable to create program unit

    i have package (specification + body) with name 'commercial'.
    this package is created in the live area (main database).
    same package was created earlier in my testing area but i had accidently dropped it.
    now i am again creating same package in my testing area (database)
    (by copying the code from live area package and pasting it to testing area package) but its generating following error :

    PDE-PUP001 ORA-00604: error occurred at recursive SQL level1
    ora-06502 : PL/SQL :numeric or value error

    pls look into that since i have to test certain things which i can't do it live area. niethier i can re-write the code as it is quite a large
    package and the requirement is urgent.

    thanx

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Cool


    Either you copied and pasted incorrectly --or-- you are entering incorrect data --or-- the schema's are different (which means that any test you make is useless)
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

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