Error during create database connection (JDeveloper)

Hello!
Have you any suggestions of this: When I try to create new database connection to 9i DBMS, I've got errors:
ORA-00604: error with recursive SQL
ORA-12705: Invalid or unknown NLS parameter value specified.
At the same time I try to do the same with another one DBMS,
10g, and everything is Ok.
Thanks.
Andrew.

Stephen, sure, I did all actions you described, during "Create new Database Connection":
(filling in driver (thin), host name (i.e. localhost), jdbc port (i.e. 1521), and sid (i.e. orcl) )
Th result I think should be looks like
jdbc:oracle:thin:@wizard.shots.ru:1522:VIVD
(tns for that DBMS is
VIVD.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = wizard.shots.ru)(PORT = 1522))
(CONNECT_DATA = (SID = VIVD))
As I wrote, the same actions give OK result, if dbms = 10g.
But, I want to test OEBS adapter, and OEBS stands on 9i DBMS only,
so I need to work with 9i
Thanks.
Andrew.

Similar Messages

  • SQL Server error during create database through jdbc

    Hi ,
    Can anybody figure why I get the following exception
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Line 1: Incorrect syntax near '9876'.
    at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
    I am trying to create a new database through jdbc, I use only numeric characters in the database name.
    I can create the same database through SQL Enterprise Manager.
    -vikram

    The name of the database is 9876?
    Plan A: save yourself trouble and start database/table/column names with a letter.
    Plan B: if you really must, try quoting the database name: create database "9867".

  • I have error to create database connection

    'Conn_SQLite.exe' (CoreCLR: DefaultDomain): Loaded 'C:\windows\system32\mscorlib.ni.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\Data\SharedData\PhoneTools\AppxLayouts\2099df85-4c1b-4307-9c1a-4ecb7d30cc63VS.Debug_x86.User\Conn_SQLite.exe'. Symbols loaded.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\SYSTEM.RUNTIME.NI.DLL'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\WinMetadata\Windows.winmd'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\SYSTEM.RUNTIME.INTEROPSERVICES.WINDOWSRUNTIME.NI.DLL'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\SYSTEM.DIAGNOSTICS.DEBUG.NI.DLL'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\SYSTEM.COLLECTIONS.NI.DLL'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\SYSTEM.NI.DLL'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\SYSTEM.THREADING.TASKS.NI.DLL'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\System.Runtime.WindowsRuntime.NI.DLL'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\SYSTEM.RUNTIME.EXTENSIONS.NI.DLL'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'Conn_SQLite.exe' (CoreCLR: .): Loaded 'C:\windows\system32\en-US\mscorlib.debug.resources.dll'. Module was built without symbols.
    A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.ni.dll
    Error : System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at Conn_SQLite.Student.<create_Connection>d__0.MoveNext()

    Hi,
    Maybe your connecting directly after the listener starts, wait a while then try to connect again, if this problem still occurs, check the SID of your Connection settings, it maybe incorrect.
    Regards,
    Ahmad Esbita

  • ERROR during creating new Database

    OS: Solaris 10 x86 (10/08)
    Oracle: Release 10.2.0.2.0 - Production (Standard Edition)
    I have just installed Oracle without basic/sample database. I was going to find out how to make it handy.
    What I did:
    # created initeric1.ora file
    control_files = (/oradata/u01/controlfile/control1.ctl,/oradata/u01/controlfile/control2.ctl,/oracle/controlfile/control3.ctl)
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    db_name = eric1
    db_block_size = 8192
    sga_max_size = 1073741824
    sga_target = 1073741824
    then "startup nomount" end here I stucked.
    I have executed below (all paths exists)
    SQL> create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M;
    ...and this is an ERROR:
    create database eric1
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Now, I am not sure where I am and what to do next.
    The above "CREATE" created redologs ONLY. Shouold I remove them ( by rm command ?? )and start it again OR somehow to fix it ?
    Little help plz.
    BTW. i was doing steps from this article and stopped in point 5:
    http://www.dba-oracle.com/oracle_create_database.htm
    Edited by: user639256 on 2009-10-24 09:47
    Edited by: user639256 on 2009-10-24 09:48

    Hi,
    here is /oracle/product/10.2.0/db_1/rdbms/log/alert_eric1.log:
    Sat Oct 24 17:52:02 2009
    Starting ORACLE instance (normal)
    Sat Oct 24 17:52:05 2009
    WARNING: Not enough physical memory for SHM_SHARE_MMU segment of size 0x0000000040003000 [flag=0x4000]
    Cannot determine all dependent dynamic libraries for /proc/self/object/a.out
    Unable to find dynamic library libskgxn2.so in search paths
    RPATH = /build/204/lib/:/opt/ORCLcluster/lib/
    LD_LIBRARY_PATH is not set!
    The default library directory is /usr/lib
    Unable to find dynamic library libocr10.so in search paths
    Unable to find dynamic library libocrb10.so in search paths
    RPATH = /build/204/opsm/lib/:/build/204/has/lib/:/build/204/rdbms/lib/
    Unable to find dynamic library libocrutl10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    RPATH = /build/204/opsm/lib/:/build/204/has/lib/:/build/204/rdbms/lib/
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /oracle/product/10.2.0/db_1/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.2.0.
    System parameters with non-default values:
    sga_max_size = 1073741824
    sga_target = 1073741824
    control_files = /oradata/u01/controlfile/control1.ctl, /oradata/u01/controlfile/control2.ctl, /oracle/controlfile/control3.ctl
    db_block_size = 8192
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    db_name = eric1
    PMON started with pid=2, OS id=3218
    PSP0 started with pid=3, OS id=3220
    MMAN started with pid=4, OS id=3222
    DBW0 started with pid=5, OS id=3224
    LGWR started with pid=6, OS id=3226
    CKPT started with pid=7, OS id=3228
    SMON started with pid=8, OS id=3230
    RECO started with pid=9, OS id=3232
    MMON started with pid=10, OS id=3234
    MMNL started with pid=11, OS id=3236
    Sat Oct 24 17:52:22 2009
    Oracle Data Guard is not available in this edition of Oracle.
    Sat Oct 24 17:59:20 2009
    create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M
    Sat Oct 24 17:59:22 2009
    Database mounted in Exclusive Mode
    Sat Oct 24 17:59:46 2009
    Successful mount of redo thread 1, with mount id 3306637624
    Assigning activation ID 3306637624 (0xc5174938)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /oradata/u02/redo/redo1.log
    Successful open of redo thread 1
    Sat Oct 24 17:59:48 2009
    SMON: enabling cache recovery
    Sat Oct 24 17:59:49 2009
    create tablespace SYSTEM datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited
    EXTENT MANAGEMENT LOCAL online
    Sat Oct 24 17:59:58 2009
    ORA-19502 signalled during: create tablespace SYSTEM datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited
    EXTENT MANAGEMENT LOCAL online
    Sat Oct 24 17:59:58 2009
    Errors in file /oracle/product/10.2.0/db_1/rdbms/log/eric1_ora_3237.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-19502: write error on file "/oradata/u02/system/system.dbf", blockno 15360 (blocksize=8192)
    ORA-27063: number of bytes read/written is incorrect
    Intel SVR4 UNIX Error: 28: No space left on device
    Additional information: -1
    Additional information: 1048576
    ORA-19502: write error on file "/oradata/u02/system/system.dbf", blockno 15616 (blocksize=8192)
    ORA-27063: number of bytes read/written is incorrect
    Additional information: 466944
    Additional information: 1048576
    Sat Oct 24 17:59:58 2009
    Errors in file /oracle/product/10.2.0/db_1/rdbms/log/eric1_ora_3237.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 861
    ORA-00604: error occurred at recursive SQL level 1
    ORA-19502: write error on file "/oradata/u02/system/system.dbf", blockno 15360 (blocksize=8192)
    ORA-27063: number of bytes read/written is incorrect
    Intel SVR4 UNIX Error: 28: No space left on device
    Additional information: -1
    Additional information: 1048576
    ORA-19502: write error on file "/oradata/u02/system/system.dbf", blockno 15616 (blocksize=8192)
    ORA-27063: number of bytes read/written is incorrect
    Additional information: 466944
    Additional information: 1048576
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Instance terminated by USER, pid = 3237
    ORA-1092 signalled during: create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M...
    Sat Oct 24 18:03:14 2009
    Starting ORACLE instance (normal)
    Sat Oct 24 18:03:16 2009
    WARNING: Not enough physical memory for SHM_SHARE_MMU segment of size 0x0000000040003000 [flag=0x4000]
    Cannot determine all dependent dynamic libraries for /proc/self/object/a.out
    Unable to find dynamic library libskgxn2.so in search paths
    RPATH = /build/204/lib/:/opt/ORCLcluster/lib/
    LD_LIBRARY_PATH is not set!
    The default library directory is /usr/lib
    Unable to find dynamic library libocr10.so in search paths
    Unable to find dynamic library libocrb10.so in search paths
    RPATH = /build/204/opsm/lib/:/build/204/has/lib/:/build/204/rdbms/lib/
    Unable to find dynamic library libocrutl10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    RPATH = /build/204/opsm/lib/:/build/204/has/lib/:/build/204/rdbms/lib/
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /oracle/product/10.2.0/db_1/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.2.0.
    System parameters with non-default values:
    sga_max_size = 1073741824
    sga_target = 1073741824
    control_files = /oradata/u01/controlfile/control1.ctl, /oradata/u01/controlfile/control2.ctl, /oracle/controlfile/control3.ctl
    db_block_size = 8192
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    db_name = eric1
    PMON started with pid=2, OS id=3250
    PSP0 started with pid=3, OS id=3252
    MMAN started with pid=4, OS id=3254
    DBW0 started with pid=5, OS id=3256
    LGWR started with pid=6, OS id=3258
    CKPT started with pid=7, OS id=3260
    SMON started with pid=8, OS id=3262
    RECO started with pid=9, OS id=3264
    MMON started with pid=10, OS id=3266
    MMNL started with pid=11, OS id=3268
    Sat Oct 24 18:03:33 2009
    Oracle Data Guard is not available in this edition of Oracle.
    Sat Oct 24 18:03:56 2009
    create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M
    Sat Oct 24 18:03:59 2009
    Errors in file /oracle/product/10.2.0/db_1/rdbms/log/eric1_ora_3269.trc:
    ORA-00200: control file could not be created
    ORA-00202: control file: '/oradata/u01/controlfile/control1.ctl'
    ORA-27038: created file already exists
    Additional information: 1
    Sat Oct 24 18:03:59 2009
    ORA-1501 signalled during: create database eric1
    logfile group 1 ('/oradata/u02/redo/redo1.log') size 100M,
    group 2 ('/oradata/u02/redo/redo2.log') size 100M,
    group 3 ('/oradata/u02/redo/redo3.log') size 100M
    character set WE8ISO8859P1
    national character set utf8
    datafile '/oradata/u02/system/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
    sysaux datafile '/oradata/u02/system/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
    undo tablespace undotbs1 datafile '/oradata/u02/system/undotbs1.dbf' size 100M
    default temporary tablespace temp tempfile '/oradata/u02/system/temp01.dbf' size 100M...
    Sat Oct 24 18:56:14 2009
    Shutting down instance: further logons disabled
    Sat Oct 24 18:56:14 2009
    Stopping background process MMNL
    Sat Oct 24 18:56:15 2009
    Stopping background process MMON
    Sat Oct 24 18:56:16 2009
    Shutting down instance (immediate)
    License high water mark = 1
    Sat Oct 24 18:56:16 2009
    ALTER DATABASE CLOSE NORMAL
    ORA-1507 signalled during: ALTER DATABASE CLOSE NORMAL...
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Edited by: user639256 on 2009-10-24 11:26

  • Create database connection

    I try to create database connection in jdeveloper.
    I have error message;
    Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    10.41.119.12:1620:TEST
    I did connect with database before. but I try to create connection with database today.
    I cannot. what problem is it?
    what am i goint to do?

    Hi,
    Maybe your connecting directly after the listener starts, wait a while then try to connect again, if this problem still occurs, check the SID of your Connection settings, it maybe incorrect.
    Regards,
    Ahmad Esbita

  • SBO0001 error DBD:ORA12154 error while creating new connection

    Dear All,
    I have installed XIR3 on a windows 64 bit with oracle 10g R2 client.
    The CMS is up and running and I am able to connect to the infoview and view the lsit of all the migrated objects from BOXIR2.
    But, when I am trying to create a new connection for the universe or trying to execute the existing reports i am getting the following error.
    (i.e I guess BO is unable to connect to DB)
    *SBO0001 error DBD:ORA12154 error while creating new connection
    I tried various solution from BOB but still could not solve this. Please anyone suggest few tips regarding this case
    Business objects: CMS is running and able to connect to infoview and able to log on to CMC
    Database client: Able to log on to DB using sqlplus and tnsping is working.
    the details of the software are as follows
    *BO Server configuration
    OS: Windows Server 2008 R2 64 bit
    Business Objects XI R3 3.0
    Oracle client 10gR2 32 bit
    *Database server configuration
    Oracle 11g R2 64 bit
    Thanks,
    Mike

    Mike :
    I am having a similar issue with the BOE and Oracle.
    Can you please provide details of which Oracle client you ended-up using..?
    32-bit or 64-bit...?
    Oracle client version...?
    Specific client patches applied..?
    Thanks,
    Mark

  • Error in odbc database connection

    Hi All,
    I have created database connection from SAP system to another no sap system (Radar) using the tcode DBCO and maintained the following parameters
    DB connection: RADAR_DEV
    DBMS            : MSS
    user Name : RADAR_DVLP
    Db password : **********
    conn info : msql_server=hostname of SQL server msql_dbname=DB name object_source=DB name
    It is gives a below short dump when this db connection (DB connection name) is used in a program by ABAPer
    error message
                                                                                    The error occurred in the current database connection "RADAR_DEV".                                                                               
    What can you do?                                                                               
    Print out the error message (using the "Print" function)                          
    and make a note of the actions and input that caused the                          
    error.                                                                               
    To resolve the problem, contact your SAP system administrator.                    
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer          
    termination messages, especially those beyond their normal deletion              
    date.                                                                               
    Error analysis                                                                               
    An exception occurred. This exception will be dealt with in more detail           
    below. The exception, assigned to the class 'CX_SY_NATIVE_SQL_ERROR', was not     
    caught, which                                                                    
    led to a runtime error. The reason for this exception is:                                                                               
    How to correct the error                                                                               
    Database error text........: "Line 1: Incorrect syntax near '.'."         
    Triggering SQL statement...: "FETCH NEXT "                                
    Internal call code.........: "[DBDS/NEW DSQL]"                            
    Please check the entries in the system log (Transaction SM21).                                                                               
    You may able to find an interim solution to the problem                   
    in the SAP note system. If you have access to the note system yourself,   
    use the following search criteria:                                                                               
    "DBIF_DSQL2_SQL_ERROR" CX_SY_NATIVE_SQL_ERRORC                            
    "ZRADAR_EXTRACT" or "ZRADAR_EXTRACT"                                      
    "START-OF-SELECTION"                                                      
    Can you please help me on resolving this issue
    Thanks,
    Vadi

    Hello Vadivambal,
    Could you please provide the syntax of line, on which the dump occurs.
    Is user RADAR_DVLP able to fetch same data without an ABAP program?
    Regards,
    Ammey Kesarkar

  • Oracle10g Import:ORA-01119: error in creating database

    I am trying to Import a Oracle10g dump into a Oracle 10g db server(SunOS).The server has enough space and so do the tablespace.
    This is the import command i'm trying:
    imp db/db@sid file=file.dmp ignore=y full=y
    But it still posts the following error:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    Warning: the objects were exported by OPS$QZORA, not by you
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    export client uses UTF8 character set (possible charset conversion)
    . importing SYSTEM's objects into SYSTEM
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "NEW" BLOCKSIZE 8192 DATAFILE '/home/NEW01.d"
    "bf' SIZE 2000M , '/home/NEW02.dbf' SIZE 3000M , '/u03/bm"
    "qzdb/NEW03.dbf' SIZE 2000M , '/u03/bmqzdb/NEW04.dbf' SIZE 3000M "
    " , '/home/NEW05.dbf' SIZE 2000M , '/home/NEW06.d"
    "bf' SIZE 5900M , '/home/NEW07.dbf' SIZE 943718400 , '/u0"
    "1/bmqzdb/NEW08.dbf' SIZE 734003200 , '/home/NEW09.dbf' SIZ"
    "E 144703488 , '/home/NEW10.dbf' SIZE 144703488 , '/u01/b"
    "mqzdb/NEW11.dbf' SIZE 81788928 , '/home/NEW12.dbf' SIZE 15"
    "00M AUTOEXTEND ON NEXT 8192 MAXSIZE 2000M, '/home/NEW13.dbf"
    "' SIZE 1048576000 AUTOEXTEND ON NEXT 8192 MAXSIZE 2000M EXTENT MANAG"
    "EMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file '/home/NEW01.dbf'
    ORA-27040: file create error, unable to create file
    SVR4 Error: 2: No such file or directory
    IMP-00000: Import terminated unsuccessfully

    Actually i dont want that to create any tablespaces.I have a tablespace created on my db.In fact i dont have the same (/home) path on my unix server.
    I want the imp utility to ignore create tablespace command.I did give the IGNORE=Y on the imp command.
    If i give fromuser,touser i can import but that does not go along with full=y.I have to do it table by table.It has also got sequences,types,synonyms etc
    thanks in advance
    shiva

  • Error when creating database

    when installing 9i server i couldn't create database and after installation i tried to create database using DBCA but same errors occured.
    it says null sid name error=2. and then says tns protocol problem.
    what should i do?

    Kim Gabrielsen (guest) wrote:
    : Hi,
    : I have tried to install O8 on Linux several times but all have
    : failed. I follow the doc written by Tom Bissett which I find
    very
    : informative on this subject.
    : I have the correct env setting, have created oracle user as
    : member of the dba group and the install program runs nicely
    until
    : it starts to create the database. It stops with an error
    message.
    : The log files look like this (excerpts):
    : CRDBORCL.LST
    : ORA-06413: Connection not open.
    : LCC-00161: Message 161 not found; product=SVRMGR; facility=MGR
    : ORA-06413: Connection not open.
    : create database "ORCL"
    : ORA-03114: not connected to ORACLE
    : ORA-06413: Connection not open.
    : which is the same results I see if I invoke svrmgr manually
    : and tries to connect as 'internal'. BTW srvmgr prompts me for a
    : password even though I'm logged on as 'Oracle' which is a
    member
    : of DBA.
    : INSTALL.LOG
    : - Entering database actions section.
    : - Creating initORCL.ora file
    : - Creating crdb2ORCL.sql database catalog and file
    creation
    : script
    : - ERROR: The 'CREATE DATABASE' statement for the ORCL
    : database failed.
    : egrep failed to find 'ORA-' error in the file:
    : /u01/app/oracle/admin/ORCL/create/crdbORCL.lst
    : I hope someone can help 'cause I'm stock here...
    : Best regards
    : Kim Gabrielsen
    If you followed the instructions on setting the shared memory
    parameters you may have a problem.
    In the 'shmparam.h' file set SHMMAX to something smaller than 4G.
    I just set mine to 2G or 0x7FFFFFFF and now it works fine.
    I have done the Oracle 8.0.5 installation twice now on 2
    different machines with success(1 Compaq Proliant 1500 -
    RH5.2/2.0.36 kernel and 1 GW2K - RH5.2/2.2.1 kernel) I ran into
    several problems along the way but all problems were solvable.
    Mark
    null

  • Workspace Error 8001: The Database Connection could not be found

    We had to reboot all our windows servers recently and since then all the database connections in the database base manager in workspace are gone.
    I can see all the existing reports but cannot use any of them as I dont have any connections.
    Also I cannot create any new connections
    I get the error 8001: The Database Connection could not be found: 13cbd63_12b5e2a8b73_-7f8f when I try to create a new connection.
    Not sure what the problem is.
    Any suggestions?

    Hi Pat,
    It loks like your Biplus relational DB is corrupted, try with those steps:
    1. De-register BI+ from Shared Services (Config Utility->Hyperion Reporting and Analysis > Deregister from Shared Services)
    2. Configure against the backup database (Drop and recreate tables option).
    3. Re-register BI+ with Shared Services.
    4. Re-deploy BI+.
    5. Test Workspace and add new connections.
    Regards.

  • TP4: Can't create database connection

    I have just installed JDeveloper TP4 and run it for the first time. When I try to create database connection, nothing happens. Specifically, I right click on "IDE Connections" and select "New Connection" - and nothing happens; no messages, no dialogs, nothing. Is there something I have to have installed before this will work? I have Sun's Java 6 installed - I noticed that JDeveloper warns about this. Would it cause this problem?

    Hi,
    can you try with JDK 5 to exlude and issue with JDK 6. It works for me with JDK 5 so, there might be an issue with you Java runtime
    Frank

  • Error on Create Database command for Oracle 9i on Red Hat 9

    Error on Create Database command
    CREATE DATABASE ora9i
    LOGFILE
    GROUP 1 ('$HOME/ORADATA/log_01_01_ora9i.rdo') SIZE 10M,
    GROUP 2 ('$HOME/ORADATA/log_02_01_ora9i.rdo') SIZE 10M
    DATAFILE '$HOME/ORADATA/system_01_ora9i.dbf' SIZE 100M
    AUTOEXTEND ON NEXT 50M MAXSIZE 150M
    DEFAULT TEMPORARY TABLESPACE temp
    TEMPFILE '$HOME/ORADATA/temp_01_ora9i.dbf' SIZE 15M
    AUTOEXTEND ON NEXT 5M MAXSIZE 30M
    CHARACTER SET WE81SO8859P1
    NATIONAL CHARACTER SET AL16UTF16
    CREATE DATABASE ora9i
    ERROR at line 1:
    ORA-01092:ORACLE instance terminated. Disconnection forced.
    initora9i.ora file contents :
    background_dump_dest=$HOME/ADMIN/BDUMP
    core_dump_dest=$HOME/ADMIN/CDUMP
    db_name=ora9i
    db_files= 80
    db_file_multiblock_read_count=8
    db_block_buffers=100
    shared_pool_size = 3500000
    log_checkpoint_interval = 10000
    processes=50
    parallel_max_servers=5
    log_buffer = 32768
    max_dump_file_size = 10240
    global_name = TRUE
    control_files=$HOME/ORADATA/ctrl01.ctl
    undo_management=AUTO
    user_dump_dest=$HOME/ADMIN/UDUMP
    -------------------------------------------------

    Pleae include REUSE keyword at the end of each file location as shown below...
    CREATE DATABASE ora9i
    LOGFILE
    GROUP 1 ('$HOME/ORADATA/log_01_01_ora9i.rdo') SIZE 10M REUSE,
    GROUP 2 ('$HOME/ORADATA/log_02_01_ora9i.rdo') SIZE 10M REUSE
    DATAFILE '$HOME/ORADATA/system_01_ora9i.dbf' SIZE 100M REUSE
    AUTOEXTEND ON NEXT 50M MAXSIZE 150M
    DEFAULT TEMPORARY TABLESPACE temp
    TEMPFILE '$HOME/ORADATA/temp_01_ora9i.dbf' SIZE 15M REUSE
    AUTOEXTEND ON NEXT 5M MAXSIZE 30M
    CHARACTER SET WE81SO8859P1
    NATIONAL CHARACTER SET AL16UTF16

  • Error in creating database

    hai i am installing sap netweaver 2004s with a IBM  DB2 as database.I got an error in Create database phase.
    INFO 2011-11-28 02:22:06
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DB6/CENTRAL/AS/createDatabase.clp' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DB6/CENTRAL/AS/createDatabase.2.clp'.
    INFO 2011-11-28 02:22:06
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\DB6\CENTRAL\AS\createDatabase.clp.
    INFO 2011-11-28 02:22:06
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\DB6\CENTRAL\AS\createDatabase.clp.
    ERROR 2011-11-28 02:22:07
    MDB-01016  SQL0294N  The container is already in use.  SQLSTATE=42730
    ERROR 2011-11-28 02:22:07
    FCO-00011  The step CreateDatabase with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_DB6_DB|ind|ind|ind|ind|1|0|NW_DB6_CreateDb|ind|ind|ind|ind|16|0|CreateDatabase was executed with status ERROR
    Please help me in solving this problem.....
    Thanks in advance......
    Dinesh.

    Hello,
    <b>FCO-00011  The step CreateDatabase with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssSchemaCreate|ind|ind|ind|ind|9|0|CreateDatabase was executed with status ERROR.</b>
    This Error occurs because the <b><SID>DATA1,<SID>DATA2,<SID>DATA3,<SID>DATA<X></b> and <b><SID>LOG1,<SID>DATA<x></b> are already containing the .mdf,.ndf and .ldf files.
    So rename those directories to someother(Do not delete, just rename, as it might be used to attach the database incase you have detached it) and just create the above directories "<b><SID>DATA1,<SID>DATA2,<SID>DATA3,<SID>DATA<X></b> and <b><SID>LOG1,<SID>DATA<x></b>".
    This should solve the problem.
    Any questions, do post it back, will try to resolve it.
    Many Thanks.

  • Error while creating OLAP connection in IDT

    Hi friends,
    I am facing error while creating OLAP connection in IDT (BO 4.1 sp2)
    I am using sql server 2012.In the screen shots you can observe server name and user name of the Sql server
    I am creating OLAP connection to connect CUBE
    Check the screen shots for the error
    Plz help me
    Here you can see the server name and user name
    While creating OLAP connection I gave these credentials
    This is the error I am getting

    Hi..
    To create connection and access the BW data, developer must have the password. and while create connection using Authentication Mode: Single Sign On, need to loin the username has pattern <SID~client/SAP userid>,
    User Name: SID~client/SAP userid
    Password for the SID,
    Authentication as SAP.
    Plese find the below link for more info: http://scn.sap.com/community/semantic-layer/blog/2014/06/19/pre-requisite-authorizations-in-sap-bw-side-before-develop-the-universe

  • Error while creating database in classic appln

    Hi All,
    I am getting this error while creating database in classic application.
    com.hyperion.planning.olap.EssbaseException: Failed to create database, error code [%s] (1013221).
    Can anyone please let me know why I am getting it?
    Thanks in advance

    Can you check for a more specific error code in the Application log? There can be various reasons for this:
    1. For data storage and binary installation, Essbase supports the use of any disk array device mounted with a local file system interface (for example, NTFS, HPFS, JFS, VxFS, and UFS). A disk array mounted using NFS or CIFS is not supported.Use any disk array device mounted with a local file system interface (for example, NTFS, HPFS, JFS, VxFS, and UFS).
    2. Error occurs when deploy Planning application with double byte enabled. When the plan name is changed to English, deploy will be successful. This issue can be fixed by setting Correct Essbase ESSLANG system value.
    3. The Essbase User that creates the application and DB folders has default ACL rw-rw-rw which does not allow the essbase app to create files inside the folder.
    HTH-
    Jasmine.

