create user APEX_030200 identified by «»

My first attempt to install APEX in a new database of Oracle11g on Windows XP. I noticed the following error:

I. O R A C L E S Y S I N S T A L L P R O C E S S
.. create user flows
create user APEX_030200 identified by «»
*
ERROR on line 1:
ORA-01741: identifier of length zero illegal

Why the installation process had not an identifier? I tried to issue the same statement in sqlplus and got the same result.

Thanks for your help.

Hi Vernon,

You have run
@apexins tablespace_apex tablespace_files tablespace_temp images

Where:
* tablespace_apex is the name of the storage space for the user of the Oracle Application Express application.
* tablespace_files is the name of the storage space for the user to Oracle Application Express files.
* tablespace_temp is the name of the temporary storage space.
* images is the virtual directory for the images of Oracle Application Express. To support future upgrades Oracle Application Express, set the directory of the virtual image that / i /.
Example: @apexins SYSAUX SYSAUX TEMP is

And when he asks the script provided a password for the ADMIN user?

Greetings,
Roel
http://roelhartman.blogspot.com/
You can reward this response in marking it as useful or Correct ;-)

Tags: Database

Similar Questions

  • 11g create user identified by the values?

    In the 10g version and under we could easily migrate users (including the password) to one database to another using:

    CREATE USER scott IDENTIFIED BY "{encrypted password}" VALUES... blah, blah...

    What is the equivalent 11 g of this order which would allow me to migrate users from a database 11 g to another?

    Is ONLY option datapump?

    Check investigation of Lawrence with examples:
    http://laurentschneider.com/wordpress/2008/03/alter-user-identified-by-values-in-11g.html

    It is possible to use identified by the values of Nations 11g as well.

  • Error while creating user

    Hi all

    OS: Win XP
    DB: 11.2.0.1

    I installed an oracle in my system. Created a database test and try ti create a user, but is in error.

    SQL > create user test identified by the test.
    create user identified by test test
    *+
    ERROR on line 1:
    ORA-01031: insufficient privileges


    I connected through "sys as sysdba.

    What can be the problem?

    Kind regards.

    OK... I got the link to disable DV.

    http://www.filibeto.org/Sun/lib/nonsun/Oracle/10.2.0.1.0/B19306_01/server.102/b25166/dvdisabl.htm#BAJICEFE

    Now I'm able to create user...!

    Thnks... !!!

  • a question from a newbie: create user failed.

    Hello.
    I'm a newbie on the oracle database, and now, I encounter a question. It is said in the book that you can use:

    create username
    identified by password;

    to create a user. But when I test:

    create user test1
    identified by test1;

    the system returns:

    ORA-01031: insufficient privileges

    How does this happen?

    It happens because the user with which you are currently connected has no privilege to create users

  • Tree of the newly created user table is empty

    Hi all

    I want to create a user who can only select a schema from a prisoner by one user.

    Create user test identified by Test1ng;
    grant create session to test;
    Grant select on a.table1 to test;

    The new user will use sqldeveloper and needs the tables is visible in the tab tables, but after completing the steps above test user when using sqldeveloper will see all the tables in the tab tables.

    Is there way to grant select test user on the tables in the diagram with the visible tables during the user test uses sqldeveloper?

    Thanks in advance

    Hello Hans,.

    A user sees only the tables held under its own Tables node. To see "table1", scroll down to the "Other users" node, and then expand users 'a' and look under this node Tables.

    Kind regards
    Gary
    SQL development team

  • creating user, visible tables on the tab tables sqldeveloper

    Hi all

    I want to create a user who can only select a schema from a prisoner by one user.


    Create user test identified by Test1ng;
    grant create session to test;
    Grant select on a.table1 to test;

    The new user will use sqldeveloper and needs the tables is visible in the tab tables, but after completing the steps above test user when using sqldeveloper will see all the tables in the tab tables.

    Is there way to grant select test user on the tables in the diagram with the visible tables during the user test uses sqldeveloper?

    Thanks in advance

    >

    Hello Hans,.

    as a test user, I am able to select the table using the prefix as below
    Select * from a.account;

    Well, then it is a problem of configuration of SQL Developer - maybe just restart it? Nothing of such a 'reboot' ;)

    Please mark the thread as answered here and move your question on the SQL Developer Forum
    If the problem persists.

    Paul...

  • Need help to automate a script to create user

    Hi people,

    Environment: 10.2.0.4.0
    Platform: Sun Solaris

    I had to stop a few users (about 100) in my database. But before I did, I would save the user creation script as backup (just in case I need to re - create a user).

    Toad can generate the script to create user as follows

    CREATE USER TEST
      IDENTIFIED BY VALUES '**********'
      DEFAULT TABLESPACE PUBLISH
      TEMPORARY TABLESPACE TEMP_APP
      PROFILE APP_USERS
      PASSWORD EXPIRE
      ACCOUNT UNLOCK;
      -- 2 Roles for TEST
      GRANT CONNECT TO TEST;
      GRANT E_READONLY TO TEST;
      ALTER USER TEST DEFAULT ROLE ALL;
    However, it is simply too tedious to do it for each user. Can someone please suggest a solution more effeienct to generate the script to create user using PL/SQL, script etc?

    Thanks in advance

    rogers42

    DBMS_METADATA. GET_DDL

    Long value 1000000000

    Select dbms_metadata.get_ddl ('USER', username)
    from dba_users
    where

    There are other functions in this package to other things you list.

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • creating user using the database link

    Hello

    I have 11g installed on one of the server
    I created the database BUGAU to bugau.us.oracle.com link
    link works fine

    "Select * from table@"Bugau "gives the expected result

    I ran the Sub statement to my server using the dblink.but do not know how to use the dblink to that effect. Please sat down

    CREATE USER ABC IDENTIFIED BY welcome TEMPORARY by DEFAULT TABLESPACE USERS_001 temp123 TABLESPACE;

    GRANT DEFAULT TO abc;

    ALTER USER abc PROFILE LEVEL_1;

    Thank you
    Archana

    Bravid wrote:

    You cannot create a user on a remote database using a database link.

    You can, but it is not a good design:

    SQL> exec dbms_utility.exec_ddl_statement@orcl('CREATE USER ABC IDENTIFIED BY ABC');
    
    PL/SQL procedure successfully completed.
    
    SQL> exec dbms_utility.exec_ddl_statement@orcl('GRANT CREATE SESSION TO ABC');
    
    PL/SQL procedure successfully completed.
    
    SQL> connect abc@orcl/ABC
    Connected.
    SQL> 
    

    Of course, the user in the database unite ORCL must have EXECUTE on DBMS_UTILITY privilege.

    SY.

  • problem of creating user with SYSTEM default tablespace

    Hi guru

    When I am creating the user with table space default 'SYSTEM' I get the following error message
     SQL> create user chetan
      2  indentified by c 
      3  default tablsespace SYSTEM
      4  temporary tablespace TEMP
      5  quota 20 m on SYSTEM
      6  password expire;
    indentified by c
    *
    ERROR at line 2:
    ORA-00922: missing or invalid option
    and when I change EXAMPLE its created as follows table space
     SQL> create user chetan
      2  identified by c
      3  default tablespace EXAMPLE
      4  temporary tablespace TEMP
      5  quota 15m on EXAMPLE
      6  password expire;
    
    User created.
    so my question is. Is it not possible to create a new user with systemtablesapce?


    Thanks in advance
    Chetan

    you have a typo on line 2:

     SQL> create user chetan
    2  indentified by c 
    

    identified ?

    so my question is. Is it not possible to create a new user with systemtablesapce?

    Yes, you can

    SQL> create user vivek identified by l default tablespace system
      2  ;
    
    User created.
    
  • error in the IF statement - create user

    SET SERVEROUTPUT ON

    DECLARE
    NUM INTEGER;
    BEGIN
    NUM = 1;

    IF (NUM = 1) THEN

    CREATE USER IDENTIFIED BY BOB BOB;

    END IF;
    END;

    I encounter the following error
    SQL > @T1
    CREATE USER IDENTIFIED BY BOB BOB;
    *
    ERROR on line 11:
    ORA-06550: line 11, column 3:
    PLS-00103: encountered the symbol "CREATE" when waiting in the following way:
    begin case declare exit for goto if loop mod null pragma
    raise return select update while < ID >
    < between double quote delimited identifiers of > < a variable binding > < <
    Close current delete fetch locking insert open rollback
    SAVEPOINT SQLExecute set pipe fusion commit forall

    What should I do? I'm on sql, oracle 10g, cmd in windows 7.

    sweetiePie says:

    What should I do? I'm on sql, oracle 10g, cmd in windows 7.

    DDL is not available in PL/SQL. You do not normally run DDL in PL/SQL, but if it is justified, use you dynamic SQL:

    SET SERVEROUTPUT ON
    
    DECLARE
    NUM INTEGER;
    BEGIN
    NUM = 1;
    
    IF NUM = 1 THEN
    EXECUTE IMMEDIATE 'CREATE USER BOB IDENTIFIED BY BOB';
    END IF;
    END;
    /
    

    SY.

  • Creating user database form and by inserting the username, password to a table

    Hi all

    Help me anyone how to do the following tasks from10g.

    Creating user forms data and inserting the name of user, password, and other data to a specific table.


    Arif

    Hello
    I think the guy gave you automated statements that you do not get :) Try this simple...

    FORMS_DDL('CREATE USER YOU_USER_NAME IDENTIFIED BY YOUR_PASSWORD'); -- Replace the user and pass variables upon your requirement.
    FORMS_DDL('GRANT CONNECT, RESOURCE TO YOUR_USER_NAME');  -- Or any role you want to set...
    

    -Clément

  • Creating user in bulk in Essbase

    Hi all

    How can we create users in bulk in Essbase? say if there are 500 users must be created at the same time. What is the technique? Please get back to me as soon as POSSIBLE

    Thank you

    Assume that you have 500 users in c:\user.csv, you can create lots of MaxL command using the following JavaScript code. Copy the code below and the name as gm.js, run gm.js in Windows.

    var fso = new ActiveXObject ("Scripting.FileSystemObject");
    var rs is fso. OpenTextFile ("C:\ \user.csv");
    var fso1 = new ActiveXObject ("Scripting.FileSystemObject");

    var ws is fso1. CreateTextFile ("\MaxL.txt C:\");
    for (var i = 1; i)<>
    {
    username = rs. ReadLine();
    "var x = 'create user' username ' identified by ' +""password" "+" member of the group "+ '" testgroup"';
    WS. WriteLine (x);
    }

    RS. Close();
    WS. Close();
    -----------------
    http://hyprionexpert.blogspot.com

  • AD and Exchange provisioning is successful but fails to create user IOM

    Hello
    I try to configure exchange 2010 by using Exchange Connector that I customized. When I create user in IOM, AD provisoning begins, then AD user is created, then Exchange provisioning starts & Exchange gets put in service. At the moment where it all happens, IOM page displays error on the page and the user is created.
    Now when you search user with that ID, then no user found in IDM. When user is created in AD and Exchange.
    Please help me to solve the issue.



    Thank you

    These problems are solved by the elimination of the technique of possibilities. If you think that Remote Manager is the cause of questions, just don't call it. Fix rather just tcCompleteTask.

    If the user begins to have created then, fine. The reason why we Remote Manager.

    If not then remove all custom as pre or post handler, if any, pre fill adapters, if any, custom, if any process tasks. Hope you got the theme behind this technique.

    Try to create the user after the removal of each component.

    The moment you are able to create users, you have identified the problem.

    All the best.

  • IMPDP with creating user

    Hello

    I'm running Oracle XE (10g) and now want to migrate to XE 11 g. For this I want to export my data residing in multiple schemas. My question is if it is possible to export and import my patterns without having to create manually user in the destination database? One of the reasons is I do not know the passwords of all schemas and I don't want to change one of them. If I manually create users in the database of the destination I want to assign new passwords.

    Thanks in advance,

    Habib

    >

    One of the reasons is I do not know the passwords of all schemas and I won't change an any of them

    >

    You can use the EXPORT COMPLETE as Fran said.

    However, you don't have to create passwords if you need to create the same users. You can just copy the passwords of the source

    Run on the source database

    SQL> SELECT USERNAME, PASSWORD from DBA_USERS WHERE USERNAME ='SCOTT';
    
    Then create the users in destination like below
    
    ALTER USER SCOTT identified by values '' ;
    
    SQL> SELECT USERNAME, PASSWORD from DBA_USERS WHERE USERNAME ='SCOTT';
    
    USERNAME                       PASSWORD
    ------------------------------ ------------------------------
    SCOTT                          F894844C34402B67
    
    SQL> alter user scott identified by values 'F894844C34402B67';
    
    User altered.
    
    A simple way is to generate the script
    
    SQL> SELECT 'ALTER USER ' || username || ' IDENTIFIED BY VALUES ' || chr(39) || password || chr(39) ||' ;' from dba_users
            where username in ('SCOTT', 'A', 'B');
    
    (chr(39)  = single quote. Just did it for readability. You can even do it as you normally manipulate quote within strings.
    

    and just run in the target database.

  • How to create users to access an application?

    I have an application that uses the authentication scheme 'ACCOUNT database'. I am able to connect using the name of the schema owner, but he must create other users who will have access to this application. How can I do this?

    Thank you
    Hozy

    Then you must create the database users
    CREATE USER IDENTIFIED BY

    But your "schema owner" probably does not have rights to create users, so you need to ask your DBA to do (or connect as SYS or SYSTEM if you know their password)

Maybe you are looking for