Not creating  the UNDO tablespace in the CREATE DATABASE statement

Another discrepancy here, between a book and the Self Test CD:
Book:
If the UNDO_MANAGEMENT parameter is set to AUTO, but in the CREATE DATABASE you didn’t specify an UNDO tablespace, Oracle wont start.
Self-Test:
If the database is set to AUTO undo management, and an UNDO tablespace is not specified in the CREATE DATABASE statement, the Oracle server creates an UNDO tablespace named SYS_UNSDOTS.
which is correct?
thanks.
DA

Yes thanks, the link you sent explains :
If no undo tablespace has been specified during database creation or by the UNDO_TABLESPACE initialization parameter, then the first available undo tablespace in the database is chosen. If no undo tablespace is available, then the instance starts without an undo tablespace. You should avoid running in this mode.
Which seems, to me, to address neither option I listed.
The book is the Couchman, (9i)
DA

Similar Messages

  • Specify datafiles in the create database statement-plz help

    hi i have the following create database statement...
    i need to add 2 more datafile and a tablesapce for data named dqdata.. how do i do that...
    create database ABC123
    logfile group 1 ('/retu/oraredo/ABC123/redo01.log') size 500M,
    group 2 ('/retu/oraredo/ABC123/redo02.log') size 500M,
    group 3 ('/retu/oraredo/ABC123/redo03.log') size 500M
    character set WE8ISO8859P1
    national character set utf8
         datafile '/retu/oracle/oradata/dev/ABC123/system01.dbf'
    size 2000M
    autoextend on
    next 100M maxsize unlimited
         extent management local
    sysaux datafile '/retu/oracle/oradata/dev/ABC123/sysaux01.dbf'
    size 2000M
    autoextend on
    next 100M
    maxsize unlimited
    undo tablespace UNDO
    datafile '/retu/oracle/oradata/dev/ABC123/undo01.dbf'
    size 2000M,
         datafile '/retu/oracle/oradata/dev/ABC123/undo02.dbf'
    size 2000M,
         datafile '/retu/oracle/oradata/dev/ABC123/undo03.dbf'
    size 2000M,
    default temporary tablespace temp
    tempfile '/retu/oracle/oradata/dev/ABC123/temp01.dbf'
    size 2000M,
         tempfile '/retu/oracle/oradata/dev/ABC123/temp02.dbf'
    size 2000M,
         tempfile '/retu/oracle/oradata/dev/ABC123/temp03.dbf'
    size 2000M;
    =======================
    THESE ARE THE DATAFILES I NEED AND EACH IS OF 2000M...
    FOR DATA TBALESPACE NAMED DQDATA----
    /retu/oracle/oradata/dev/ABC123/dqdata01.dbf
    /retu/oracle/oradata/dev/ABC123/dqdata02.dbf
    /retu/oracle/oradata/dev/ABC123/dqdata03.dbf
    /retu/oracle/oradata/dev/ABC123/dqdata04.dbf
    /retu/oracle/oradata/dev/ABC123/dqdata05.dbf
    FOR INDEX TABLESPACE NAMED DQINDEX
    /retu/oracle/oradata/dev/ABC123/dqindex01.dbf
    /retu/oracle/oradata/dev/ABC123/dqindex02.dbf
    /retu/oracle/oradata/dev/ABC123/dqindex03.dbf
    /retu/oracle/oradata/dev/ABC123/dqindex04.dbf
    /retu/oracle/oradata/dev/ABC123/system01.dbf
    /retu/oracle/oradata/dev/ABC123/temp01.dbf
    /retu/oracle/oradata/dev/ABC123/temp02.dbf
    /retu/oracle/oradata/dev/ABC123/temp03.dbf
    /retu/oracle/oradata/dev/ABC123/undo01.dbf
    /retu/oracle/oradata/dev/ABC123/undo02.dbf
    /retu/oracle/oradata/dev/ABC123/unod03.dbf
    COULD OU PLEASE LET ME KNOW HOW DO I DO THAT................
    AM VERY VERY CONFUSED I THIS...
    AND I SUPOSE I NEED TO CREATE THEM physically in the unix right?????
    please help
    /retu/oracle/oradata/dev/ABC123/sysaux

    Yes, you are right, there is no clause in CREATE DATABASE command to
    create additional tablespaces except the TEMPORARY and UNDO besides
    SYSTEM and SYSAUX. Here is link that you can refer to:
    http://www.lorentzcenter.nl/awcourse/oracle/server.920/a96521/create.htm#1000691

  • Database schema SCM does not contain the associated database objects

    I am getting the following error when i am trying to migrate the form to apex using application migration.
    "*Database schema SCM does not contain the associated database objects for the project, aafs.*
    *Ensure the database schema associated with the project contains the database objects associated with the uploaded Forms Module .XML file(s).* ".
    Actully i am having one schema which i named as SCM, and i have defined one table TT.
    I created one form test.fmb in which i used TT table.its compiled successfully.
    Then i generated the xml file using frmf2xml from fmb file. After that, I created the project in appication migration wizard in SCM schema.
    Project creattion is working fine.but when i m trying to create application,it is showing me above error.
    can any one help in solving this problem.

    Hi Hilary,
    Thanks for your response/feedback.
    1. The schema associated with the project does not contain the necessary objects Can you please verify that the schema associated with your Forms conversion project does in fact contain the objects associated with the uploaded files. Could you also verify that the object names referenced in the error message do not exist within the schema associated with your workspace. Ensure that the schema associated with the project contains the necessary database objects before proceeding to the generation phase of the conversion process.
    Ans:
    Yes it does contain the objects (See results from SQL query Commands below):
    SELECT MWRA_CONTRACT_NO, OLD_CONTRACT_NO FROM PROJECTS@CONTRACT_LX19.MWRA.NET
    ORDER BY MWRA_CONTRACT_NO
    000000569 551TA
    000000570 553TA
    000000575 560TA
    000000576 561TA
    000107888 502TA
    000108498 500TA
    000108502 503TA
    2. The block being converted contains buttons, which may have been incorrectly identified as database columns, and included in the original or enhanced query associated with your block This is a known issue ,bug 9827853, and a fix will be available in our upcoming 4.0.1 patch release. Some possible solutions to this issue are:
    -> delete the buttons before generating the XML
    -> delete the button tags from the XML
    -> add "DatabaseItem=No" for the button in the XML file before importing it in Apex.The button is excluded when creating the Application.
    Ans
    yes it does contain push buttons to transfer to another forms and these are defined as Non data base items. Parial XML code provided below:
    - <Item Name="REPORTS" FontSize="900" DirtyInfo="true" Height="188" XPosition="4409" FontName="Fixedsys" ForegroundColor="black" DatabaseItem="false" Width="948" CompressionQuality="None" YPosition="3709" FontSpacing="Normal" Label="REPORTS" BackColor="canvas" FillPattern="transparent" ShowHorizontalScrollbar="false" FontWeight="Medium" ShowVerticalScrollbar="false" FontStyle="Plain" ItemType="Push Button">
    <Trigger Name="WHEN-BUTTON-PRESSED" TriggerText="GO_BLOCK('REPORT_1');" />
    </Item>
    - <Item Name="TRACKHDR" FontSize="900" DirtyInfo="true" Height="188" XPosition="3409" FontName="Fixedsys" ForegroundColor="black" DatabaseItem="false" Width="948" CompressionQuality="None" YPosition="3709" FontSpacing="Normal" Label="TRACK" BackColor="canvas" FillPattern="transparent" ShowHorizontalScrollbar="false" FontWeight="Medium" ShowVerticalScrollbar="false" FontStyle="Plain" ItemType="Push Button">
    <Trigger Name="WHEN-BUTTON-PRESSED" TriggerText="GO_BLOCK('TRACKHDRS');" />
    </Item>
    - <Item Name="SUBAWRD" FontSize="900" DirtyInfo="true" Height="188" XPosition="2429" FontName="Fixedsys" ForegroundColor="black" DatabaseItem="false" Width="948" CompressionQuality="None" YPosition="3719" FontSpacing="Normal" Label="SUBAWARDS" BackColor="canvas" FillPattern="transparent" ShowHorizontalScrollbar="false" FontWeight="Medium" ShowVerticalScrollbar="false" FontStyle="Plain" ItemType="Push Button">
    3. If you are still experiencing issues, then please create a testcase on apex.oracle.com and update this thread with the workspace details so I can take a look.
    Test case details are given below. It was created per ORACLE for open Service Request Number 3-1938902931 on ORACLE Metalink.
    Workspace: contract4
    username: [email protected] (my email)
    Password: contract4
    Comments:
    For my migration/testing purpose a dabatase link and synonyms have been setup by our ORACLE DBA. Could this be causing this problem?
    Do we know when the fix 4.0.1 patch release will be available?
    Thanks for your help.
    Indra

  • A new application built on a schema not in the portal database

    I want to create a new application using the create "new application" function of the "build" tab of Portal.
    I want this application to use a schema not in the Portal Database. The schema the application has to use belongs to a different database residing on the same machine the Portal database resides.
    But the Portal "Application Name and Schema" form does allow me to choose a schema outside the Oracle Portal database.
    I run Oracle Portal Version: 3.0.7.6.2 on WNT.
    Thank for any suggestion.

    Maurizio
    Carol's right. Create a schema in the local database then create a db link to the remote db connecting as that schema user (or some other of your choice). In my experience this has to be a public db link.
    I run a portal application against a database on another sun box. There's some hassles, but it works ok mostly.
    The db link connects as the user to the remote database and I grant privileges in the remote db to that db link user. I also have public synonyms in the portal database that point to the objects in the remote db. I have public synonyms in the remote database that sort out the schema of the objects required.
    This sounds complicated and I've explained it in a rush, but if you sit down and work it through it's not so bad. You may find a better way, but after several trials I've got a setup that works.
    Also, when I create a form I always refer only to the synonym - never to a schema.object. That way you can adjust the synonym easily without rewriting your report.
    I always make reports from sql for the reason that you can change the sql, though I always refer to my synonym never to schema.object.
    Session info doesn't travel well to the remote instance. I've had to build a work-around to get my table triggers in the remote instance to figure out who the portal user is because wwctx_api.get_user returns public.
    I've been unable to directly call procedures in the remote database from portal components, but I've got around that by creating wrapper procedures in the local database.
    It hasn't been a trivial exercise, but it does work.
    Greg
    I want to create a new application using the create "new application" function of the "build" tab of Portal.>I want this application to use a schema not in the Portal Database. The schema the application has to use belongs to a different database residing on the same machine the Portal database resides.>>But the Portal "Application Name and Schema" form does allow me to choose a schema outside the Oracle Portal database.>>I run Oracle Portal Version: 3.0.7.6.2 on WNT.>>Thank for any suggestion.

  • [svn:osmf:] 13028: Fix bug where NetStream would continue playback upon completion ( due to our not handling the new STOPPED state).

    Revision: 13028
    Revision: 13028
    Author:   [email protected]
    Date:     2009-12-16 18:10:28 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Fix bug where NetStream would continue playback upon completion (due to our not handling the new STOPPED state).  Injection from trait refactoring.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPlayTrait.as

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • Please helpJ2EE  engine JCO did  not reach the "starting application" state

    Hi,
    I get the following error "J2EE  engine JCO did  not reach the "starting application" state"   when I try to install my Java components  using SAP Development  Studio.
    When I checked my std_servero.out the get the following error
    [GC 65868K->39262K(128320K), 0.0173335 secs]
    [GC 65942K->39031K(128320K), 0.0071339 secs]
    [GC Full GC[Unloading class com.sap.engine.customizing.ccms.CustomizePerformanceMTEObjectImpl0]
    [Unloading class com.sap.engine.customizing.ccms.CustomizeSingleMessageMTEHomeImpl0]

    Hello Santhi
    The GC messages you see are just an indication of the garbage collector activity. It is not an error.
    I'm not sure about what you are doing with the Developer Studio. I guess your WAS Java is already installed, is it right? Are you able to start the visual administrator? Please, paste here the exact error you receive.
    Regards,
    Désiré

  • SSIS The parameterized sql statement yields metadata which does not match the main SQL statement

    Hi all,
    I'm getting the above error when trying to execute a custom lookup.  What I'm trying to do is lookup the minimum promotional price between date ranges.  The SQL executes fine in SSMS
    SELECT refTable.PRICE
    FROM ( SELECT MIN(PRICE) AS PRICE ,
    NAME ,
    ITEMRELATION ,
    FROMDATE ,
    TODATE
    FROM [dbo].[AllCustPrices]
    GROUP BY NAME ,
    ITEMRELATION ,
    FROMDATE ,
    TODATE
    ) [refTable]
    WHERE [refTable].[NAME] = ?
    AND [refTable].[ITEMRELATION] = ?
    AND ? BETWEEN [refTable].[FROMDATE]
    AND [refTable].[TODATE]
    but errors in SSIS?

    Apologies, totally forgot i posted a question on here.  I still haven't resolved this.  full error text is TITLE: Package Validation Error
    Package Validation Error
    ADDITIONAL INFORMATION:
    Error at Data Flow Task [Lookup MIN Price [440]]: The parameterized SQL statement yields metadata which does not match the main SQL statement.
    Error at Data Flow Task [SSIS.Pipeline]: "Lookup MIN Price" failed validation and returned validation status "VS_ISBROKEN".
    Error at Data Flow Task [SSIS.Pipeline]: One or more component failed validation.
    Error at Data Flow Task: There were errors during task validation.
     (Microsoft.DataTransformationServices.VsIntegration)
    BUTTONS:
    OK
    If I take off the MIN function and just put * SSIS is quite happy, it does not like MIN for some reason?
    I'm really stumped with this... checked metadata for third parameter which is W/C Date DT_DBTIMESTAMP which is same as FROMDATE, TODATE where i'm using BETWEEN...

  • EXTRACT ALL CREATE DATABASE STATEMENTS?

    Hi,
    I manually created a database named demo, using CREATE DATABASE statement as follows:
    CREATE DATABASE demo
    USER SYS IDENTIFIED BY fyicenter
    USER SYSTEM IDENTIFIED BY fyicenter
    LOGFILE GROUP 1 ('/oraclexe/oradata/FYI/redo01.log') SIZE 10M,
    GROUP 2 ('/oraclexe/oradata/demo/redo02.log') SIZE 10M,
    GROUP 3 ('/oraclexe/oradata/demo/redo03.log') SIZE 10M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    MAXINSTANCES 1
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE '/oraclexe/oradata/FYI/system01.dbf' SIZE 32M REUSE
    EXTENT MANAGEMENT LOCAL
    SYSAUX DATAFILE '/oraclexe/oradata/FYI/sysaux01.dbf' SIZE 32M REUSE
    DEFAULT TABLESPACE tbs_1
    DEFAULT TEMPORARY TABLESPACE tempts1
    TEMPFILE '/oraclexe/oradata/demo/temp01.dbf'SIZE 20M REUSE
    UNDO TABLESPACE undotbs
    DATAFILE '/oraclexe/oradata/demo/undotbs01.dbf'
    SIZE 20M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED;
    Is is true that the database specification would be saved in a file located somewhere or this database specification(definition) would be recorded in a certain data dictionary table once the CREATE DATABASE statement is executed? If yes, what are the default database creation file name or name of the data dicitonary table?
    In other word, if someone would like to view the database definition of a created database, e.g. demo in this case, how would she or he be able to view all the create database statements as shown above?
    In MySQL, it would be SHOW DATABASE command. Is there any statement in Oracle equivalent to SHOW DATABASE to produre the similiar output?

    alter database backup controlfile to trace;
    a trace file is created in the "udump" folder that contains desired SQL
    but most folks would NEVER do it this way.
    Additional steps are required beyond what you stated.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/create.htm#i1009122
    Last time I did a manual creation it took 2 - 3 HOURS to complete 2 scripts below
    Run Scripts to Build Data Dictionary Views
    Run the scripts necessary to build views, synonyms, and PL/SQL packages:
    CONNECT SYS/password AS SYSDBA
    @/u01/oracle/rdbms/admin/catalog.sql
    @/u01/oracle/rdbms/admin/catproc.sql
    EXIT
    Edited by: sb92075 on Feb 22, 2010 5:17 PM

  • Peoplesoft HRMSCS 9.0 script did not create database

    Hi :
         i am working on peoplesoft HRMS module and i was install peoplesoft on windows xp  and other software install one by one list given below
         1- oracle 10g on D:\ drive with oracle folder
         2- create database D:\ drive with oradata folder
         3- install BEA Web logic install in C:\ drive
         4- install Tuxedo 9.1 on window install in C:\ drive
         5- install peopletool 8.49 install into D:\ drive PT8.49 folder
         6- install installing peoplesoft  enterprise HRMS and Campus Solution 9.0  same folder where peopletool install
         7- leave the Multi Language because it is optional.
         8-Running DataBase Script ( set data base script as give into manual)
              a-utlspace.sql( run script accordingly given manual)  message showed synonym created Grant succeeded view created  
              b-dbowner.sql(message showed,(ORA-00959) ' PSDefault ' does no exist 
         other remaining script files are in pending, PSDEFAULT  is main that can not create how to create this PSDEFAULT
    Please help me to run theses script
    Thanks
    Samiullah

    Hi hi:
    i run scripts that you given to me but at the end i face this error:
    Tablespace created.
    SQL> REM * Create a tablespace for database users default tablespace.
    SQL> REM *
    SQL> CREATE TABLESPACE       PSDEFAULT
      2  DATAFILE                D:\oradata\HRCS9\psdefault.dbf    SIZE 100M
      3  EXTENT MANAGEMENT LOCAL AUTOALLOCATE
      4  SEGMENT SPACE MANAGEMENT AUTO
      5  ;
    DATAFILE                D:\oradata\HRCS9\psdefault.dbf    SIZE 100M
    ERROR at line 2:
    ORA-02236: invalid file name
    script is run but PSDEFULT not exist.
    this is log file
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle.  All rights reserved.
    2013-07-26 10:56:03.187: [  OCROSD][1916]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    2013-07-26 10:56:03.187: [  OCRRAW][1916]proprinit: Could not open raw device
    2013-07-26 10:56:03.203: [ default][1916]a_init:7!: Backend init unsuccessful : [33]
    2013-07-26 10:56:03.203: [ CSSCLNT][1916]clsssinit: error(33 ) in OCR initialization
    after utlspace.sql script i run dbowner.sql script but this script tell PSDEFAULT not exist...
    SQL> set echo on
    SQL> spool dbowner.log
    SQL>
    SQL> GRANT CONNECT, RESOURCE, DBA TO PS IDENTIFIED BY PS;
    Grant succeeded.
    SQL> CONNECT PS/PS;
    Connected.
    SQL> CREATE TABLE PSDBOWNER (DBNAME VARCHAR2(8) NOT NULL, OWNERID VARCHAR2(8) NOT NULL ) TABLESPACE
    CREATE TABLE PSDBOWNER (DBNAME VARCHAR2(8) NOT NULL, OWNERID VARCHAR2(8) NOT NULL ) TABLESPACE PSDEF
    ERROR at line 1:
    ORA-00959: tablespace 'PSDEFAULT' does not exist
    SQL> CREATE UNIQUE INDEX PS_PSDBOWNER ON PSDBOWNER (DBNAME) TABLESPACE PSDEFAULT;
    CREATE UNIQUE INDEX PS_PSDBOWNER ON PSDBOWNER (DBNAME) TABLESPACE PSDEFAULT
    ERROR at line 1:
    ORA-01775: looping chain of synonyms
    SQL> CREATE PUBLIC SYNONYM PSDBOWNER FOR PSDBOWNER;
    CREATE PUBLIC SYNONYM PSDBOWNER FOR PSDBOWNER
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    SQL> GRANT SELECT ON PSDBOWNER TO PUBLIC;
    GRANT SELECT ON PSDBOWNER TO PUBLIC
    ERROR at line 1:
    ORA-01775: looping chain of synonyms
    SQL> CONNECT SYSTEM/MANAGER;
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> REVOKE CONNECT, RESOURCE, DBA FROM PS;
    SP2-0640: Not connected
    SQL>
    SQL> spool off
    this is dbowner file
    -- ORACLE CONFIDENTIAL.  For authorized use only.  Except for as     
    -- expressly authorized by Oracle, do not disclose, copy, reproduce, 
    -- distribute, or modify.                                            
    set echo on
    spool dbowner.log
    GRANT CONNECT, RESOURCE, DBA TO PS IDENTIFIED BY PS;
    CONNECT PS/PS;
    CREATE TABLE PSDBOWNER (DBNAME VARCHAR2(8) NOT NULL, OWNERID VARCHAR2(8) NOT NULL ) TABLESPACE PSDEFAULT;
    CREATE UNIQUE INDEX PS_PSDBOWNER ON PSDBOWNER (DBNAME) TABLESPACE PSDEFAULT;
    CREATE PUBLIC SYNONYM PSDBOWNER FOR PSDBOWNER;
    GRANT SELECT ON PSDBOWNER TO PUBLIC;
    CONNECT SYSTEM/MANAGER;
    REVOKE CONNECT, RESOURCE, DBA FROM PS;
    spool off
    Please Check it
    Thanks

  • Can not start the cluster database using srvctl

    Created a RAC database with CRS.
    When i start the cluster database with srvctl, it appears that the database is started (i made sure using srvctl status), but when i try to login to the database using sqlplus, i get a message 'connected to idle instance'. if i try to start the database from sqlplus, i get message 'requested INSTANCE_NUMBER is busy!.
    any thoughts why i can not connect to the database using sqlplus after i start the database using srvctl?
    I stop the database using srvctl and started using traditional sqlplus, it will start with out any problem.
    what am i missing?

    check ur oracle_sid,also try to connect as sqlplus sys/****@prod as sysdba
    may be this is due to improper setting of init.ora file.
    and post ur sqlplus output here.
    Thanks
    Kuljeet Pal Singh

  • When i install P6_R82_Client_Applications, it can not create database file

    when i install primaver client application, it install oracle XE but when should create the data bases installation failed, why?????????
    ERROR: " Oracle XE P6 Professional database Creation failed. Please see the log file at C:\Document and Settings\Administrator for details."
    LOG Files:
    <08.21.2013 07:20:14> [INFO] [2013-08-21 07:20:14] Calling Perform Action
    <08.21.2013 07:44:26> [INFO] [2013-08-21 07:44:26] Calling Perform Action
    <08.21.2013 08:04:27> [INFO] [2013-08-21 08:04:27] Calling Perform Action
    <08.21.2013 10:25:43> [INFO] [2013-08-21 10:25:43] Calling Perform Action
    after installation failed i can run and connect to oracle database with user: "system" and password: "**********", but when i want to setup database by "dbsetup" batch file and enter the inforamation required to
    connection information one error appear with this issue : "SQLException: Locale not recognized"
    please help me, thank you
    Message was edited by: a5cf350d-5b24-4c54-b68b-fcbc19e21d34

    Hi,
    It sounds like you have run into a pretty common problem of installing the application from inside the zip file.
    I would recommend uninstalling both P6 and Oracle XE, then make sure you unzip the install files before running the setup.exe application again
    Make sure you use setup.exe and not P6-professional.msi as it will not install the per-requisites like java that it needs to create the database.
    Regards
    Alex

  • OWB can not create database link

    Hello!
    We use OWB 10.1. We are unable to create database link in the owb as a source for metadata information. The database user we use to connect to the owb have got the right to create database links and the same user can create database links outside the owb. we get the error message
    Testing...
    Failed.
    API2215: Cannot create database link. Please contact Oracle Support with the stack trace and the details on how to reproduce it.
    the database user is not the owner of the repository. if we use the repository owner to create the database link it works.
    it is also impossible to use a database link, that is created outside the owb, if we use an user that is not the repository owner.
    the error message is:
    java.sql.SQLException: ORA-02019: connection description for remote database not found
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:158) ....
    with the owner everything works fine.
    Regards Alex

    hi,
    If public dblink is a problem then u can create the table with PUBLIC SYNONYM and create a synonym of the table in ur DB so that u can access the table in ur DB and still make I/U/D in the table in the other DB. We just have to grant previlege for the synonym created for DML statements.
    Regards
    Bharath

  • Can not create Database-based MDS connection

    Hello Dear Oracle Support,
    I am trying to use MDS to share some common dvm files. First step, I want to create a database based MDS connection but failed.
    My SOA schema is JDEV_SOAINFRA. When I test my Database based MDS connection, I got ORA-01031: insufficient privileges. What privileges I need to grand to MDS schema?
    I am using JDEV_MDS as username to establish MDS connection.
    Thank you for any suggestion and/or information,
    Alena Li

    Hello Alena!
    If you want to wait the answer from Oracle Support here.. you'll need a lot of patience.
    Is the corresponded Database Connection test succeed?
    If it also fails that, I think, your JDEV_MDS user (schema) lack of the CONNECT privilege.
    A question to you - how did you created this schema?
    You should use RCU to create the schemes  for SOA Suite (and other Oracle Middleware).
    The RCU creates the schemes with all necessary structures (tables) and grants.
    Hope this helps,
    Oleg

  • Connection is not following the Sticky database when one router is comming to up state.

    Dear Team,
    We have 2 routers configured  in Cisco ACE.( Router 1: 10.250.226.4,Router 2: 10.250.226.6) and VIP 10.250.226.19. In a normal scenario all the client connections are perfectly handled by ACE and Its sending to client request to router as per the sticky database. When the router 10.250.226.4 is down, ACE cleared all the sticky database entry belongs to the 10.250.226.4. All the client connections are shifted to router 10.250.226.6.
    when router 10.250.226.4 is  comes, backup connections are not loadbalance properly. That is connection not following sticky database for second connections of the same ip and giving issue in establishing IPSEC connectivity. Please find the below output.
    switch/RRI# sh sticky database client 10.239.10.86
    sticky group : STIK-RRI-FRM
    type         : IP
    timeout      : 1440          timeout-activeconns : FALSE
      sticky-entry          rserver-instance                 time-to-expire flags
      ---------------------+--------------------------------+--------------+-------+
      10.239.10.86          CISCO-7206-06:0                  65274          -
    switch/RRI# show conn | i 10.239.10.86
    1517152    2  in  UDP   90   10.239.10.86:4500     10.250.226.19:4500    --
    1427552    2  out UDP   9    10.250.226.4:4500     10.239.10.86:1637     --
    3051606    2  in  UDP   90   10.239.10.86:500      10.250.226.19:500     --
    3049659    2  out UDP   9    10.250.226.6:500      10.239.10.86:44977    --
    Please find the below sample configuration we are done in ACE.
    parameter-map type connection UDP_PARAM_MAP
      set timeout inactivity 86450
    sticky ip-netmask 255.255.255.255 address source STIK-RRI-FRM
      replicate sticky
      serverfarm RRI-FRM
    class-map match-all RRI-VIP
      2 match virtual-address 10.250.226.19 any
    policy-map type loadbalance first-match RRI-VIP-l7slb
      class class-default
        sticky-serverfarm STIK-RRI-FRM
    policy-map multi-match RRI
      class RRI-VIP
        loadbalance vip inservice
        loadbalance policy RRI-VIP-l7slb
        loadbalance vip icmp-reply
        connection advanced-options UDP_PARAM_MAP
    interface vlan 90
      ip address 10.250.226.17 255.255.255.240
      peer ip address 10.250.226.18 255.255.255.240
      access-group input ALL
      access-group output ALL
      service-policy input REMOTE_MGMT
      service-policy input RRI
      no shutdown
    As per the analysis its looks seems to be tthe bug CSCsv63364, CSCsu95356. Kindly suggest how we can resolve this issue.
    Image version: A2(3.4)
    Thanks in advance.
    Regards,
    Ranjith

    Hi,
    Its important to know whether there was a sticky entry when the router went down and the time it came back up. Leastconnection shouldn't be a problem here.
    If the IPSEC connection is active but not the UDP 500 connections, after timeout the UDP 500 connections will be removed as well as the sticky entry. If the current active IPSEC connection suddently needs to refresh SA's a new UDP 500 connection will be open and it could be sent to a different server. There is no evidence that this is the problem but want to try a higher sticky timeout has a fix for this.
    Siva

  • OBIEE 11g not connect the Oracle database

    Hi All,
    We installed 11.1.1.6.0 version on Linux 64 bit it works fine after some reason we delete that one and re install on same Linux box,we place old catalog and rpd.
    But when you login all reports is showing errors bellow
    In log file..........
    [nQSError: 43119] Query Failed:
    [2013-10-19T19:47:24.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 24cef0e6e960bda3:-7f74eefb:141d239504e:-8000-0000000000000d97] [tid: 44b5a940]  [nQSError: 17014] Could not connect to Oracle database. [[
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 43119] Query Failed:
    [nQSError: 43113] Message returned from OBIS.
    In report level
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    Pls help thanks in advance.

    There are 2 places you need to keep TNS names.ora file for OBIEE to connect.
    1. Oracle client which is in your machine
    2. OBIEEhome>Oracle_BI1\network\admin
    I'm sure you would have it in your oracle client. Copy paste the same TNS names in this path too.
    Then open rpd and right click on any table in physical layer and click view data. You should see the results.
    if this doesn't work check your credentials.
    mark if this helps

Maybe you are looking for