ORA-65096 12 C

Hi all

32.

Win7

12 c is now complicating things, they just don't give dba a peaceful life

SQL > create user JENNA identified by JENNA quota unlimited on users;

create unlimited user identified by quota JENNA JENNA on users

*

ERROR on line 1:

ORA-65096: of invalid common name of the user or role

I don't understand PDB and the CBD; common local vs user; user vs user DBA developer vs for the end user?

Where should I create ordinary user JENNA using USERS tablespace?

Thank you very much

JC

12 c presents a new concept of CBD and APB, as well as common users and the. You cannot create local users in the root container. You must set the context on the container of your preliminary draft BUDGET or to connect to the PDB to create a local user.

For example:

$ sqlplus / as sysdba
SQL> create user jenna identified by "password" account unlock;
create user jenna identified by "password" account unlock
            *
ERROR at line 1:
ORA-65096: invalid common user or role name
$ sqlplus / as sysdba
SQL> alter session set container=pdb2_2
SQL> create user jenna identified by "password" account unlock;
User created.

or

$ sqlplus sys/oracle_4U@pdb2_2 as sysdba
SQL> create user jenna identified by "password" account unlock;
User created.

You don't have to create a database of the container and use a pluggable 12 c database, but if you do, you need to study and understand new concepts.

Tags: Database

