Regarding Stndby database

Good Morning Experts,
My problem is: when i am firing an command for an standby database:
alter database mount standby database
i am getting an error like:
orr-01655 : control file is not standby controlfile.
what should i do? Advise me.
Edited by: 806742 on Nov 17, 2010 10:53 PM

806742 wrote:
Good Morning Experts,
My problem is: when i am firing an command for an standby database:
alter database mount standby database
i am getting an error like:
orr-01655 : control file is not standby controlfile.
what should i do? Advise me.You actually did not create standby controlfile or if you created then you can not change control_files parameter as correctly.Check these and restart.

Similar Messages

  • Doubt   regarding   Oracle Database 10g Release 2 (10.2.0.1.0) installation

    hello
    my pc has following configurtion
    256mb ram
    60gb hdd
    p4 2.4 ghz
    win xp pro sp2
    I want to know if my pc will be able to run " Oracle Database 10g Release 2 (10.2.0.1.0) " standard edition on it.
    <<http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html>>
    I thought of increasing RAM, but it is not feasible.
    I know i could run oracle XE, but can my pc also run the standard edition.
    I could not find minimum hardware requirements for standard edition on this site.
    anyway, i will use it for sql and and other advanced concepts in RDBMS which i may learn during my course in database. so i prefer standard edition instead of XE
    any help greatly appreciated
    thanks in advance

    I suggest you not to doubt   regarding   Oracle Database 10g Release 2 (10.2.0.1.0) installation.
    It is not necessary. If you don't receive an answer within a reasonable amount of time you could edit your thread with whatever ( a period is enough) to raise it to the top once again.
    It becomes difficult for us to track duplicated threads and unnecessarily duplicates efforts.
    ~ Madrid.

  • Query Regarding Oracle Database Client

    Hello,
    I'm new to ORACLE and Intented to become Oracle Developer and DBA. I've question regarding Oracle Database Client software.
    I know that there is Oracle Database server software but what is this Oracle Database Client. Is there any need to Install it on client machine as client mostly access the database use application software mainly develope in Java or C# etc. So, what is it need.
    and one more question regarding SQL *Plus. Is it client process or server process as I learnent that it is client process and if it is. Is it can be part of Oracle Database Client. and can we seperately install the Oracle Database Client on machine on which DB server is aslo Installed.
    Looking for reply.
    Regards,
    Danish Kamran

    Certainly you are not mentioning the Oracle version, it is very important. Whenever you post a question reference the oracle version. There is a disk known as the oracle Client (10gR1, 10gR2 and 11gR1), this disk contains all required software to setup a client environment. If you are working with clients such as Java or C# you must have either the jdcb client driver (Jjava) or the ODBC software to access the database, this is included in the Oracle client disk.
    Instant Client
    There are other options for the client, you can install the instant client, this option allows you to install only the drivers without the Oracle utilities, this is particular useful if you are deploying third party applications and you don't want to install the complete client disk.
    SQLPlus
    SQL*Plus is a client application that runs on the client side, when you open a session it requests an Oracle server process to be executed on the server side. Once the session has been successfully setup then you can issue SQL commands from the client side. You should be aware that even if you launch SQL*Plus from the server side you will be working with two processes, one for the client and the second one for the oracle server. This connection mode is also known as dedicated server, but you should be aware that there is another connection mode known as shared server, I won't explain it since it already goes off topic.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Regarding Logical database and  select statement..

    Hi
    Experts.
    i would  like to  know the  diff b/w logical data base & select statement  while using report.
    wt is the use of logical databases in R/3. is there   any   advantage  used in the  reports.
    Thanks & Regards..
    Spandana.

    Dear Spandana,
      Go through the below description of LDB. I hope you wil get a fair amount of idea.
    SAP comes loaded with all the extras. Among the extras that are most helpful to IT managers are all the access routines needed to pull any business object that managers can think of out of SAP databases. However, SAP has not thought of everything where your particular applications are concerned. SAP organizes its standard database tables to service business units based on conventional business applications. Itu2019s likely your business requires something new, perhaps even something exotic. In that case, you will need to create a new database, using information from different places. Basically, you need a logical database. You need to create a virtual business data object repository consisting of a new kind of record or table that suits your purposes. In addition, the repository should be composed of information that is actually stored in a number of different locations, none of them necessarily logically associated with one another. Letu2019s take a closer look at creating logical databases.
    A case for a logical database
    Suppose my company manufactures widgets of the most obscure variety, and they are components of other widgets. I sell my widgets as raw material for the more sophisticated widgets built by others, but in some cases I actually partner with other manufacturers in creating yet another class of widget. Now, in my world, I consequently have customers who are also partners. I sell to them and I partner with them in manufacturing and distribution. Also, I need an application that uses both of these dual-use relationships.
    Essentially, I have a customer database and a partner database. Neither contains records that are structured to contain the identifying particulars of the other. Thus, I need a hybrid database that gives me tables detailing these hybrid relationships. What can I do? I can go the long way around and write a new database, pulling information from both and creating new objects with a customized program that I write by hand. However, this process is cumbersome and contains maintenance issues. On the other hand, I can use SAPu2019s logical database facility, create my logical database in a couple of minutes, and have no maintenance issues at all.
    Logical database structures
    There are three defining entities in an SAP logical database. You must be clear on all three in order to create and use one.
    u2022     Table structure: Your logical database includes data from specified tables in SAP. There is a hierarchy among these tables defined by their foreign keys (all known to SAP), and you are going to define a customized relationship between select tables. This structure is unique and must be defined and saved.
    u2022     Data selection: You may not want or need every item in the referenced tables that contributes to your customized database. There is a selection screen that permits you to pick and choose.
    u2022     Database access programming: Once youu2019ve defined your logical database, SAP will generate the access subroutines needed to pull the data in the way you want it pulled.
    Creating your own logical database
    ABAP/4 (Advanced Business Application Programming language, version 4) is the language created by SAP for implementation and customization of its R/3 system. ABAP/4 comes loaded with many predefined logical databases that can construct and table just about any conventional business objects you might need in any canned SAP application. However, you can also create your own logical databases to construct any custom objects you care to define, as your application requires in ABAP/4. Hereu2019s a step-by-step guide:
    1.     Call up transaction SLDB (or transaction SE36). The path you want is Tools | ABAP Workbench | Development | Programming Environment | Logical Databases. This screen is called Logical Database Builder.
    2.     Enter an appropriate name in the logical database name field. You have three options on this screen: Create, Display, and Change. Choose Create.
    3.     Youu2019ll be prompted for a short text description of your new logical database. Enter one. Youu2019ll then be prompted to specify a development class.
    4.     Now comes the fun part! You must specify a root node, or a parent table, as the basis of your logical database structure. You can now place subsequent tables under the root table as needed to assemble the data object you want. You can access this tree from this point forward, to add additional tables, by selecting that root node and following the path Edit | Node | Create. Once youu2019ve saved the structure you define in this step, the system will generate the programming necessary to access your logical database. The best part is you donu2019t have to write a single line of code.
    Watch out!
    The use of very large tables will degrade the performance of a logical database, so be aware of that trade-off. Remember that some tables in SAP are very complex, so they will be problematic in any user-defined logical database.
    Declaring a logical database
    Hereu2019s another surprising feature of logical databases: You do not assign them in your ABAP/4 Code. Instead, the system requires that you specify logical databases as attributes. So when you are creating a report, have your logical database identifier (the name you gave it) on hand when you are defining its attributes on the Program Attributes screen. The Attributes section of the screen (the lower half) will include a Logical database field, where you can declare your logical database.
    Logical databases for increasing efficiency
    Why else would you want to create a logical database? Consider that the logical databases already available to you begin with a root node and proceed downward from there. If the data object you wish to construct consists of items that are all below the root node, you can use an existing logical database program to extract the data, then trim away what you donu2019t want using SELECT statementsu2014or you can increase the speed of the logical database program considerably by redefining the logical database for your object and starting with a table down in the chain. Either way, youu2019ll eliminate a great deal of overhead.
    Regards
    Arindam

  • Regarding Oracle Database 10g Express Edition Limitations

    hi all
    As we all know that oracle XE is free for enterpise use with some limitation of 4GB space. can any body let me know that 4GB includes (all the datafiles size) or (all datafiles + temp files)
    If any body know about other limitations of oracle XE then please let me know.
    Regards
    Singh
    Message was edited by:
    singh is king

    Any use of the Oracle Database Express Edition is subject to the following limitations;
    1. Express Edition is limited to a single instance on any server;
    2. Express Edition may be installed on a multiple CPU server, but may only be executed on one processor in any server;
    3. Express Edition may only be used to support up to 4GB of user data (not including Express Edition system data);
    4. Express Edition may use up to 1 GB RAM of available memory.
    That was the limitation from Oracle Corporation
    courtesy:
    http://www.oracle.com/technology/software/htdocs/xe_lic_prod.html

  • Regarding logical database PSJ

    Hi,
    how can we add a additional field (Activity type )to the logical database PSJ used for  transaction CN47N.The field does not exist in the given field options
    My requirement is currently the program RPSISVG000  display the actual hours of the activity without any filter on the activity type. user requirement is to filter the data based on few activity types given by them. ie they want the actual hours to be calculated only for these activity types.
    CN47N transaction has been customized to ZCN47N.
    I have populated a field with given activity types but could not get the point where to do the filteration as the program uses GET events.
    GET ACT01. (contains the field activity type LARNT)
    Please let me know how to filter the data based on the activity types.
    Thanks and Regards,
    Premalatha

    Hi Sisab,
    Can you check for your support pack level ?
    125199 Termination with error message OK033 25.03.2003
    Other related notes are:
    165309 Termination with error message OK033 /3 25.03.2003
    144419 Termination with error message OK033 /2 11.10.2005
    Also please provide your system details.
    Do let me know if this solves your problem.
    Thank you.
    Regards,
    Manomeet
    Award points if helpful **

  • Regarding duplicate database

    Dear Experts
    Pls give me solution for my problem..
    I am working on Oracle 10.2 running on rhel 4.I am trying to create duplicate database on the same host as on target.My target database is in archive log mode. When i am trying to fire the above command I get following error. Here are the steps..
    [oracle@infotech ~]$ rman target / auxiliary sys/admin@dupli
    Recovery Manager: Release 10.2.0.1.0 - Production on Thu Jan 27 12:50:25 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: SQLSTAR (DBID=1533334878, not open)
    connected to auxiliary database: DUPLI (not mounted)
    RMAN> duplicate target database to dupli
    2> logfile
    3> '/database/dupli/log/redo01.log' size 10m,
    4> '/database/dupli/log1/redo02.log' size 10m;
    Starting Duplicate Db at 27-JAN-11
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid=153 devtype=DISK
    allocated channel: ORA_AUX_DISK_2
    channel ORA_AUX_DISK_2: sid=154 devtype=DISK
    allocated channel: ORA_AUX_DISK_3
    channel ORA_AUX_DISK_3: sid=156 devtype=DISK
    allocated channel: ORA_AUX_DISK_4
    channel ORA_AUX_DISK_4: sid=157 devtype=DISK
    datafile 5 not processed because file is offline
    datafile 6 not processed because file is offline
    contents of Memory Script:
    set until scn 2404769;
    set newname for datafile 1 to
    "/database/dupli/data/system01.dbf";
    set newname for datafile 2 to
    "/database/dupli/data/undotbs01.dbf";
    set newname for datafile 3 to
    "/database/dupli/data/sysaux01.dbf";
    set newname for datafile 4 to
    "/database/dupli/data/users01.dbf";
    restore
    check readonly
    clone database
    skip tablespace TRY,
    PROD ;
    executing Memory Script
    executing command: SET until clause
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 27-JAN-11
    using channel ORA_AUX_DISK_1
    using channel ORA_AUX_DISK_2
    using channel ORA_AUX_DISK_3
    using channel ORA_AUX_DISK_4
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 01/27/2011 12:55:35
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    Although I am having the backups
    RMAN> list backup;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    58 Full 6.86M DISK 00:00:01 27-JAN-11
    BP Key: 57 Status: AVAILABLE Compressed: NO Tag: TAG20110127T105501
    Piece Name: /database/sqlstar/flash/SQLSTAR/backupset/2011_01_27/o1_mf_ncnnf_TAG20110127T105501_6n20fh2b_.bkp
    Control File Included: Ckp SCN: 2428375 Ckp time: 27-JAN-11
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    59 Full 80.00K DISK 00:00:04 27-JAN-11
    BP Key: 58 Status: AVAILABLE Compressed: NO Tag: TAG20110127T105501
    Piece Name: /database/sqlstar/flash/SQLSTAR/backupset/2011_01_27/o1_mf_nnsnf_TAG20110127T105501_6n20fmbz_.bkp
    SPFILE Included: Modification time: 27-JAN-11
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    60 Full 370.27M DISK 00:01:41 27-JAN-11
    BP Key: 59 Status: AVAILABLE Compressed: NO Tag: TAG20110127T105501
    Piece Name: /database/sqlstar/flash/SQLSTAR/backupset/2011_01_27/o1_mf_nnndf_TAG20110127T105501_6n20fh6k_.bkp
    List of Datafiles in backup set 60
    File LV Type Ckp SCN Ckp Time Name
    2 Full 2428375 27-JAN-11 /database/sqlstar/data/sqlstar/undotbs01.dbf
    3 Full 2428375 27-JAN-11 /database/sqlstar/data/sqlstar/sysaux01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    61 Full 339.97M DISK 00:01:57 27-JAN-11
    BP Key: 60 Status: AVAILABLE Compressed: NO Tag: TAG20110127T105501
    Piece Name: /database/sqlstar/flash/SQLSTAR/backupset/2011_01_27/o1_mf_nnndf_TAG20110127T105501_6n20fkq2_.bkp
    List of Datafiles in backup set 61
    File LV Type Ckp SCN Ckp Time Name
    1 Full 2428375 27-JAN-11 /database/sqlstar/data/sqlstar/system01.dbf
    6 Full 2428375 27-JAN-11 /database/sqlstar/data/sqlstar/try01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    62 Full 652.93M DISK 00:02:15 27-JAN-11
    BP Key: 61 Status: AVAILABLE Compressed: NO Tag: TAG20110127T105501
    Piece Name: /database/sqlstar/flash/SQLSTAR/backupset/2011_01_27/o1_mf_nnndf_TAG20110127T105501_6n20fjkw_.bkp
    List of Datafiles in backup set 62
    File LV Type Ckp SCN Ckp Time Name
    4 Full 2428375 27-JAN-11 /database/sqlstar/data/sqlstar/users01.dbf
    5 Full 2428375 27-JAN-11 /database/sqlstar/data/sqlstar/prod01.db
    Regards
    Asif

    Dear Experts
    As per your suggestion I havle allocated multiple channels including the auxliary channel..*It has executed to a lot of extent but it has hung at last*.I am posting the commands and steps..
    [oracle@infotech ~]$ rman target / auxiliary sys/admin@dupli
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Jan 28 11:46:07 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: SQLSTAR (DBID=1533334878)
    connected to auxiliary database: DUPLI (not mounted)
    RMAN> run{
    2> allocate channel c1 type disk;
    3> allocate channel c2 type disk;
    4> ALLOCATE AUXILIARY CHANNEL aux1 DEVICE TYPE DISK;
    5> ALLOCATE AUXILIARY CHANNEL aux2 DEVICE TYPE DISK;
    6> duplicate target database to dupli;
    7> }
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: sid=140 devtype=DISK
    allocated channel: c2
    channel c2: sid=139 devtype=DISK
    allocated channel: aux1
    channel aux1: sid=155 devtype=DISK
    allocated channel: aux2
    channel aux2: sid=154 devtype=DISK
    Starting Duplicate Db at 28-JAN-11
    contents of Memory Script:
    set until scn 2487653;
    set newname for datafile 1 to
    "/u01/dupli/data/system01.dbf";
    set newname for datafile 2 to
    "/u01/dupli/data/undotbs01.dbf";
    set newname for datafile 3 to
    "/u01/dupli/data/sysaux01.dbf";
    set newname for datafile 4 to
    "/u01/dupli/data/users01.dbf";
    set newname for datafile 5 to
    "/u01/dupli/data/prod01.dbf";
    set newname for datafile 6 to
    "/u01/dupli/data/try01.dbf";
    restore
    check readonly
    clone database
    executing Memory Script
    executing command: SET until clause
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 28-JAN-11
    channel aux1: starting datafile backupset restore
    channel aux1: specifying datafile(s) to restore from backup set
    restoring datafile 00002 to /u01/dupli/data/undotbs01.dbf
    restoring datafile 00003 to /u01/dupli/data/sysaux01.dbf
    channel aux1: reading from backup piece /u01/flash/SQLSTAR/backupset/2011_01_28/o1_mf_nnndf_TAG20110128T114150_6n4qkhf6_.bkp
    channel aux2: starting datafile backupset restore
    channel aux2: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /u01/dupli/data/system01.dbf
    restoring datafile 00006 to /u01/dupli/data/try01.dbf
    channel aux2: reading from backup piece /u01/flash/SQLSTAR/backupset/2011_01_28/o1_mf_nnndf_TAG20110128T114150_6n4qkb92_.bkp
    channel aux1: restored backup piece 1
    piece handle=/u01/flash/SQLSTAR/backupset/2011_01_28/o1_mf_nnndf_TAG20110128T114150_6n4qkhf6_.bkp tag=TAG20110128T114150
    channel aux1: restore complete, elapsed time: 00:01:16
    channel aux2: restored backup piece 1
    piece handle=/u01/flash/SQLSTAR/backupset/2011_01_28/o1_mf_nnndf_TAG20110128T114150_6n4qkb92_.bkp tag=TAG20110128T114150
    channel aux2: restore complete, elapsed time: 00:01:17
    channel aux1: starting datafile backupset restore
    channel aux1: specifying datafile(s) to restore from backup set
    restoring datafile 00004 to /u01/dupli/data/users01.dbf
    restoring datafile 00005 to /u01/dupli/data/prod01.dbf
    channel aux1: reading from backup piece /u01/flash/SQLSTAR/backupset/2011_01_28/o1_mf_nnndf_TAG20110128T114150_6n4qk8lg_.bkp
    channel aux1: restored backup piece 1
    piece handle=/u01/flash/SQLSTAR/backupset/2011_01_28/o1_mf_nnndf_TAG20110128T114150_6n4qk8lg_.bkp tag=TAG20110128T114150
    channel aux1: restore complete, elapsed time: 00:01:15
    Finished restore at 28-JAN-11
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "DUPLI" RESETLOGS ARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 2 ( '/u01/dupli/log/redo02.log' ) SIZE 50 M REUSE,
    GROUP 3 ( '/u01/dupli/log/redo03.log' ) SIZE 50 M REUSE,
    GROUP 4 ( '/u01/dupli/log/redo05.log' ) SIZE 100 M REUSE
    DATAFILE
    '/u01/dupli/data/system01.dbf'
    CHARACTER SET WE8ISO8859P1
    contents of Memory Script:
    switch clone datafile all;
    executing Memory Script
    datafile 2 switched to datafile copy
    input datafile copy recid=1 stamp=741613900 filename=/u01/dupli/data/undotbs01.dbf
    datafile 3 switched to datafile copy
    input datafile copy recid=2 stamp=741613900 filename=/u01/dupli/data/sysaux01.dbf
    datafile 4 switched to datafile copy
    input datafile copy recid=3 stamp=741613900 filename=/u01/dupli/data/users01.dbf
    datafile 5 switched to datafile copy
    input datafile copy recid=4 stamp=741613900 filename=/u01/dupli/data/prod01.dbf
    datafile 6 switched to datafile copy
    input datafile copy recid=5 stamp=741613900 filename=/u01/dupli/data/try01.dbf
    contents of Memory Script:
    set until scn 2487653;
    recover
    clone database
    delete archivelog
    executing Memory Script
    executing command: SET until clause
    Starting recover at 28-JAN-11
    starting media recovery
    archive log thread 1 sequence 142 is already on disk as file /u01/flash/SQLSTAR/archivelog/2011_01_28/o1_mf_1_142_6n4qqom4_.arc
    archive log filename=/u01/flash/SQLSTAR/archivelog/2011_01_28/o1_mf_1_142_6n4qqom4_.arc thread=1 sequence=142
    media recovery complete, elapsed time: 00:00:04
    Finished recover at 28-JAN-11
    contents of Memory Script:
    shutdown clone;
    startup clone nomount ;
    executing Memory Script

  • Regarding Updating Database

    hi guys,
    i just got a problem with updation of Database table EINE. I got some price details
    and these details have to be updated to EINE-NETPR.
    i am using select statement to select price details and using update command to update EINE-netpr.
        update EINE where netpr = itab-netpr. ( simillar to this )
        if sy-subrc = 0.
        commit work.
        endif
    But, still when i checked the entries in EINE,  netpr ( price ) is not updated.
    I checked in debug mode and update command works well but its not updating EINE in real when i am checking the entries in it.
    can any one please help me, do u think  UPDATE command can be used to update Data base tables or do u think i need to add any other commit work statements after update or can any one tell me exactly how to update the database tables.
    please send me a piece of code if possible.
    thank you
    pavan kumar

    Hi Pavan,
    Please try this FM perhaps they may help.
    ME_DIRECT_INPUT_INFORECORD
    ME_DB_UPDATE_INFORECORDS                
    ME_UPDATE_INFORECORD                          
    ME_UPDATE_INFORECORD_COND
    ME_UPDATE_INFORECORD_PD                
    Regards,
    Ferry Lianto

  • Regarding Outside database table acess from SAP R/3.

    dear all,
    is it possible to access or call outside (thiird party) databse table from SAP R/3??
    if it is then pls send me any useful link or any help regarding the same.
    i will be so thankful.
    regards,
    jigar

    Hi jigar,
    1. for this u will also require help of basis team.
    2. these are the steps.
    a) make an entry in DBCON
    b) make connection string
    (on the physical application server,
    so that it can connect to secondary database)
    (this will be done by basis team,
    in which, they will specify the
    IP address of the secondary database server,
    the DATABASE ID, and the port number)
    c) then using open sql / native sql,
    we can use the secondary database connection,
    just like normal.
    d) if we use open sql,
    then there must be Y/Z table on
    sap as well as secondary database,
    and the field names , their type all should be identical.
    regards,
    amit m.

  • Noob questions regarding RAC database

    Hi,
    I've run a number of Oracle servers, but I'm just now labbing my first RAC server. Firstly, I'm having some inconsistencies with regards to logging in. Observe:
    [oracle@rac1 ~]$ echo $ORACLE_SID
    daradb
    [oracle@rac1 ~]$ sqlplus system
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 06:10:09 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    [oracle@rac1 ~]$ sqlplus system@daradb
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 06:10:24 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    SQL>
    In any previous experience, setting ORACLE_SID to daradb would mean that @daradb was unnecessary. What am I missing in this regard?
    The second issue being, I don't ever seem to be able to logon using the standard OS authentication I'm used to:
    [oracle@rac1 ~]$ sqlplus /@daradb
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 06:16:56 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    [oracle@rac1 ~]$ sqlplus /@daradb as sysdba
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 06:18:23 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    It's not really an issue in the sense that I can still get in using system/password, but it's important I grasp what's going on before I proceed.
    Background: Initially I couldn't logon at all. For some reason it appears that tnsnames.ora was installed by the dbca wizard under the ASM_HOME, instead of ORACLE_HOME. I copied it to the correct place to enable connection.

    Thanks sybrand. You are correct about the naming assumption. Accordingly the following allows me to more specifically logon to the chosen server:
    [oracle@rac1 daradb]$ sqlplus system@daradb1
    or
    [oracle@rac1 daradb]$ sqlplus system@daradb2
    However using either of these SIDs doesn't appear to change this issue.
    [oracle@rac1 daradb]$ ORACLE_SID=daradb1 sqlplus system
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 07:31:40 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    It still requires the @daradb1.
    Regarding permissions, I'm somewhat lost.
    [oracle@rac1 daradb]$ id
    uid=500(oracle) gid=502(oinstall) groups=501(dba),502(oinstall)

  • Regarding logical database PNP

    Hi all:
         I am learning to use logical database PNP,
        Originally,  there are some buttons like 'Further selection' 'selection helps ' 'Sort order' at the top of selection screen. How could I control them? If I just use some of them , like 'Further selection' , How could I remove the other two from the selection screen ?
         what's more, How could I add button like 'Org. struture'  at the top which doesn't exsit originally?
    Thank you very much!

    Hi,
    You need to select the appropriate Hr Report Catageory in the Program Atrributes. If you did not find the suitable one you can create the new as per your requirement and assign it in the Hr Report Catageory  of the Program attribute.
    Edited by: Avinash Kodarapu on Mar 11, 2009 3:56 PM

  • Query regarding Logical Database reports

    Hi,
    I have started doing pgm on Logical Database report using VBAK,VBAP and MARA. I took VBAK as the root node and VBAP& MARA as subnodes. The actual requirement is:- I am trying to place these tables in Application server for perfromance issue using Logical database. Based on sales, the items need to be be displayed. And based on Items, the material data should be displayed.So root node here is VBAK.
    I have created these 3 nodes in SE36 tx.code. when I go back to se36 main screen and under "subobjects" ,I've selected "selections". I got a dialog box saying that "Nodes for which free selections are to be made". I have clicked on the radio buttons.And then clicked on "transfer" . I am getting a runtime error . Please let me know the solution.
    Please do send me the actual process to go on with logical database reporting.

    hi,
    look here <a href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9bed35c111d1829f0000e829fbfe/frameset.htm">Editing Logical Databases</a>
    pls reward usefuls answers
    thx.
    Andreas

  • Regarding  Logical Database

    Hi all,
          My problem is transporting Logical Database to Production server. first i have transported to quality server. in Quality Server it is working fine. But when i Transport to Production , 'Documentation Not exist ' erro r is coming.
            But i already create Documentation for logical database using se36.
           Is there any other reasons for not transporting to Production server.
    Thanks,
    Neptune.M

    hi,
       is there any solutions for above problem?

  • Regarding modifying database from internal table

    Hi ABAP Experts,
    I am facing an issue regarding modifying DB table from itab.
    All the records of itab are not getting reflected in DB table using Modify statement.
    Syntax is as follows -
    Locking DB table using enque FM
    MODIFY abc FROM TABLE i_abc.
    Unlocking DB table using deques FM
    Please suggest what could be wrong with this. Helpful suggestion will be appreciated.
    Thanks in adv,
    Akash

    Hi,
    First Delete entries from the table(hope it is a custom table),
    for example
    DELETE  FROM <DatabaseTable name> WHERE <primarykey = 'somevalue'>.
    'After deleting those records.....then use insert statement
    IF sy-subrc = 0.
       INSERT <DatabaseTable name> FROM TABLE  <InternalTable name> ACCEPTING DUPLICATE KEYS.
      ENDIF.
    Thanks & REgards

  • Regarding Logical Databases

    Hi,
    I have selected the logical dtaabase pnp in my attributs screen.
    i have read that logical databases can have a maximum of 300 tables.
    So what tables can i access using the pnp LDB.
    Also i have heard that if we select a LDB a standard selection screen appears.
    But in my case it does not appear.
    Please help.
    Thanks in advance,
    Bala.

    >
    Bala Shanmuga Priyan wrote:
    > Also i have heard that if we select a LDB a standard selection screen appears.
    > But in my case it does not appear.
    please add the following statement in your program
    TABLES: pernr.
    Please check the link below
    [Logical Databases |http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm]
    and the following demo programs on LDB
    DEMO_SELECTION_SCREEN_LDB_1
    DEMO_SELECTION_SCREEN_LDB_2
    DEMO_SEL_SCREEN_SELECT_LDB_1
    DEMO_SEL_SCREEN_SELECT_LDB_2
    Edited by: Rajesh on Oct 23, 2008 5:36 PM
    Added additional info

