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

Thread: Database Schema creation ORA:02421

Hybrid View

  1. #1
    Join Date
    May 2004
    Posts
    14

    Database Schema creation ORA:02421

    Hi,

    I logged in as SYS/SYSDBA and tried to create the following schema:

    create schema authorization supplier_track;

    I get error 02421, is the syntax wrong?

    Thanks.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    02421, 00000, "missing or invalid schema authorization identifier"
    // *Cause: the schema name is missing or is incorrect in an authorization
    // clause of a create schema statement.
    // *Action: If the name is present, it must be the same as the current
    // schema.


    doesnt the error tell you wahat the problem is?

  3. #3
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Quote Originally Posted by bayflash27
    Hi,

    I logged in as SYS/SYSDBA and tried to create the following schema:

    create schema authorization supplier_track;

    I get error 02421, is the syntax wrong?

    Thanks.
    Login as user supplier_track and then try.

    HTH
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

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