DR server in stanby mode

Hi,
We have one DR server. And we want to test the DR server.
Log shipment happens manually its not automatic.
Sys info.
OS : HP UX
Oracle 9.0.2.6
archive logs applied till 03-05-2010.
copied all the files from primary servers ( /oracle/P11/920_64/dbs ) to DR server.
When i try to mount database in DR server it throws an error. "ORA-01666: controlfile is for a standby database".
I dont know how to make the DR server database from standby to online.How to make it operational....
Regards,
Viren.

Hi,
Do the procudure to test stand by server.
1. Copy the lastest backup files (.ant) from primary server to DR  server in the following location /oracle home/sapbackup
execute the below said commands  in ora(sid> user
>brrestore u2013b <ur ant file name> u2013m full.
2. then copy all the saprach files from primary server to DR  server in the following location  /oracle/<sid>/saparch.
>brrestore u2013a Startfilenumber-Endfile
Recovery the Database
========================
1.     Connect to the database with sys as sysdba
2.     Start the database with mount option
     SQL> startup mount
3.     Apply the Archive file
     SQL> Recover database until cancel using backup controlfile;
     Note : If  archive file not in sequence press the Enter up to end of the file.
          If archive file in sequence manner give the command Auto
4.     Opening the Database
     SQL>Alter database open resetlogs;
Database altered & opened .Start the SAP Restoration completed.
I hope it help to us.
Regards
Senthil

Similar Messages

  • Starting Weblogic Server in Development Mode

    Hello,
    How can I start a managed server in development mode? I set STARTMODE=false in
    the StartManagedServer.cmd. However, this did not work. Any ideas? Thanks in
    advance.

    收到,谢谢!
    内容不错

  • Starting SOA Suite server in debug mode

    Hello,
    anyone knows how to start soa suite server on debug mode?
    it basically oc4j server started from opmn. is there anyway i can pass the "-ojvm -XXdebug,port4000,detached,quiet" to opmn?
    Rudi

    solved..!!!
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b28950/sysprops.htm#CHDCFADJ

  • Starting Server in Debug Mode - Need Some Advice Plz.

    Hi Guys,
    I have an EP SP 12 Server Running and I am trying to Start the Server in Debug mode from the Netweaver Developer Studio but when I right click the Server and try to choose Debug, the option is greyed out and even while viewing the Debug option from the SAPMMC I see that under the column Debug, it say 'Disabled' for the Server and Dispatcher.
    Can anyone suggest how this can be done, I would appreciate any help as I have been working on this for some time.
    Best Wishes,
    John.
    Message was edited by: John Bray
    Message was edited by: John Bray

    Hi John,
    If the you cannot start the server in the debugging mode through the NWDS then you can try the other way round.
    <b>Through Config Tool:</b>
    You can enable the debuggine mode from the Config Tool as well. Just visit the following path :
    <b>C:\usr\sap\<SID>\JC<SYS_NO>\j2ee\configtool\configtool.bat</b>
    Click on the your instance. Then under the tab VM Environment, Set the <b>DebugMode = true</b>.
    Restart the engine now. This will open the J2EE server again in the Debug Mode.
    I hope this helps you!!
    Regards
    Pravesh
    PS: Please conside rewarding points if helpful and solved.

  • How to  Connect to ftp server in active mode using the finder

    How can I can I use the finder command "connect to server" to connect to a ftp server using the active Mode. With Cyberduck I can connect to this server only in active mode. Apparently the connect to server command uses the ftp passive mode.
    Or is it an other way to mount on the desktop a ftp server in active mode?
    Thank you

    Passive mode can be disabled in your network settings, but I have a feeling what you're actually asking for is the ability to upload, and the answer to that is the Finder can't do it. There are some filesystem plugins out there that provide this functionality, but they cost money.

  • Download DMS attachment into an application server in background mode?

    Is it possible to download DMS attachment into an application server in background mode?
    Currently I am using the following code but does not work in background mode
      CALL FUNCTION 'CVAPI_DOC_GETDETAIL'
        EXPORTING
          pf_dokar     = 'Z06'
          pf_doknr     = gs_drad-doknr
          pf_dokvr     = gs_drad-dokvr
          pf_doktl      = gs_drad-doktl
          pf_read_kpro = 'X'
        TABLES
          pt_files      = lt_file
        EXCEPTIONS
          not_found    = 1
          no_auth       = 2
          error            = 3
          OTHERS       = 4.
    *Copy Attachment from DMS to PC File
      CALL FUNCTION 'CVAPI_DOC_VIEW'
        EXPORTING
          pf_dokar      = 'Z06'
          pf_doknr      = gs_drad-doknr
          pf_dokvr       = gs_drad-dokvr
          pf_doktl          = gs_drad-doktl
          pf_appl_start = ' '
          pf_apptp      = '1'
          pf_filename   = 'C:\TEMP\ZLINK.BMP'
          ps_file       = ls_file
        IMPORTING
          pfx_file      = l_pfx_file
        EXCEPTIONS
          OTHERS        = 0.
    *Load BMP into SE78
      PERFORM import_bitmap_bds
        IN PROGRAM saplstxbitmaps
        USING l_filename             "Local File for Upload/Download
                   l_bmpnam             "Name
                  'GRAPHICS'           "Application Object
                  'BMAP'                   "ID
                  'BCOL'                   "Color
                  'BMP'                     "Extension
                  'ZLINK PICTURE'   "Title
                  space          "Resides in Printer Memory in Print Request
                 'X'                 "Reserve Height of Graphic Automatically
                 space           "Graphic Storage: Compressed Bitmaps
        CHANGING l_docid
               l_wf_res.   "Graphic Resolution
    Thanks

    Hi!
    You didn't find answer for this, because it is not possible. If you run your program in background, it is running on the server, and does not have any connection to your local machine. That's why you can't upload/download in background mode.
    You might try to address somehow your local PC, with its IP or MAC address, but I don't think does this task worth so much time.
    Run your program in online mode, or if you want to run it in background, then upload your file into the SAP server.
    Regards
    Tamá

  • FTP Server in FXP mode : PASV / Illegal PORT Command

    Hello,
    In our workflow, we transfer the media files with the FTP protocol in mode FXP (server to server), the commands are initiated by an automation system.
    This system work with the plateforms windows (serv-u), linux (vsftpd), osx (tnftpd) but it's impossible on a osx server (xftpd). The aim is to write file on our Xsan.
    The error is an illegal PORT command, when the automation system sent the IP adress of the other server.
    For test, If the IP adress of the destination server is the same that the automation server, the transfers are good, the PORT command is accepted.
    But in our case, the ip adress, is a other server...
    We can't to run the ftp server in FXP mode, and I do not want to install a Pureftp for to replace the tools included with osx server (and server admin).
    I think that's is possible, because this workflow works on a osx after we have modify the ftpd.conf (checkportcmd off).
    We not found in the file ftp access and nothing on the Internet, that's why I write on this board.
    I need your help, anyone have a solution, it's really important ?
    Thank you very much.
    Franck

    Hello Franck,
    I'm attempting the same thing.  Did you find a solution to your problem?

  • How to start server in debug mode by default

    Hi,
    Whenever the server starts it does not start in debug mode.
    One has to manually start the "SDM" and "Server0" in the debug mode.
    Is there a way I can make the server start in debug mode for the first time itself.
    regards,
    Saurabh

    Hi Saurabh,
    You can start the server in debug mode using config tool. Just open cofig tool (/usr/sap/<SYS ID>/JC<SYS NR>/j2ee/configtool/configtool.bat).
    Click on the your instance. Then under the tab Servers Debug check Debuggable and also Enable Debug mode.
    Restart the engine now.
    However a word of caution: Starting the server in debug mode decreases the system performance. You should only start the dev server in debug mode.
    Hope this helps.
    Regards
    Sidharth

  • How to put a remote portlets server in maintenance mode

    Hi,
    We are running Plumtree Portal 5.0.4 on Windows 2000 Server SP4. We have a remote portlets server which hosts a lot of portlets' webservices.
    We need to put the remote server in maintenance mode.
    How can we disable all webservices hosted by this remote server without disabling each webservices manually (which will be painful) ?
    Regards,
    Qué Son PHAM VAN

    I don't want to encourage you to modify your database directly, but it seems to be the only way to do this easily. Try:
    update ptwebservices
    set enabled = 0, disabledmsg = 'This portlet has been disabled. Blah blah blah.'
    where gadgetserverid = 200;
    Replace 200 with the ID of your remote server.
    HTH,
    Chris Bucchere | bdg | [email protected] | http://www.bdg-online.com

  • Run admin server in production mode

    hi there,
    we sometimes suffer from the problem that applications which are deployed by
    copying to the applications dir on a server running in development mode are
    deployed to the admin server as well, which of course does not make any sense
    as we have 2 managed servers running for exactly this.
    why does this happen? can it be prevented by running the admin
    server in development mode?
    any opinions,
    thanks
    frank

    Hi,
    <b><font color=maroon>Step1). </font></b> Please DELETE the "data" directory from the following Location: "user_projects\domains\mydomain\AdminServer\"
    <b><font color=maroon>Step2). </font></b> Now Create "boot.properties" file inside "user_projects\domains\mydomain\AdminServer\security" directory
    <b><font color=maroon>Step3). </font></b> Provide cleartext username & password in "boot.properties" file.
    <b><font color=maroon>Step4). </font></b> Restart your Server.
    Note: Step1). is most important in your Case.... It must be followed.
    Sometimes we face this kind of issue if you have provided a Wrong format in your "boot.properties" file there should be NO Special Charachers (UTF or Invisible sharacters) Or NO Space in your "boot.properties" file ...except below two Lines:
    username=MyAdminUserName
    password=MyAdminPassword
    Please edit this File very carefully....better use Noteopad kind of Simple Editors.
    Use *"ls" (Unix command)* or *"dir" Windows Command* to Make Sure that the File Extension is "boot.properties" only...and not "boot.properties.txt" or something else.
    Note: There should be No Heading Or Trailing SPACE character in these two Lines.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are Here)

  • Starting WLS 10.3.5 Managed Server in MSI mode

    (1) The first time you start the managed server in MSI, should the Admin Server be in Running Mode?
    Or
    (2) The Managed Server can be started in MSI mode (first time) with out having Admin Server in RUNNING MODE.
    Which is true?
    I think (1) is correct as the managed server directory wont be available under <DOMAIN_HOME>/Servers directory until you start the Managed Server. So only once you start the Managed Server, then only you can copy the config folder under Managed Server to start it in MSI mode (Having ADMIIN SERVER in SHUTDOWN state).
    Is that correct?
    So you can never ever start the Managed Server in MSI mode for the first time (with out having Admin Server in RUNNING MODE) after you create the managed server.
    Is that correct?
    Edited by: user734247 on Apr 18, 2012 2:58 PM

    Your understanding is right.
    The first time you are trying to start a managed server, you need admin server in RUNNING state.
    From the next time onwards you can start managed server in MSI mode.
    Although, as a workaround you can probably create certain files and directories to try and start managed server in MSI mode the first time itself:
    1. Ensure that the entire domain directory is present in the machine where managed server is started.
    2. Create directory <DOMAIN_HOME>/Servers/<ManagedServerName>/security
    3. Create boot.properties file in <DOMAIN_HOME>/Servers/<ManagedServerName>/security/boot.properties with username and password
    4. Create config-msi.xml copying from the config.xml in config directory
    This list is not exclusive, it might need some more additional files.
    You will have to create additional files like startServer.properties etc if we use node manager to start a managed server in MSI mode.
    ORACLE strongly recommends to start the managed server through admin server the first time.
    Arun

  • Start weblogic server in debug mode through command prompt

    Hi,
    Please help me in starting the weblogic server in debug mode through command prompt.I am using weblogic 10.3.6 app server.
    Thanks

    Hi,
    To debug weblogic startup issues you can pass the below jvm arguments:
    -Dweblogic.slc=true
    -Dweblogic.debug.DebugServerLifeCycle=true
    Debug options are available in weblogic based on the subsystem, such as security, jms, jdbc, deployment..etc
    You can refer to :
    https://blogs.oracle.com/vijaya/entry/weblogic_web_service_debug_flags
    Thanks,
    Sharmela

  • Starting the server in Japanese mode after deployment in english mode.

    Hi,
    I have a problem
    We are developing some system for Japanese clients.
    Now problem is that we need to deploy all on their server which shows every hting
    in Japanese. Its going to be really very difficult for us.
    Is there any key or property in weblogic server by changing that we can change
    the language (english-->japanese)
    Actually what I wanted was first to run the server in English mode. deploy each
    and every thing sucessfuly.
    Then stop the server.
    Change that flag or whatever to use japanese character set.
    Start the server again so that it run in japanese language and having every thing
    already deployed.
    Is it possible approach?
    Any other suggestions are also most welcome.
    Thanks and Regards
    Pavitra

    Hi,
    You would have to use the below command to give the root directory to start the server in MSI mode
    -Dweblogic.RootDirectory=path
    Example:
    java -Dweblogic.RootDirectory=c:\MyServerRootDirectory weblogic.ServerTo get more information on this you can check the below link
    Topic: Starting a Managed Server in MSI Mode
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/server_start/failures.html#wp1058998
    Regards,
    Ravish Mody

  • SOA Server in Debug mode

    How to start SOA server in Debug mode and what kind of errors or issues going to face.
    What is the use to start SOA server in Debug mode.

    Try this.
    http://docs.oracle.com/cd/B31017_01/web.1013/b28950/sysprops.htm
    Thanks,
    Vijay

  • How to stop B2B listener polling when SOA server in Admin Mode

    Hi ,
    I recently came across this situation like my B2B FTP listener is polling and deleting file when my SOA server is Admin Mode.
    Can anyone help me to stop that polling when server is in Admin Mode ?
    Thanks,
    Saba

    thanks for quick reply...
    the "catch (IOException e) {... } " block in Server already catches this exception, and as there is no other code but printing the exception, the method run() is quitted (no need to terminate the loop). However, the thread is NOT terminated even after that. To make it sure, I added a public variable and accessed it from Handler at the end of the code, after sd.resetSock(); !!!
    You told that it doesn't stop because of the way I coded it, isn't it the traditional way of setting a listener socket? If no, may be recoding the listener would be much better...

Maybe you are looking for

  • How can I delete both an audio and video section of my video?

    I am making a gaming video, so I kept the audio from the game and added live commentary that I did with my friend. I want to delete a section of the video and audio, but when I select the video, the audio from the commentary stays and instead it cuts

  • Opening CSV Files

    Our intranet database generates a csv file. The file location is stored as an http:// filetype as it is stored on the server part of our Linux webserver located within the office. Firefox opens this csv file without a problem - and the file opens in

  • Lightroom version 4 won't delete files from external disk

    I've searched here and found several people getting this failure and just want to add that I'm having the same problem.  I have the latest everything, full stop ... I get the prompts and nothing happens in the end.  The photo stays in the catalog.  I

  • Command Prompt Problem

    Hi everyone, I'm new to Java and I'm using version 6, on windows vista to compile and run some code. Out of nowhere though, after it had been working fine, every time I run the file (after it has compiled just fine with javac), it has simply opened u

  • Reports crashing with exceeding URL characters

    Hi there.. We have an ISSUE with our production report. Export format trigger of the reports doesnt work if the URL used to call the reports exceeds 2000 characters. We are using JSP reports and calling the below function srw.set_hyperlink('http://12