Maybe you are looking for

  • Create Third Party Invoice after the Inbound Delivery Creation

    Hello, We have a requirement in 3rd party order process, where create invoice with reference to 3rd party order/ items after the inbound delivery completion. Normally 3rd party invoice creation will be done after the MIRO transaction. For this, I hav

  • Place linked from Bridge CC to Photoshop

    Hi All, I love the new "Place Linked" ability in Photoshop CC. However, in my normal  workflow I use File->Place->Photoshop in Bridge quite often, either from Bridge or Mini Bridge. In bridge/photoshop CC, this "Place" command seems to be "Place Embe

  • IO Performance

    Hi, I would like to know what is the optimal way to read/write serialized objets in a file. Theoretically, I think that the best is to put many related objects in a page (corresponding to a disk cluster), and use that page like a unit of transfer bet

  • DVD always starts from the last point

    No matter what change I make in the project, the DVD always starts at the last point I stoped! And I need it to start at the main Menu every time. I've already read many of the topics with similar problem, and tried so many suggestions... none worked

  • Error starting "app name": Error loading module "appname" Verify error

    I've downloaded 3 application on my device 9800. at last i've download one app from Blackberry App World. When i open that application, Its throws error. "Error starting "app name": Error loading module "appname" Verify error." I'm unble to open it.