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

Thread: ERROR:ORA-00955 while creating Packages!

  1. #1
    Join Date
    Feb 2001
    Posts
    286
    Hi all!

    Wishing you a very happy new Year 2002!

    Query:

    1.I tried to create a Package named xyz but got the error:

    ERROR:ORA-00955:name is already used by an existing object!

    sql>

    What could have gone wrong!

    2.Could you please provide me scripts for automatically taking Hot and cold Backups with OS:WIN NT,WIN 98 with Oracle v8i 8.1.6.0.0

    Take care.

    Amit.


  2. #2
    Join Date
    Aug 2001
    Location
    Waterloo, On
    Posts
    547
    You can do
    select object_name, object_type from user_objects where object_name like %XYZ% ;

    You would definitely be having an object named xyz. Either delete it or name your package differently.

    Raminder Singh

    Oracle Certified DBA: Oracle 8i, 9i


    Mail me at raminderahluwalia@rediffmail.com.

  3. #3
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938


    1.I tried to create a Package named xyz but got the error:

    ERROR:ORA-00955:name is already used by an existing object!

    sql>

    What could have gone wrong!

    Well, you or someone with your username has already created an object called xyz.


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