Similar Questions

  • ORA-65096 installation Oracle 12cR1 example diagrams

    Hello

    Database: 12cR1, 12.0.1.0, x 64

    System: Oracle Linux 6.4, x 64

    I installed a database simple starter during the installation of Oracle 12cR1 database with the PDBORCL option enabled (default) and would like to install the Oracle example, such as the HR schema users, data etc. According to http://docs.Oracle.com/CD/E16655_01/server.121/e15979/installation.htm#I4367

    @?/demo/schema/human_resources/hr_main.sql

    CREATE USER IDENTIFIED BY hr hr

    *

    ERROR on line 1:

    ORA-65096: of invalid common name of the user or role

    Maybe the scripts were not designed for container and plug-able data. I did the following:

    ALTER database connectable to open pdborcl;

    change the container set session = PDBORCL;

    @?/demo/schema/human_resources/hr_main.sql

    Modified user.

    Grant succeeded.

    Grant succeeded.

    Connected.

    GRANT execute ON sys.dbms_stats TO hr

    *

    ERROR on line 1:

    ORA-01917: there is no user or role 'HR'

    I could probably create a regular database, but I wonder if there is another option without having to change the configuration scripts.

    Thank you!

    Hello

    You can just set the TWO_TASK environment variable before setting up your example of schema.

    For ex:

    Export TWO_TASK = PDBORCL

    sqlplus sys/passwd@PDBORCL as sysdba

    @?/demo/schema/human_resources/hr_main.sql

    Indeed, when TWO_TASK is defined, the default client connection uses TNS and alias in your tnsnames.ora instead of the local connection and ORACLE_SID.

    "The TWO_TASK (on UNIX) or LOCAL (Windows) environment variable can be on a login. "This removes the need to explicitly enter the connection identifier when a connection is made in SQL * more"

    http://docs.Oracle.com/CD/E16655_01/server.121/e18404/APD.htm

    Kind regards

    Alex

  • why it grows in CBD instead of PDB?

    Hello

    The source DB: Oracle 10.2.0.4

    Win: Win 2003

    Target: Oracle 12.2.0.1

    Victory: Victory 2012

    I did an export Source datapump for specific schema, and when I run the datapump import command, it seems, he's trying to create the user in the CBD, which obviously I don't want. Even if I said my name pdb of the service, it does not work like that

    impdp system service_name=pdbcusdev directory=imp_12c dumpfile=custtest_dp_11252015_%U_exp.dmp logfile=impdp_datapump_11302015.log PARALLEL=4
    
    

    select * from v$services;
    PDBCUSDEV
    CDB$ROOT
    CDB$ROOT
    CDB$ROOT
    CDB$ROOT
    
    

    Here is the output of my listener status

    C:\Windows\System32 > lsnrctl status

    LSNRCTL for 64-bit Windows: Version 12.1.0.2.0 - Production on 30 November 2015 16:14:54

    Copyright (c) 1991, 2014, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=172.17.61.136) (PORT = 1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 12.1.0.2.0 - Production

    Start date 30 November 2015 15:58:39

    Uptime 0 days 0 h 16 min 19 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File F:\app\oraclehomeuserdev\product\12.1.0\dbhome_1\network\admin\listener.ora

    Listener log file F:\app\oraclehomeuserdev\diag\tnslsnr\TELAUSB2B2141\listener\alert\log.xml

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=172.17.61.136) (PORT = 1521)))

    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Service 'cusdev' has 1 instance (s).

    'Cusdev' instance, State LOAN, has 1 operation for this service...

    Service 'cusdevXDB' has 1 instance (s).

    'Cusdev' instance, State LOAN, has 1 operation for this service...

    Service 'pdbcusdev' has 1 instance (s).

    'Cusdev' instance, State LOAN, has 1 operation for this service...

    The command completed successfully

    The reason why I am convinced that she is trying to create stuff in CBD is the first error I got was "ORA-65096: invalid user or common role name" gave me an indication that she is trying to create a user in CBD instead of the PDB.

    How can I force the datapump to push data in PDB. I thought that the impdb command service_name parameter is sufficient. What I'm missing here?

    Also for the record, I was able to connect to the CBD and PDB by Toad and query the dict County to ensure that I don't see a diff is. cons ' select * dict.

    -Learner

    You should try this:

    System@pdbcusdev = imp_12c dumpfile=custtest_dp_11252015_%U_exp.dmp = impdp_datapump_11302015.log PARALLEL logfile directory Impdp = 4

    Kind regards

    A. J.

  • Error when creating new features in 12 c

    Hi all

    I get an error while I am creating a new developer on my EM Express role in Oracle 12 c:

    ORA-65096: of invalid common name of the user or role

    ORA-06512: at "SYS." PRVTEMX_ADMIN', line 9796

    ORA-06512: at "SYS." "WRI$ _REPT_SECURITY ', line 314

    ORA-06512: at "SYS." DBMS_REPORT', line 744

    ORA-06512: at line 1

    No idea what I'm doing wrong

    Thank you very much in advance!

    Sorry, this area of the forum is not for EM Express or 12 c-specific questions, it's for the Oracle SQL Developer IDE/GUI

  • Installation diagram HR in Oracle Database 12 c

    Hi, for the life of me I can not the HR schema installed.

    With OEL6 and Oracle Database Linux 12.1 c

    With the help of the wizard and advanced configuration, I chose to include sample patterns. Everything installed OK. However, none have been installed.

    I then downloaded the examples file, unzipped, installed. All right.

    Tried to follow: http://docs.oracle.com/cd/E16655_01/server.121/e15979/installation.htm

    but also: https://community.oracle.com/message/11234394#11234394

    But in vain. I still get the same error:

    SQL > @?/demo/schema/human_resources/hr_main.sql

    Specify the password for HR as a parameter 1:

    Enter the value 1: *.

    Specify default tablespeace for HR as parameter 2:

    Enter the value 2: users

    specify the temporary tablespace for HR as parameter 3:

    Enter the value 3: temp

    Specify the password for SYS as parameter 4:

    Enter the value of 4: *.

    Specify the path journal as a parameter 5:

    Enter the value of 5: @?/demo/schema/human_resources/hr_main.sql

    SP2-0606: cannot create the file 'tvtsdb/u01/app/oracle/product/12.0.1/db_1/demo/schema/human_resources/hr_main.sqlhr_main.log' SPOOL

    DROP USER CASCADE hr

    *

    ERROR on line 1:

    ORA-01918: user 'HR' does not exist

    CREATE USER IDENTIFIED HR BY *.

    *

    ERROR on line 1:

    ORA-65096: of invalid common name of the user or role

    ALTER default TABLESPACE users USER HR

    *

    ERROR on line 1:

    ORA-01918: user 'HR' does not exist

    TEMPORARY ALTER TABLESPACE temp USER hr

    *

    ERROR on line 1:

    ORA-01918: user 'HR' does not exist

    GIVING CREATE SESSION, CREATE VIEW, ALTER SESSION, CREATE the HR SEQUENCE

    *

    ERROR on line 1:

    ORA-01917: there is no user or role 'HR'

    GRANT CREATE SYNONYM, CREATE DATABASE LINK, RESOURCE, UNLIMITED TABLESPACE to HR

    *

    ERROR on line 1:

    ORA-01917: there is no user or role 'HR'

    ERROR:

    ORA-12154: TNS: could not resolve the connect identifier specified

    WARNING: You are more connected to ORACLE.

    SP2-0640: not connected

    ERROR:

    ORA-12154: TNS: could not resolve the connect identifier specified

    SP2-0640: not connected

    SP2-0640: not connected

    Creating a table of AREAS...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Creating a table of COUNTRIES...

    SP2-0640: not connected

    SP2-0640: not connected

    Creating a table of LOCATIONS...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Creating the DEPARTMENTS table...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Creating a table JOBS...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Creating an EMPLOYEES table...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Create a table JOB_HISTORY...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Creating an EMP_DETAILS_VIEW view...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Populating the REGION table...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Fill table DESS...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Fill table of LOCATIONS...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Filling of the DEPARTMENTS table...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    JOBS table populating...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Fill the EMPLOYEES table...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    Fill table JOB_HISTORY...

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0641: "EXECUTE" requires the connection to the server

    queue is not currently

    Can someone tell me please in the right direction?

    Took forever (it's really the first time I use Oracle, no knowledge of database), but I finally got it to work, so I'll mention it right here for others to take advantage if all goes well. As I am new, some of these steps might not even be necessary, I'm not sure

    Turns, even if I have included diagrams of the sample in the installation, the only installed pattern was the Scott schema. Unfortunately, that was not the HR schema.

    You will need to download the examples of schema file and install it.

    Then follow step 1 in the following post:

    https://community.Oracle.com/message/11234394#11234394

    Who said you have to understand an Earphone for your PDB (not the PEH).

    So just add another entry for your PDB if you do not already have one in /u01/app/oracle/product/12.1.0/dbhome_1/network/admin/tnsnames.ora #note: directory names different. Mine was too

    Important part is the (SERVICE_NAME = pdborcl) or what is called your PDB.

    Stop and start the listener:

    lsnrctl stop $

    lsnrctl start $

    Follow step 2 in the same post above to change the script of human resources which should be /u01/app/oracle/product/12.1.0/dbhome_1/demo/schema/human_resources/hr_main.sql

    Or, just manually change the following lines in "BOLD". In the following example I changed it to my PDB called pdbtvts:

    REM =======================================================

    Grants of REM of the sys schema

    REM =======================================================


    CONNECT sys/&pass_sys@pdbtvts AS SYSDBA;

    REM =======================================================

    REM create schema hr objects

    REM =======================================================


    CONNECT hr/&pass@pdbtvts

    Then, it is important that YOU do activate HR user having limited SESSION, otherwise you won't be able to connect. This happened to me.

    Thus, under where the user hr has permission (over these lines, us has just edit), add the line in bold below:

    GIVING CREATE SESSION, CREATE VIEW, ALTER SESSION, CREATE the SEQUENCE at the time;

    GRANT CREATE SYNONYM, CREATE DATABASE LINK, RESOURCE, UNLIMITED TABLESPACE to the hour;

    GRANT RESTRICTED SESSION on time;

    Now, you need to connect to your PDB. Connect as sysdba as usual, which by default connects you to your PIC.

    $ sqlplus / as sysdba

    You can see that you are connected to your PIC if you issue 'show con_name '.

    SQL > show con_name

    CON_NAME

    ------------------------------

    CBD$ ROOT

    Connect to your PDB by using the following command "connect sys/XXXXX@pdbtvts as sysdba" where XXXXX is your SYS password

    You must be connected to your PDB now.

    SQL > show con_name

    CON_NAME

    ------------------------------

    PDBTVTS

    Now, run the script:

    SQL > @?/demo/schema/human_resources/hr_main.sql

    You will be guests 5 things

    1 hr user password - enter a password

    2. name of the default tablespace - type "users."

    3. temporary with name - type "temp".

    4 SYS password - type your real password SYS

    5. connect directory - type in " $ORACLE_HOME /demo/schema/log/ "

    If all goes well, you will get:

    PL/SQL procedure successfully completed.

    Make sure you have things:

    SQL > select * from hr.employees;

    Really hope it works for you as it did for me. Here everything was simple for beginners luck.

  • Cannot install OBIEE 11.1.1.7 with database 12 c

    My plan to prepare a last configuration OBI

    1. install the 12 c database - http://docs.oracle.com/cd/E16655_01/install.121/e17720/inst_task.htm#BABJGGJH

    (In the typical Installation screen, choose to create in the database container & -ins database name: pdborcl, global database named orcl, character set selected as AL32UTF8)

    2. check all the prerequisites for the installation of OBIEE

    3. check RCU prerequisites for creating repository - http://docs.oracle.com/html/E38687_01/12c_fusion_requirements.htm#CHDJGECA

    (Changed the DB settings as needed)

    4 'Create database diagrams by using the repository creation utility (RCU)'

    (Service name: orcl, user name: SYS)

    The plan went well until the last stage of 'create database schemas using the repository creation Utility (RCU)'

    And I get this error with a button ignore and Stop below:

    ORA-65096: of invalid common name of the user or role

    File:/Home/Oracle/downloads/RCU/ofm_rcu_linux_11.1.1.7.0_64_disk1_1of1/rcuHome/RCU/integration//MDS/SQL/mds_user. SQL

    Statement: CREATE USER & & 1 IDENTIFIED BY * DEFAULT TABLESPACE & & TEMPORARY TABLESPACE 3 & & 4

    I have not been able to continue from selected Stop.

    MDS.log:

    2013-10-21 11:33:58.929 UCR: extraction of statement of file name: ' /home/oracle/Downloads/RCU/ofm_rcu_linux_11.1.1.7.0_64_disk1_1of1/rcuHome/rcu/integration//mds/sql/mds_user.sql'Line number: 32

    2013-10-21 11:33:58.929 UCR: excerpt from the SQL statement: [CREATE USER & & 1 IDENTIFIED BY ' & & 2 "DEFAULT TABLESPACE & & 3 TABLESPACE TEMPORARY & & 4]

    2013-10-21 11:33:58.929 rcu:Statement Type: 'DDL statement.

    JDBC SQLException - error code: 65096SQLState:99999 Message: ORA-65096: invalid user or common role name

    Encountered error the SQL statement being executed FileName: ' / home/oracle/Downloads/RCU/ofm_rcu_linux_11.1.1.7.0_64_disk1_1of1/rcuHome/rcu/integration//mds/sql/mds_user.sql ' LineNumber: "34".

    SQL statement: [CREATE USER & & 1 IDENTIFIED BY * DEFAULT TABLESPACE & & TEMPORARY TABLESPACE 3 & & 4]

    java.sql.SQLException: ORA-65096: invalid user or common role name

    2013-10-22 06:15:36.543 UCR: the SQL statement to run: DROP USER CASCADE DEV_MDS

    JDBC SQLException - error code: 1918SQLState:42000 Message: ORA-01918: user 'DEV_MDS' does not exist

    JDBC SQLException managed by the error handler

    2013-10-22 06:15:39.607 UCR: the SQL statement to run: drop tablespace including contents and data files DEV_MDS

    2013-10-22 06:15:45.501 UCR: the SQL statement to run: drop tablespace including contents and data files DEV_IAS_TEMP

    biplatform.log:

    2013-10-21 11:42:39.555 UCR: extraction of statement of file name: ' /home/oracle/Downloads/RCU/ofm_rcu_linux_11.1.1.7.0_64_disk1_1of1/rcuHome/rcu/integration//biplatform/scripts/oracle/create_user.sql'Line number: 1

    2013-10-21 11:42:39.555 UCR: excerpt from the SQL statement: [CREATE USER & & 1 identified by & & 2 default tablespace & & 3 temporary tablespace & & 4]

    2013-10-21 11:42:39.555 rcu:Statement Type: 'DDL statement.

    JDBC SQLException - error code: 65096SQLState:99999 Message: ORA-65096: invalid user or common role name

    Encountered error the SQL statement being executed FileName: ' / home/oracle/Downloads/RCU/ofm_rcu_linux_11.1.1.7.0_64_disk1_1of1/rcuHome/rcu/integration//biplatform/scripts/oracle/create_user.sql ' LineNumber: '1'

    SQL statement: [CREATE USER & & 1 identified by * default tablespace & & 3 temporary tablespace & & 4]

    java.sql.SQLException: ORA-65096: invalid user or common role name

    2013-10-22 06:15:45.853 UCR: the SQL statement to run: DROP USER CASCADE DEV_BIPLATFORM

    JDBC SQLException - error code: 1918SQLState:42000 Message: ORA-01918: user 'DEV_BIPLATFORM' does not exist

    JDBC SQLException managed by the error handler

    2013-10-22 06:15:48.896 UCR: the SQL statement to run: drop tablespace including contents and data files DEV_BIPLATFORM

    2013-10-22 06:15:54.278 UCR: the SQL statement to run: drop tablespace including contents and data files DEV_IAS_TEMP

    JDBC SQLException - error code: 959SQLState:42000 Message: ORA-00959: tablespace "DEV_IAS_TEMP" does not exist

    JDBC SQLException managed by the error handler

    I found this Doc-ID 1573640.1 who has the similar problem, but do not know how it might help.


    No idea how I can continue with this installation?

    Thank you for all your help.

    But I found a way to run it.

    1. This added to tnsnames.ora

    # Manual entry for pdborcl let the UCR 11.1.1.7 create users

    LISTENER_PDBORCL =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    PDBORCL =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = pdborcl)

    )

    )

    2 SQL > alter database connectable to pdborcl open;

    3 SQL > alter session set container = pdborcl;

    4. test the connection by $ tnsping pdborcl

     5. test access by SQL > connect SYS@pdborcl as SYSDBA and create the user using the normal syntax.

    VOILA!  The remote control works fine without the slightest mistake out.

  • How to connect to sqlplus?

    I m a beginner... just I installed the database oracle 12 c and when I open immediately the sqlplus it asks username...

    12 c with two types of users, follow this link

    http://halimdba.blogspot.in/2013/07/ora-65096-invalid-common-user-or-role.html

  • Error installing EM 12 c

    Hello

    I am facing the problem with "Repository Configuration" when you install EM 12 c on WIndows 7.

    Installation is stuck at 47%. My database has no snap-in database and SYSMAN has never been created before. Can you please help with this problem?

    NFO: oracle.sysman.top.oms:The command for transx is C:\Middle\oms\sysman\admin\emdrep\bin\RepManager.bat-connect (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=orcs9003.shire.local) (PORT = 1521))) (CONNECT_DATA = (SID = TEST))) - action transx-repos_user SYSMAN - dbUser SYS - mwHome C:\Middle - mwOraHome C:\Middle\oms

    INFO: arguments oracle.sysman.top.oms:processing

    INFO: arguments for validation oracle.sysman.top.oms:compiling

    INFO: oracle.sysman.top.oms: 'stty' is not recognized as an internal or external, order

    INFO: oracle.sysman.top.oms:operable program or batch file.

    INFO: oracle.sysman.top.oms: 'stty' is not recognized as an internal or external, order

    INFO: oracle.sysman.top.oms:operable program or batch file.

    INFO: oracle.sysman.top.oms: enter the repository SYSMAN password:

    INFO: oracle.sysman.top.oms: 'stty' is not recognized as an internal or external, order

    INFO: oracle.sysman.top.oms:operable program or batch file.

    INFO: oracle.sysman.top.oms: 'stty' is not recognized as an internal or external, order

    INFO: oracle.sysman.top.oms:operable program or batch file.

    INFO: oracle.sysman.top.oms:Verify:

    INFO: oracle.sysman.top.oms: Enter password: SYSMAN

    INFO: oracle.sysman.top.oms: checking the required user identification information...

    NEWS: oracle.sysman.top.oms:done to create arguments...

    INFO: oracle.sysman.top.oms:creating recorder...

    INFO: oracle.sysman.top.oms: action recorder calculated path connection exception: C:\Middle\oms\sysman\log\schemamanager\

    INFO: oracle.sysman.top.oms: action recorder calculated path: C:\Middle\oms\sysman\log\schemamanager\

    INFO: oracle.sysman.top.oms: action recorder finally calculated path: C:\Middle\oms\sysman\log\schemamanager\

    INFO: oracle.sysman.top.oms: no action since the previous session log file name

    INFO: oracle.sysman.top.oms: action recorder filename after search: emschema.log

    INFO: oracle.sysman.top.oms: action recorder finally filename: emschema.log

    INFO: oracle.sysman.top.oms:Logger FileName:C:\Middle\oms\sysman\log\schemamanager\emschema.log

    INFO: oracle.sysman.top.oms:already is: C:\Middle\oms\sysman\log\schemamanager\emschema.log

    INFO: oracle.sysman.top.oms:oracleHome: C:\Middle\oms

    INFO: oracle.sysman.top.oms:connect_string: (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=orcs9003.shire.local) (PORT = 1521))) (CONNECT_DATA = (SID = TEST)))

    INFO: oracle.sysman.top.oms:done connection validation without error

    INFO: oracle.sysman.top.oms:action to make is: transx

    NEWS: oracle.sysman.top.oms:action to: TRANSX

    INFO: oracle.sysman.top.oms:action is transx - RCU action unfounded

    INFO: oracle.sysman.top.oms: action recorder finally calculated path: C:\Middle\oms\sysman\log\schemamanager\m_2013-07-23_1613\m_2013-07-23_1613.TRANSX\

    INFO: oracle.sysman.top.oms: action recorder finally calculated path: C:\Middle\oms\sysman\log\schemamanager\m_2013-07-23_1613\m_2013-07-23_1613.TRANSX\

    INFO: oracle.sysman.top.oms: action recorder finally filename: emschema.log.TRANSX

    INFO: oracle.sysman.top.oms:Failure...

    INFO: oracle.sysman.top.oms:exiting the wire...

    INFO: oracle.sysman.top.oms: [Initializing the EM RCU Runner, failed Validation of parameters]

    INFO: oracle.sysman.top.oms: action recorder finally calculated path: C:\Middle\oms\sysman\log\schemamanager\m_2013-07-23_1613\m_2013-07-23_1613.TRANSX\

    INFO: oracle.sysman.top.oms:The transx command completed with a status of 0

    INFO: oracle.sysman.top.oms:process_id:1hqlayg7hyxmo

    INFO: oracle.sysman.top.oms:Failure...

    INFO: oracle.sysman.top.oms:1 or the mistakes that happened in the exercise of the action:

    NEWS: oracle.sysman.top.oms:1):

    ORA-65096: ogiltigt namn for gemensam Användare eller roll

    File: C:\Middle\oms\sysman\admin\emdrep\sql\core\latest\admin\admin_create_repos_user. SQL

    Statement: CREATE USER SYSMAN IDENTIFIED BY * MGMT_TABLESPACE TABLESPACE QUOTA UNLIMITED ON TEMPORARY TEMP TABLESPACE MGMT_TABLESPACE default

    INFO: oracle.sysman.top.oms:The plugin Repository Configuration failed his method

    Best regards

    Yours

    Hello

    Because you mentioned that you don't have any snap-in database and databases-ins being new in the database Oracle 12 c, I have to ask: you try to install EM12c using Oracle Database 12 c as the database repository?  If so, this is not a supported configuration and I strongly suggest that you select one of the versions certified database (like 11.2.0.3) to use for your repository database.

    -Brian

  • Impossible to run RCU from Oracle DB 12 c

    Greetings,

    Try to run the RCU 11.1.1.7 against DB 12.1.0.1. After the creation of storage spaces, in the "Repository creation Utility - Create" dialog box, the following error message is generated:

    ORA-65096: invalid user or role common name.

    File c:\...\mds_user.sql

    Statement: CREATE USER & & 1 IDENTIFIED BY * DEFAULT TABLESPACE & & TEMPORARY TABLESPACE 3 & & 4

    However, the compatibility matrix indicates that DB 12 c is compatible with the following SOA 11.1.1.7. What could be the problem here?

    Kind regards

    Nicolas

    Hello

    The correct UCR for oracle database 12 c is in the Oracle fusion middleware infrastructure.

    Steps are in this link: obtaining and execution of repository creation Utility - 12 c (12.1.2)

  • ORA-27300: OS dependent operating system: CreateThread failed with status: 8

    Hi all

    I'm looking for information on the guide follow error

    ORA-27300: OS dependent operating system: CreateThread failed with status: 8

    ORA-27301: OS Error Message: not enough memory is available to process this command.

    ORA-27302: an error occurred at: ssthrddcr

    Thank you
    Waqas

    Please don't be crazy on me, but in my opinion, this is the wrong place for your question. The fact is that Toshiba doesn't support Windows 2003 server for mobile computing. If you have problems try again with Microsoft.
    As a manufacturer of operating system, they should be able to offer an explanation for each error message. Sorry, but I see no connection between the problems described and Toshiba as a hardware manufacturer.

  • ORA-12154 tns could not resolve the specified correct identifier

    I am facing the following problem:

    labVIEW 2012 32 bits 64 bits of Windows 7, 10.2.0.1.0 oracle client (32-bit).

    I created a DSN from Data Sources (ODBC) (32-bit version of what in % windir%\syswow64\odbcad32.exe) pointing to an instance of Oracle 10 g.

    I have test the DSN in this way (IE. Data sources (ODBC) and the connection is successful (which means that the tnsnames.ora is correct).

    I use the "DB tools Open Connection.vi" in order to get connected to this database, passing as parameters the DSN above, the user name and password.

    I get the error:

    ADO error: 0x80040E4D
    Exception occurred in the Microsoft OLE DB provider for ODBC drivers:

    [Oracle] [ODBC] [Ora] ORA-12154: TNS could not resolve the specified correct identifier

    all will help much appreciated

    Thanks in advance

    Hello everyone.

    I already solved the problem (work until late Saturday).

    the solution was to install the latest version of the Oracle customer, namely: Oracle 11 g Release 2 CLIENT for Windows 32 (11.2.0.1.0).

    Now everything works OK.

    I also tested in Windows 7 32 bit (the .vi even and the same Oracle client). This will also OK.

    Thans a lot.

  • ORA-12154 for sqlplus username/password@TNS but tns ping works and sqlplus username@TNS works.

    Hello-

    I am facing the following question when I try to connect by using the command prompt sqlplus for Oracle 11.2.0.3 DB installed and running on HP - UX.

    The password is not all special characters & I also tried with the double quotes which did not work.

    Following want to work with username/password@TNSNAME because I'm trying to get my application to connect to the database, the schema mentioned because it uses the jdbc connection with the connection as (username/password@TNS:1521) string.

    C:\Users>sqlplus username/Pa55w0rd@DBNAME;
    
    
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 10 07:21:43 2016
    
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    
    
    
    
    Enter user-name:
    C:\Users>tnsping DBNAME
    
    
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 10-FEB-2
    016 07:21:57
    
    
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    
    
    Used parameter files:
    C:\app\product\11.2.0\client_2\network\admin\sqlnet.ora
    
    
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = server.domain) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = DBNAME)))
    OK (50 msec)
    
    
    C:\Users>sqlplus username@DBNAME
    
    
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 10 07:22:05 2016
    
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    
    Enter password:
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    
    
    SQL> show user
    USER is "username"
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64
    bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    
    
    C:\Users>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    content content of tnsnames.ora & sqlnet.ora:

    DBNAME =
    (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP) (HOST = server.domain)  (PORT = 1521))
        (CONNECT_DATA =
            (SERVER = DEDICATED)
            (SERVICE_NAME = DBNAME)
        )
    )
    

    # sqlnet.ora Network Configuration File: C:\app\product\11.2.0\client_2\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    
    
    # This file is actually generated by netca. But if customers choose to 
    # install "Software Only", this file wont exist and without the native 
    # authentication, they will not be able to connect to the database on NT.
    
    
    #SQLNET.AUTHENTICATION_SERVICES= (NTS)
    
    
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    
    
    
    
    
    
    
    

    Thanks in advance

    Hello

    sqlplus username/Pa55w0rd@DBNAME;

    Try it without the semicolon;

    sqlplus username/Pa55w0rd@DBNAME

    Regards Thomas

  • ORA-02089: COMMIT is not allowed in a session of subordinate.

    Hi all

    We call our Oracle stored procedure in a database link from a MS SQL database and get the following error...

    Error was not able to run native in bulk handling request: exec AddBookingToCRM @p_attribute1 = "other bulky ', @p_attribute2 = '1 ', @p_attribute3 ="Not specified", @p_attribute4 =" N/a", @p_attribute5 ="Not specified", @p_attribute8 = ' 1231', @p_attribute9 = ' 91665 ', @p_customer_title = 'Mr', @p_customer_firstname is 'Scott', @p_customer_surname = 'Burton', @p_customer_uprn = ' 64004572', @p_customer_area_code = ' 01234 ', @p_customer_phone = ' 567984' , @p_customer_email = ' [email protected]', @p_contact_title = 'Mr', @p_contact_firstname is 'Scott', @p_contact_surname = 'Burton', @p_contact_area_code = ' 01234 ', @p_contact_phone = ' 567984', @p_contact_email = ' [email protected]', @p_resolution_date = ' 2016-02-11 07:00 ' [SQL: exec AddBookingToCRM @p_attribute1 = "other bulky ', @p_attribute2 = '1 ' @p_attribute3 ="Not specified", @p_attribute4 =" N/a", @p_attribute5 ="Not specified", @p_attribute8 = ' 1231', @p_attribute9 = ' 91665' @p_customer_title = 'Mr'] [@p_customer_firstname = 'Scott', @p_customer_surname = 'Burton', @p_customer_uprn is '64004572 ', @p_customer_area_code = '01234', @p_customer_phone = ' 567984', @p_customer_email = ' [email protected]', @p_contact_title = 'Mr', @p_contact_firstname is 'Scott', @p_contact_surname = 'Burton', @p_contact_area_code is '01234', @p_contact_phone = ' 567984', @p_contact_email = ' [email protected]', @p_resolution_date = ' 2016-02-11 07:00 '] could not execute statement on remote server 'LLPGDEV '. "OraOLEDB.Oracle" provider OLE DB linked server 'LLPGDEV' returned message ' ORA-02089: COMMIT is not allowed in a session subordinate ORA-06512: at "XXCRM." XXCRM_CREATE_INCIDENT_DETAILS', line 376 ".

    Thank you very much

    Mike Williams.

    You must be in a comeback or XA transaction. This means that you can not call a procedure that has a COMMIT, because hiring the framework of a transaction is logically impossible. So remove the VALIDATION of the procedure. Which you should do anyway: to engage in a procedure is usually a bad thing.

  • ORA-00020: maximum number of processes (150) exceeded

    Hello

    I'm getting ORA-00020: maximum number of processes (150) exceeded. I can not connect as sys. I killed all the oracle user processes but could not connect. Pls advice me on this.

    Rgds,

    AthuruMithuru.

    Hello

    try to connect with a - prelim

    prelim sqlplus / as sysdba

  • "" ORA-04062: SIGNATURE OF THE PACKAGE "apps.fnd_date" has been changed

    Hi all

    EBS R12.1.3

    OL6.5

    We have an instance of clone TEST taken instance PROD.

    For our Production, we have:

    > appprod - level apps

    > oraprod - db level

    Then we cloned TEST such as:

    > apptest - level apps

    > oratest - db level

    Then we applied many fixes on test for validation or 'tests '.

    Now after 6 months, we need current data production to simulate past editions. So I restore rman PROD sauvegardΘ on UAT data so the data are now more recent.

    But I do not to reclone level apps (apptest) so the patches will be still intact.

    Is this a correct process? The database has been modified, but the apps layer was always the same?

    So far, we have 3 errors

    ORA-04062: signature of the package 'APPS '. "IBY_DISBURSEMENT_COMP_PUB ' has been changed

    "" ORA-04062: SIGNATURE OF THE PACKAGE "apps.fnd_date" has been changed

    error msge: FRM - 40735:PRE - F Trigger of the ORM raised unhandled exception ORA-01403


    Kind regards

    JC

    Have you checked error logs? Check if its related to this.

    Refreshing Apps also PROD level now? or is it the old application layer on which you run just autoconfig?

    Running Adcfgclone at the level of the Apps fails with ' mscmatlab.sh: line 45: uncompress: command not found "(Doc ID 1529335.1)

Maybe you are looking for