Maybe you are looking for

  • Can LR Web module converting file name hyphens into underscores be disabled

    Hi, I have problems when creating webpages from within LR. First I develop the RAW files and converts them to jpegs. Under Lightroom 3 I use the following settings under "Export location": Export to: Specific Folder Add to This Catalog: ticked Existi

  • How to calculate the real height of the text in RichEditableText control?

    Hello, I created a new component by extending the RichEditableText control. When I try to get the value of contentHeight propery of this class even after compositionComplete event has fired, I get incorrect content height (so called "estimated" heigh

  • Installing Oracle Linux 5.8 on Virtual Box

    I'm trying to install Oracle Linux 5.8 on Virtual Box. I have downloaded V31120-01 and burned to the DVD, I think successfully. However, when I start the Virtual machine, I get the Opening screen, "Oracle Linux" the little picture of the penguin guy,

  • PR non editable fields after final release

    we like to  do in PR  Material's short text, date, Pur Grp & Requested by heads are in editable stage after final release. we need to make non editable mode.  how we can do this... please advice Thanks Rajesh G

  • Vertical rule question

    for a customized vertical rule... border-left:1px inset #58595b; border-left-style: dotted; - how can I get the dots to space out a bit more? is there any way to control that in the border properties, or do I need to use an image? Thanks!