Createtablespace.sql is creating tablespaces in wrong sid

Hi,
We are in the process of performing system copy of EHP4 for TDMS shell creation using standard system copy process as suggested by sap.
During export while SAPInst asked for Import Migration Directory we provided the export dump of target system ( modified as per TDMS shell creation)
During system copy we are getting the error during create table space phase. SAPinst is creating the tablespace with source system SID. .i.e instead of T02 it is taking P02.
create tablespace P02#USER1D
  in nodegroup SAPNODEGRP_T02 pagesize 16k  extentsize 8 prefetchsize automatic
  no file system caching
Because of that we are getting following error during import phase.
ERROR      2009-08-10 07:24:33.154 [iaxxinscbk.cpp:260]
MDB-01999  Error occured, first error is: <SQL0204N  "P02#DDICD" is an undefined name.  SQLSTATE=42704>
Please suggest.
Sanjay

Hi,
I have recently expierienced a very simialr sort of error doing a EHP5 upgrade.
(it's similar because I did a standard system copy (export/import) and got the same error )
It's not realy a solution but guidance:
If you check this table DDSTORAGE and search for the incorrect sid:
eg (assuming P02 is the incorrect SID):
select * from <your_schema>.ddstorage where text like '%P02%
you'll probrably find the erronous entries.
Since this a rare occurance, the best advice would be to open a message to SAP.
They would probrably want to remotely connected to the system and have a look.
I don't think there is a gerneral fix and each occurance would have to be handle at an individual level.
Since I use DB2 I used this component when creating my OSS:
BC-DB-DB6-UPG
I know this thread is old but
I've answered here as hopefully it may benifit anyone else that finds this thread.
Kind Regards,
chris

Similar Messages

  • How to create tablespace HRAPP

    Hi everyone,
    @Nicolas ; @Hakan Biroglu
    My system: Windows Server 2003 32-bit ; Oracle DB 10.1.0.2.0 ; PT 8.52 ; PeopleSoft Human Capital Management and Campus Solutions 9.0 - Revision 5 ;
    During Data Mover script I recieve the following error :
    Importing AAP_ETHNIC_PMPT
    Creating Table AAP_ETHNIC_PMPT
    - SQL Error. Error Position: 108 Return: 959 - ORA-00959: tablespace 'HRAPP' does not exist
    CREATE TABLE PS_AAP_ETHNIC_PMPT (ETHNIC_GROUP VARCHAR2(1) NOT NULL, DESCR VARCHAR2(30) NOT NULL) TABLESPACE HRAPP STORAGE (INITIAL 40000 NEXT 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0) PCTFREE 10 PCTUSED 80
    Error: Unable to process create statement for AAP_ETHNIC_PMPT
    Ended: Tue Aug 21 16:19:06 2012
    Unsuccessful completion
    How can I fix this error,please help ?

    Tablespace HRAPP should have been created when you ran hcddl.sql.
    CREATE TABLESPACE HRAPP DATAFILE '<drive>:\oradata\<SID>\hrapp.dbf' SIZE 350M
    EXTENT MANAGEMENT LOCAL AUTOALLOCATE
    SEGMENT SPACE MANAGEMENT AUTO
    Make sure all the tablespaces defined in the file hcddl.sql are created!
    Judging by your other thread you have choosen to create a PeopleTools system database, without an application (HCM).
    Now you want to run the dms to create HCM tables???
    If you want to create an HCM database you need to run hcddl.sql.
    Edited by: Hakan Biroglu on Aug 21, 2012 4:38 PM

  • Created path and used trim but the line appears from the wrong side?

    Hey,
    I've created a rectangle by using the pen tool, then applied a stroke to it. I've then added "trim paths" and the end value at 0seconds is 0% and then at 5 seconds its at 100% however the line appears from the wrong side of the screen, basically it's reversed, yet the reverse path symbol is not ticked.
    The line is meant to appear from left to right of the screen with a 2px stroke, which will then have a mask applied to show a large black box appear from this line and fill the rest of the screen up.
    Anyone able to help me at all?
    Thank you.

    If you animated the start then animate the end. Simple as that.

  • Execution of SQL statement 'alter tablespace PSAPSR3

    Dear mastah,
    I trying extend tablesapce at oracle, but not succesfully, and have problem,
    maybe can help this issue..
    error problem add tablespace:
    BR0280I BRSPACE time stamp: 2014-01-06 10.27.31
    BR0370I Directory /oracle/SID/sapreorg/semxnacf created
    BR0280I BRSPACE time stamp: 2014-01-06 10.27.32
    BR0319I Control file copy created: /oracle/SID/sapreorg/semxnacf/cntrlSID.old 99106816
    BR0280I BRSPACE time stamp: 2014-01-06 10.27.32
    BR1088I Extending tablespace PSAPSR3...
    BR0280I BRSPACE time stamp: 2014-01-06 10.27.51
    BR0301E SQL error -59 at location BrSqlExecute-1, SQL statement:
    '/* BRSPACE */ alter tablespace PSAPSR3 add datafile '/oracle/SID/sapdata16/sr3_218/sr3.data218' size 4000M autoextend off'
    ORA-00059: maximum number of DB_FILES exceeded
    BR1017E Execution of SQL statement 'alter tablespace PSAPSR3 add datafile '/oracle/SID/sapdata16/sr3_218/sr3.data218' size 4000M autoextend off' failed
    BR0669I Cannot continue due to previous warnings or errors - you can go back to repeat the last action
    BR0280I BRSPACE time stamp: 2014-01-06 10.27.51
    BR0671I Enter 'b[ack]' to go back, 's[top]' to abort:
    regards,
    amin

    BR1088I Extending tablespace PSAPSR3...
    BR0280I BRSPACE time stamp: 2014-01-06 10.27.51
    BR0301E SQL error -59 at location BrSqlExecute-1, SQL statement:
    '/* BRSPACE */ alter tablespace PSAPSR3 add datafile '/oracle/SID/sapdata16/sr3_218/sr3.data218' size 4000M autoextend off'
    ORA-00059: maximum number of DB_FILES exceeded
    $ oerr ora 59
    00059, 00000, "maximum number of DB_FILES exceeded"
    // *Cause:  The value of the DB_FILES initialization parameter was exceeded.
    // *Action: Increase the value of the DB_FILES parameter and warm start.
    $

  • Create Tablespace on different disk

    Hi!
    I am about to upgrade SAP ERP 6.0 to EHP4.
    As one of failed cheks was the insufficient free space in the database.
    The recommendation given by Tool (EHP Installer) was:
    > Create TABLESPACE PSAPSR3701 with 53181 MB
    I also found in the ORATBSXT the appropriate SQL commandos
    brspace -function tscreate -tablespace PSAPSR3701 -owner SAPSR3 -data both -size 20000 -autoextend no
    brspace -function tsextend -tablespace PSAPSR3701 -size 20000 -autoextend no
    brspace -function tsextend -tablespace PSAPSR3701 -size 13181 -autoextend no
    My problem is that I do not have 53181 MB free space on my Oracle disk.
    Therefore I mounted other disk with 70 GB free space and created there the appropriate path
    F:\oracle\<sid>\sapdata7\sr3701_1
    Question:
    What is the SQL commando to create a new tablespace with 53181 MB on new partittion F:\oracle\<sid>\sapdata7\sr3701_1?
    Someting like:
    >brspace -function tscreate -tablespace PSAPSR3701 -owner SAPSR3 -data both -size 53181 datafile 'F:\oracle\<sid>\sapdata7\sr3701_1\sr3701.data1' -autoextend no
    Thank you very much!
    regards

    Hai,
    Use BRTools to create the New Tablespace.
    http://help.sap.com/saphelp_nwpi71/helpdata/en/46/ba3930d28a1513e10000000a114a6b/frameset.htm
    Regards,
    Yoganand.V

  • Thread : created tablespace not seen wihle querying database

    hi there,
    I have create tablespace but when i queried database it is not showing its existence
    here are steps which i used to create tablespace------
    create tablespace ts_corrupt
    datafile '/PGHProdDB/oradata/paceview/ts_corrupt01.dbf'
    size 10m autoextend on next 5m
    extent management local
    segment space management auto
    tablespace created.
    create user usr_corrupt identified by usr_corrupt
    default tablespace ts_corrupt
    quota unlimited on ts_corrupt
    User created.
    grant connect , resource to usr_corrupt
    Grant succeeded.
    conn usr_corrupt/usr_corrupt
    Connected.
    create table t_corrupt as select * from all_objects
    table created
    but when i query to see the appropriate datafile
    conn / as sysdba
    SQL> select * from v$dbfile;
    FILE#
    NAME
    5
    /PGHProdDB/oradata/paceview/example01.dbf
    4
    /PGHProdDB/oradata/user00.dbf
    3
    /PGHProdDB/oradata/paceview/sysaux.dbf
    FILE#
    NAME
    2
    /PGHProdDB/oradata/paceview/undotbs1.dbf
    1
    /PGHProdDB/oradata/paceview/system.dbf
    and run rman backup-------------
    rman terget /
    RMAN> backup incremental level 1 cumulative database;
    Starting backup at 28-AUG-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=28 devtype=DISK
    channel ORA_DISK_1: starting incremental level 1 datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=/PGHProdDB/oradata/paceview/system.dbf
    input datafile fno=00003 name=/PGHProdDB/oradata/paceview/sysaux.dbf
    input datafile fno=00002 name=/PGHProdDB/oradata/paceview/undotbs1.dbf
    input datafile fno=00004 name=/PGHProdDB/oradata/user00.dbf
    input datafile fno=00005 name=/PGHProdDB/oradata/paceview/example01.dbf
    channel ORA_DISK_1: starting piece 1 at 28-AUG-12
    it is not showing "t_corrupt" tablespace while taking backup
    now problem is arising where is my newly created datafile ?
    thanks
    regards
    Edited by: abdul_ora on Aug 29, 2012 11:08 AM

    i did what you people suggest me---
    mr. Yasir Hashmi     as you asked --
    If it is not in the alert log, oracle has no record of it.
    Are you sure you really created it?
    Create it again and verify it from alert log.so i have created it again and this time its showing in alertlog.
    mr. harry76 as you asked---
    It will be in uppercase in the logfile if it is there?no, not at all i havent find it .
    :There must be 2 databases involved here - and the initial scripts you ran must be against the other database.I am fated that i have run that command on specific database as USER is still exist which i had created.
    Can you recall your command history?history showing me that i corrupted the one of that tablespace(ts_corrupt) block to recover it from recoverblock command
    by the way i know you people are helping me out so much that i learn alot from this kind of mistakes
    thank you for giving me your precious consideration and scarce time :) and need more as my curiosity is increasing
    Edited by: abdul_ora on Aug 28, 2012 4:52 PM

  • Error in creating tablespaces

    hi,
    I have installed oracle9i in HP-USserver.its installed successfully.
    I ahve created the instance too with datafiles.but the problem is that due to shortage of disk space,iam unable to store datas.so i have dropped the tablespaces and tried to create to a new file system (in the sense a new hard drive) in the same server.while creating the tablespaces alone in a different path its
    showing error as
    SQL*Plus: Release 9.2.0.2.0 - Production on Sat Jul 28 13:18:44 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter user-name: sys as sysdbas
    Enter password:
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.2.0 - Production
    SQL> CREATE TABLESPACE DATAXML
    2 LOGGING DATAFILE
    3 '/server47/Bankareas/CFC/oracledatafiles/globusdataxml01.dbf' SIZE 2048M AUTOEXTEND ON MAXSIZE UNLIMITED,
    4 '/server47/Bankareas/CFC/oracledatafiles/globusdataxml02.dbf' SIZE 2048M AUTOEXTEND ON MAXSIZE UNLIMITED,
    5 '/server47/Bankareas/CFC/oracledatafiles/globusdataxml03.dbf' SIZE 2048M AUTOEXTEND ON MAXSIZE UNLIMITED
    6 EXTENT MANAGEMENT LOCAL
    7 SEGMENT SPACE MANAGEMENT AUTO;
    CREATE TABLESPACE DATAXML
    ERROR at line 1:
    ORA-01119: error in creating database file
    '/server47/Bankareas/CFC/oracledatafiles/globusdataxml01.dbf'
    ORA-27086: skgfglk: unable to lock file - already in use
    HPUX-ia64 Error: 13: Permission denied
    Additional information: 8
    i want to know whether the tablespaces can be created in a seperate path apart from where oracle is installed?
    anything to be exported??
    can anybody please help me out in solving this problem.
    thanks in advance ,
    Ratheesh

    You state you have dropped the tablespace (which does not necessarily automatically drop the datafiles in version 9i); and
    You state you are trying to locate the tablespace's datafiles in a new file system where no files should exist.
    Please post response to
    ls -ld /server47/Bankareas/CFC/oracledatafiles
    ls -l /server47/Bankareas/CFC/oracledatafiles/globusdataxml01.dbf

  • How can i get the SQL of a tablespace from the database

    Hello All,
    I am using Oracle 11g R2. I want to get the SQL of some tablespaces on my database. in the same way i get the DDL of the table using the GET_DDL function.
    How can i get that ?
    Regards,

    try this please
    select dbms_metadata.get_ddl('TABLESPACE',tb.tablespace_name) from dba_tablespaces tb;or
    select 'create tablespace ' || df.tablespace_name || chr(10)
    || ' datafile ''' || df.file_name || ''' size ' || df.bytes
    || decode(autoextensible,'N',null, chr(10) || ' autoextend on maxsize '
    || maxbytes)
    || chr(10)
    || 'default storage ( initial ' || initial_extent
    || decode (next_extent, null, null, ' next ' || next_extent )
    || ' minextents ' || min_extents
    || ' maxextents ' ||  decode(max_extents,'2147483645','unlimited',max_extents)
    || ') ;'
    from dba_data_files df, dba_tablespaces t
    where df.tablespace_name=t.tablespace_name Edited by: Mahir M. Quluzade on Mar 14, 2011 4:51 PM

  • Create tablespace in Oracle 10g Express

    Hi,
    I've been playing around over the last few days with Oracle 10g Express and I need to create my own tablespace and therefore create user associated with my custom table space.
    I tried with the command create tablespace, but I am not successful with configuring the parameters such as the datafile location and such. I did go through the Oracle Concepts Guide which was very helpful, but I must be missing something.
    Also assuming that my db scheme will be part of my application and therefore released to my client as script so they can re-create my database how would the table space integration work on their end.
    I would I have to place my first line of the script to create the table space and ask them for database file location?
    Any advice will be appreciated.
    Thank you in advance.

    user12359577 wrote:
    The reason why I think I should create my own tablespace is because I am creating a database scheme and thus I think it is appropriate to place my db scheme in its own tablespace instead of simply using the Users tablespace default.
    This is my command:
    create tablespace MYTBLSPACE;
    Error:
    Error starting at line 1 in command:
    create tablespace MYTBLSPACE
    Error at Command Line:1 Column:32
    Error report:
    SQL Error: ORA-02199: missing DATAFILE/TEMPFILE clause
    02199. 00000 - "missing DATAFILE/TEMPFILE clause"
    *Cause:    A CREATE TABLESPACE statement has no DATAFILE/TEMPFILE clause.
    *Action:   Specify a DATAFILE/TEMPFILE clause.
    I am also not sure how to specify the datafile.
    Thank you.How about checking with the fine SQL Reference manual for the syntax of the CREATE TABLESPACE command?
    Learning where to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com. Drill down to your product and version.
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
    Spend a few minutes just getting familiar with what kind of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what kind of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are reference manuals. Just get familiar with what is there to be referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    Edited by: EdStevens on Mar 3, 2010 10:13 AM
    Edited by: EdStevens on Mar 3, 2010 10:15 AM

  • Create tablespace issue

    Hi;
    I wanna learn one thing...
    I have oracle ebs r11i wiht 10gr2 db, and its prod instance...
    Issue is like this:
    I have one tablespace lets us call it XXX and it has datafile like xx1.dbf,xx2.dbf..... I want to delete those dbf becouse their each size is 40 GB, and i want to create 2 new datafile which is each 10Gb.
    Would you give me steps and command how i can do that?
    Thanks

    tablespace - XXX
    datafile - xx1.dbf,xx2.dbf.....
    you want to delete those dbf becouse their each size is 40 GB, and i want to create 2 new datafile which is each 10Gb.
    1) If you want to delete 40 GB dbf's, you will loose data.
    2) If you really do not want those data, you can go ahead by dropping and creating DBF with 10 GB.
    steps and command how i can do that?
    I have give below sample commands, go through it thoroughly and go ahead.
    Best of Luck.
    =================================================================
    CREATING TABLESPACES
    ====================
    CREATE TABLESPACE userdata DATAFILE '/u01/oradata/userdata01.dbf' SIZE 100M
    AUTOEXTEND ON NEXT 5M MAXSIZE 200M;
    Locally Managed Tablespaces
    ===========================
    CREATE TABLESPACE userdata DATAFILE '/u01/oradata/userdata01.dbf' SIZE 500M
    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K;
    Dictionary Managed Tablespaces
    ==============================
    CREATE TABLESPACE userdata DATAFILE '/u01/oradata/userdata01.dbf' SIZE 500M
    EXTENT MANAGEMENT DICTIONARY DEFAULT STORAGE ( initial 1M NEXT 1M );
    Undo Tablespace
    ===============
    CREATE UNDO TABLESPACE undo1 DATAFILE '/u01/oradata/undo101.dbf' SIZE 40M;
    Enabling Automatic Extension of Data Files
    ==========================================
    ALTER DATABASE DATAFILE '/u01/oradata/userdata02.dbf' SIZE 200M AUTOEXTEND ON NEXT 10M MAXSIZE 500M;
    SAMPLES
    =======
    SQL> CREATE TABLESPACE data01
    2 DATAFILE '$HOME/ORADATA/u04/data01.dbf' SIZE 2M
    3 EXTENT MANAGEMENT DICTIONARY;
    Tablespace created.
    SQL> CREATE TABLESPACE data02
    2 DATAFILE '$HOME/ORADATA/u03/data02.dbf' SIZE 1M
    3 EXTENT MANAGEMENT LOCAL UNIFORM SIZE 100K;
    Tablespace created.
    SQL> CREATE TABLESPACE indx01
    2 DATAFILE '$HOME/ORADATA/u02/indx01.dbf' SIZE 1M
    3 AUTOEXTEND ON NEXT 500K MAXSIZE 2M
    4 EXTENT MANAGEMENT LOCAL UNIFORM SIZE 4K;
    Tablespace created.
    SQL> CREATE TABLESPACE ronly
    2 DATAFILE '$HOME/ORADATA/u01/ronly01.dbf' SIZE 1M;
    Tablespace created.
    TO QUERY ALL TABLESPACES
    ========================
    SELECT * FROM v$tablespace;
    ALTER TABLESPACE
    ================
    ALTER DATABASE DATAFILE '$HOME/ORADATA/u03/data02.dbf' RESIZE 1500K;

  • RSA1 infosources under wrong SID after system copy and BDLS has run

    Hi – we are a BW3.5 SP#21 system on 10202 and hpux 11.23 (ia64).  We have an R/3 system connected to the BW system for extracts.  Extracts work fine in the productive environment.  So 1 production BW system, and 1 production R/3 system.  We also have sandbox copies of each made from database copies recently.  The environment is as follows:
    sid     client     current logical system name     original logical system name after "copy"     system role       
    BW1     100     FINPBW1100     --     Productive BW system       
    LH1     100     FINPLH1100     --     Productive R/3 system       
    LHU     100     FINPLHU100     FINPBW1100     sandbox BW system       
    LHI     100     FINPLHI100     FINPLH1100     sandbox R/3 system     
    LHU is a copy of BW1.  LHI is a copy of LH1.  There is only 1 working client in all systems.
    We recently did the copies, creating the LHU/LHI systems.  we've completed our "post refresh" checklist on LHU/LHI, including the BDLS work. 
    BDLS was ran as follows on LHU/100:
    >> convert FINPBW1100 &#61664; FINPLHU100
    >> convert FINPLH1100 &#61664; FINPLHI100
    BDLS was ran as follows on LHI/100:
    >> convert FINPBW1100 &#61664; FINPLHU100
    >> convert FINPLH1100 &#61664; FINPLHI100
    In RSA1 on sandbox LHU/100, in the "source system" area, the source systems to the sandbox R/3 system LHI/100 tests out ok if you do the check connection and the technical name for the sm59 it points to is correct.
    If I check the RSA1 --> Infosources though, and search for ‘LHI’….it doesn't find all the "expected" infosources/infopackages.
    If instead I search for ‘LH1’ it finds the whole list of "expected" infosources/infopackages.  But the R/3 system i'm trying to do extracts from is called "LHI" not "LH1".
    QUESTION:
    does anyone know what needs to happen to “convert” what we see in RSA1 --> Infosources when searching for ‘LH1’ to infosources that we can use which point to ‘LHI’ – it looks like all the data is there in RSA1 -->infosources, it just is under the wrong sid….thanks in advance

    Hi Ben,
    Sorry to hear that my suggestion did not help.  We will have to see what the other experts say!
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bff13df2-0c01-0010-6ba7-bc50346a6fd8
    That link is to the document that I followed when setting up a BWQ system new, and we didn't encounter the same problem that you are experiencing.  We are also BW 3.5.
    I started on Page 17 which is where Section 3.7 starts.
    Hopefully that might help, although that may have been what you were following.
    Nick

  • Create tablespace error on ASM

    SQL> CREATE TABLESPACE "SYS-AUDIT_D1"
    2 DATAFILE '+DATA/LUCMT/SYS_AUDIT';
    CREATE TABLESPACE "SYS-AUDIT_D1"
    ERROR at line 1:
    ORA-01119: error in creating database file '+DATA/LUCMT/SYS_AUDIT'
    ORA-17502: ksfdcre:3 Failed to create file +DATA/LUCMT/SYS_AUDIT
    ORA-15173: entry 'SYS_AUDIT' does not exist in directory 'LUCMT'
    ANY IDEA?
    thnx in advance

    bcm@bcm-laptop:~$ oerr ora 15173
    15173, 00000, "entry '%s' does not exist in directory '%s'"
    // *Cause:  The specified alias did not exist in the given directory.
    // *Action: Correct the alias path and try again.
    bcm@bcm-laptop:~$ oerr ora 17502
    17502, 00000, "ksfdcre:%s Failed to create file %s"
    // *Cause:  file creation failed due to either insufficient OS permission or
    //          the file already exists
    // *Action: check additional error messages
    bcm@bcm-laptop:~$ oerr ora 1119
    01119, 00000, "error in creating database file '%s'"
    // *Cause:  Usually due to not having enough space on the device.
    // *Action:

  • Create tablespace with extend, etc.

    Hi guys,
    I am typing the following commands bellow: (ORACLE_HOME and ORACLE_SID is set up correctly).
    #sqlplus “sys/<sys-password> as sysdba” ==> worked very well, of course !
    SQL> create tablespace imm datafile ‘$ORACLE_HOME/oradata/$ORACLE_SID/imm01.dbf’ size 100M autoextend on next 100M;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    I have the below scripts set up correctly. Any one know how can I solve this problem ?!
    Any help is appreciate !
    # dbstart
    SQL*Plus: Release 9.2.0.1.0 - Production on Fri Apr 7 16:46:24 2006
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 672223892 bytes
    Fixed Size 455316 bytes
    Variable Size 268435456 bytes
    Database Buffers 402653184 bytes
    Redo Buffers 679936 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle9i Release 9.2.0.1.0 - Production
    JServer Release 9.2.0.1.0 - Production
    Database "immdb" warm started.
    # lsnrctl start
    LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 07-APR-2006 16:46:46
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting /apps/oracle/OraHome//bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 9.2.0.1.0 - Production
    System parameter file is /apps/oracle/OraHome/network/admin/listener.ora
    Log messages written to /apps/oracle/OraHome/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=gama2)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 9.2.0.1.0 - Production
    Start Date 07-APR-2006 16:46:46
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File /apps/oracle/OraHome/network/admin/listener.ora
    Listener Log File /apps/oracle/OraHome/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=gama2)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "immdb.gama2" has 1 instance(s).
    Instance "immdb", status UNKNOWN, has 1 handler(s) for this service...
    Service "oradb.gama2" has 1 instance(s).
    Instance "oradb", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Cheers,
    Murilo

    Can i perhaps add Operating system environment variable to DATAFILE value somehow? I don't want to create tablespace with full file path, starting from drive name and ending with file name.You can use variables in dbca when you create a database (I already can hear you say you don't want that)
    You can also use Oracle Managed Files for the entire database ( I already can hear you say you don't want that)
    You can not use relative paths, which begs the question why you don't want to use an absolute path, assuming you seldomly create a tablespace.
    I don't want to see posts like yours with unjustified 'complaints', yet I do respond to it.
    Sybrand Bakker
    Senior Oracle DBA

  • Error in create tablespace statement

    Hello
    I'm try create a tablespace in oracle 10g r2 database, but this don't support the unlimited parameters. It's true?
    See the statement:
    SQL> CREATE TABLESPACE "DESENV"
    LOGGING
    DATAFILE 'c:\dados\basesoracle\orcl10g\desenv.ora' SIZE 2700M REUSE
    AUTOEXTEND ON
    NEXT 50M
    UNLIMITED
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO
    UNLIMITED
    ERROR at line 6:
    ORA-02180: invalid option for CREATE TABLESPACE

    My old version was oracle8i. He's support this s "unlimited".
    This mean not define a limit alocation space in disk to database file.

  • Create tablespace using RAW device

    Hi,
    When you create the tablespace using RAW device, you no need to specify the size parameter in the sql. It works in Solaris but not in Linux.
    I dont know why, can anyone experience this issue before? please let me know
    Thanks
    Veera

    My advice for you would be to always include SIZE parameter when you create tablespace, redo log file on raw device.
    Best Regards
    Krystian Zieja / mob

Maybe you are looking for