2 bodies 1 db 11g Win 2003

Hi guys,.


I have 2 instances that are running on the basis of 1 data. How can I move between the 2

On solaris, this is what I'll do: export ORACLE_SID = newsid
Set ORACLE_SID = newsid

On Windows what to do?

In windows instead of using export use set
for example:
Set ORACLE_SID = orcl
echo % ORACLE_SID %
the second instance:
Set OTRACLE_SID = orcl1
Kind regards
Mohamed

Tags: Database

Similar Questions

  • Start-ORA-03113 Oracle 11g Win 2003

    Hi guys,.

    Please help I get this error when you try to start the database.

    Thank you.

    It's really important alert.log read...

    your flash_recovery_area is full

    ORA-19815: WARNING: db_recovery_file_dest_size of 161061273600 bytes is 100.00% used, and has 0 remaining bytes available
    

    You must purge, follow the recommendation:

    You have following choices to free up space from recovery area:
    1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
    then consider changing RMAN ARCHIVELOG DELETION POLICY.
    2. Back up files to tertiary device such as tape using RMAN
    BACKUP RECOVERY AREA command.
    3. Add disk space and increase db_recovery_file_dest_size parameter to
    reflect the new space.
    4. Delete unnecessary files using RMAN DELETE command. If an operating
    system command was used to delete files, then use RMAN CROSSCHECK and
    DELETE EXPIRED commands.
    

    Fatal OR connect error 12170 for this problem, you must add in sqlnet.ora "listener diag_adr_enabled = off" and restart the listener

  • Oracle 11g Win 2003

    Hi guys Pls help


    Target name = prod
    Target = Instance of database Type
    Host = db02
    Metric = status
    Metric value = 0
    Timestamp = 11/07/2011 15:38:18 EET
    Severity = critical
    Message = could not connect to the database instance: ORA-12519: found appropriate TNS:no services Manager (ERROR of DBD: OCIServerAttach).
    Notification rule name = availability of data and critical States
    Notification rule owner = SYSMAN
    Notification Count = 1

    Thank you.

    Did you perform the action specified by the error message?

    ORA-12519: Manager TNS:no of appropriate service found

    Question: The auditor could not find any available service manager which are suitable for the client connection.

    Action: Run "lsnrctl services" to ensure that the authorities have registered with the listener and accept connections.

  • Validation error - 11g Win 2003 backup configuration

    Hi guys,.

    While the configuration of backups I get this error, but the user is good, what can I do now?

    Thank you.

    Validation error

    Review and correct the following errors, and then try again:
    -Error connecting to host dbadmin user failed. ERROR: password and/or user name invalid

    Thank you.

    NDP says:
    Hi guys,.

    While the configuration of backups I get this error, but the user is good, what can I do now?

    Thank you.

    Validation error

    Review and correct the following errors, and then try again:
    -Error connecting to host dbadmin user failed. ERROR: password and/or user name invalid

    Thank you.

    What is your version of the OS?
    If linux and oracle or windows user then go to settings => panel-online administration tools-online local-online possiblity user rights security policy and select create global objects and then add your OS user and try again

  • Update 10g R1 WIN 2003 enter (no - asm) 11g R2 WIN 2008 enter ASM

    Hello

    My line manager initially asked me to investigate this:

    upgrade all databases 10g R1 (std) to 11g R1 (std) in win 2003 enter the environment. I tried using VM, no problem.

    Line manager back, changed his request:

    upgrade all databases 10g R1 (std) to 11g R2 (enter) in win 2008 enter the environment. For more, using a single instance of the DSO. NOT A CLUSTER.

    Don't know what to do... my idea was...

    Old server - 10g R1; Win 2003
    install oracle 11g R2 software
    upgrade of databases

    New server - 11g R2; Win 2008; Grid

    What should I do next?

    all comments most welcome...

    Pump configuration data.
    Check first to output dir as data pump always have to run on the server (run as a job) and output must go to a db Server directory.

    sys@MYDB> select * from dba_directories where directory_name = 'DATA_PUMP_DIR';
    

    If no results or the need to go since you won't need a lot of space for a full dump.

    CREATE OR REPLACE DIRECTORY DATA_PUMP_DIR AS '/u01/idontknow/admin/dpdump';
    

    To create a dump to the db from the source I use settings files to run expdp.
    for example

    oracle@server~> expdp parfile=expdp-FULL.par
    

    expdp - FULL.par file contains:

    USERID=system/yourpwd@YOURSID
    FULL=Y
    DIRECTORY=DATA_PUMP_DIR
    DUMPFILE=YOURSID_20101118_full.dmp
    LOGFILE=YOURSID_20101118-expdp.log
    

    This file is created on the source system.
    I move the dump to DATA_PUMP_DIR desitnation of the server
    and using import

    oracle@server~> impdp parfile=impdp-FULL.par
    

    Impdp settings file is similar

    USERID=system/yourpwd@YOURSID
    FULL=Y
    DIRECTORY=DATA_PUMP_DIR
    DUMPFILE=YOURSID_20101118_full.dmp
    LOGFILE=YOURSID_20101118-impdp.log
    

    You can get help from the settings with

    expdp help=y
    impdp help=y
    

    Good luck!

  • Oracle 10g 32-bit (win 2003) to Oracle 11 g 64-bit (Win 2008)

    Hello

    I am a beginner on Oracle DB side. I have 2 Windows servers

    "Win Server A - current Prod" whose configuration is as follows

    O / s: win 2003 R2 sp2 (32-bit o/s)
    Oracle DB: 10.2.0.4 32bits
    DB Dimensions: 50 GB
    NLS_CHARACTERSET: AL32UTF8


    "Win Server B - to be new Prod" whose configuration is the following
    O / s: win 2008 R2 sp1 (64-bit o/s)
    Installation 11.2.0.3 planning software 64-bit db
    NLS_CHARACTERSET: AL32UTF8


    I need to move/migration/upgrade my db 10g and 11g db on the latest version of win o/s on ServerB.

    What are the options I have for db upgrade? After a little research on Google I did, it is what I found

    (1) OPTION 1: install 11.2.0.3 software on server B, create empty db, then take datapump exp of patterns non-system (from 10 g) and import it on 11 g
    (2) OPTION 2: do something through clone RMAN... not 100% sure how it works and what great advantage I have is going to get compared to OPTION 1
    (3) OPTION 3: install 10.2.0.1 on 'ServerB', upgrade to 10.2.0.4 via the Group of hotfixes. Then using the upgrade database Wizard, perform an upgrade of 10.2.04 to 11.2.0.3. I don't know if 10.2.0.4 is compatible with Win 2008 R2 SP1.

    Option 3 is seems to be safer and better.

    Can someone give me some advice, metalink not. who can put me on the right track. NLS_Characterset remains the same.

    Would there be a problem due to the fact that 10g we use is 32 bit and we would go to 64-bit Oracle.

    Concerning

    Learner

    The simplest option uses the Data Pump utilities.

    If your application uses only some of the schema, export/import only those schema.

    Please do it on a test first, configuration so that you can test the connection and the behavior of applications.

    Thank you.

  • Satellite M100-180: where can I find drivers for Win 2003 Server?

    We bought a Microsoft Windows 2003 server. I have install then on our laptop Toshiba Satellite M100-180 PSMA1E-02Q00WRU.

    With the laptop, I found Windows XP CD and Express media player recovery CD Reanimator. No disc drivers there. May be dealer lost drivers disk? If that - where can I get new CD of drivers (I am from Russia, Smolensk)

    I try to download the drivers from the web (toshiba.com.ru), but they are very large (I have a dial-up internet). Then I download driver modem (4M). Installation of the works, but no modem appear after that. And no serial port too.

    I plug the USB-serial converter and install Standart Modem (USR external). Then I have to connect to the internet and try to download the drivers with windows update. No results...

    HEEEEEEELP ME! :)

    PS Sorry for my English :)

    Hello

    : D the dealer nothing lost! The pilot tools & utilities can be created in the Windows XP operating system that came with the laptop.
    With the help of Toshiba, you will find a Protect & Fix tab and the option to create a driver disk ;)

    Further, all the XP drivers are placed on the page of the Toshiba driver. But unfortunately, nothing for Win 2003 server.
    Maybe test it works for XP drivers also on Server 2003

    To find the driver download page please go to
    http://EU.computers.Toshiba-Europe.com->-> support-> suport homepage & Downloads Download drivers

  • Satellite L300 - no start menu of Vista after installing Win 2003 Server

    Hi friends

    Recently, I brought Toshiba L300 (pre loaded vista). I want to install Sql server 2005 enterprise edition.
    So I installed Windows 2003, enterprise edition.
    After that I installed when I start laptop, it won't for the menu of the OS.
    Its loading only Windows 2003.

    I want vista also.
    Please help me

    And I need driver sound and video drivers for windows 2003...

    Please help me

    It is very simply;
    Your operating system server Win 2003 a damage and crushed to the Vista Boot Manager menu and therefore you don't get the Vista Boot Manager.

    You just lucky to get this Vista Manager startup is again to boot from the ORIGINAL Vista MS DVD. He undertakes to repair the boot loader, and you will be able to start in Vista.

    Then, you need to install the EasyBCD tool. It of free and this tool helps you to understand the additional operating systems in the Vista Boot Manager.

    PS: Win 2003 Server drivers are not available. You could check if some drivers Win XP would work on this laptop.

  • A80-P441: I can't install Win 2003

    I need help from anyone. I install Win 2003. When I install it, the blue screen appears with the message:
    malfunction of the equipment.

    Thank you

    Hello

    As far as I know, this unit was delivered with Windows Xp operating system.
    I put t know why the blue screen appears, but it seems that Win2003 doesn't recognize any material.
    This problem occurs if you install the operating system from the recovery CD?

    Good bye

  • Satellite Pro A300 - need to display driver for OS WIN 2003 R2

    Hello
    the search for display driver for Satellite Pro A300 and the operating system is win 2003 R2.

    pls help me. I'm not able to locate the driver.

    Hello

    As you know computers laptops are not designed to be used as servers and because of this Toshiba does not support Windows Server 2003. Just mobile computing words said enough.
    Am I right about that?

  • Win 2003 server need drivers for my Satellite A100-785

    Recently, I bought this laptop and I tried to install windows 2003 server on it, of course the CD that came with the laptop has no drivers, so I tried to download the driver from the link below:

    http://Gulf.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp

    But I found the option for Setellite A100 (PASAAN), mine is Setellite A100 (PASAANE), with 'E' at the end! Any idea?

    Concerning

    Hello

    Don t worry!
    It's the same series: the PASAAN Satellite or Satellite A100 PASAANE.
    Only the E is missing.

    Regarding you drivers for Win 2003 server;
    The Toshiba provides no drivers specifically for the Win 2003 server operating system.
    But this operating system is based on Windows XP.

    So, try to download and install the XP drivers. These drivers must be compatible

    Greetings

  • If win 2003 is upgraded for the 2008 edition, it will fix alingment compensate for the problem with the SAN disks?

    If win 2003 is upgraded for the 2008 edition, it will fix alingment compensate for the problem with the SAN disks?

    Hi elvirkaric,

    Your question in Windows Server 2008 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Forum. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en-us/w7itproinstall/threads

  • Remote Desktop hangs - Pro Win/7 Win/2003 Server access

    I'm access to about 20 different servers - mostly Win/2003.  On two of them. After working for a while; the screen turns off (gray); the task bar (sort of) will appear at the top of the screen. None of the keys work correctly; I can sometimes part of the screen of Windows Explorer, but it has a white background;  I can only 'X' to.  If I reconnect, I see the same garbage.  I have a system administrator to disconnect the session.  Other servers have absolutely no problem.  We can check?

    Hello

    You can find the Server forums on TechNet support, please create a new post at the following link:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • How to change SQL Server 8.00.760 to SQL server 2008 SP1 on a Server Win 2003 SP2 SE?

    Looking to upgrade SQL Server 8.00.760 (SQL Server 2000/MSDE 2) TO SQL server 2008 SP1 or later version (or SQL Server 2005 SP3 or later) on a Win Server 2003 SE SP2 required to upgrade to the latest version of a software management AV.  A detailed procedure or links would be appreciated.  WIN 2003 server is not connected to the internet.  Thank you.

    Please repost your request in one of the most appropriate Windows Server Forums.  Thank you!

  • Win 2003 error - try to add and remove windows components I get this error. IIS.dll Setup library could not be loaded

    When you try to add and remove windows components I get this error. IIS.dll Setup library could not be loaded, or function OcEntry could not be found. code error 0x7e is on a system win 2003

    Hi MickRl,

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will provide the support you want.
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

Maybe you are looking for

  • Use keyboard PA5132E-1EKB with AT300SE tablet?

    Hello What I can and connect an AT300SE tablet with keyboard covers PA5132E-1EKB? The Tablet fits well into the sheath of keyboard? Thanks and greetings

  • 32dv502b b & w DVD - disk in it does not meet orders

    Hello I have a 32dv502b with DVD black and white and when a disc is is it does not not at the controls in web Lord he Floorstanding svi01b201207 that I can t find anywhere. Can you help me?

  • iPhone Mobile SE data problems

    I just bought an iPhone SE and wanted to disable cellular data for application specific i.e. Facebook and a weather app. But it only allows me to disable data for native iOS applications. Anyone know how I can disable data for other applications? Tha

  • Windows 7 will not be updated

    I have a laptop of 64-bit windows 7 that I use very often.  I started earlier this week and started day of windows for the first time in a few months.  He repeatedly identified several updates, but when I tried to download, the window update indicate

  • Email from blackBerry Smartphones has stopped and the icon at the top

    Somehow, somehow my phone became not connected to the mobile network.  I noticed it because I stopped doing e-mails from my 2 accounts.  So I reconnected it, and I don't seem to receive emails again.  There is also a small oval blue icon vertical at