How to switch database

Hello Friends,
I am new to Oracle & I am using oracle Enterprise Manager Console for creating a new database.While creating new database it asks for Hostname & SID.The Hostname of my system is neha & SID is also neha.So The name of new database is appearing in Tree view as neha_neha - system as sysdba.
I am confused now.Is neha_neha the name of my new database???& Suppose if I want to create another database so will I give the same hostname & SID again? Coz Hostname & SID will remain same.
After that I want to use this neha_neha database from sql plus.How to switch the database from my previous database to this new database???Please help me I am stuck here.Thanx in advance.
Neha

Every database within the same Oracle instance requires a unique sid. Let's say you install oracle to a server (ONE) and create database with sid A. You would be required to enter a unique sid, like B, the next time you tried to create a new database.
Sid is not required to match the hostname of the computer. You can name an oracle database whatever you wish as long as it adheres to the Oracle guidelines.
However, if you have a separate oracle environment on a different server (TWO) then you can create a database with the same name as one which resides on server ONE. Oracle maps each particular database to it's host using a file called the TNSNames.ora...and this is how you'd switch between the two. Pls look at the documentation for information about it.
Hope this helps.

Similar Messages

  • How to switch database at runtime usign OpenDoc

    Hello,
    We are using crystalreport 2008 and BOE XI 3.1.
    I open crystal report from crystalreport using hyperlink and opendoc in java. This is working fine if I define db credentials in CMC, but I need to use different databases based on the parameter.
    How can I achieve switching database using opendoc?
    Thank you.
    Julia

    Hello,
    I've created jsp that handles db switch and it perfectly opens correct report, but if I have 2 hyperlinks open and use subreports in them, then they overwrite each other.
    What am I doing wrong?
    Thank you.
    Julia

  • Switch database in Crystal Report 2013

    Hi All,
    I have Crystal Report 2013 and my client require to connect multiple database with single report. I have more than 10 MySql database and all database structure are same.
    E.g. Create one report Employee Detail and connect using ODBC (RDO) I have successfully connected my single MySql database. Now I need to use this report for another database.
    My question is how to switch database at runtime?
    Anybody help me please.
    Thanks.

    You can create either a .NET or a Java app to schedule or view the report - it would connect in to the CMS and handle things from there.  It's not difficult to set the database connection in code.  Your best bet for additional help will be to look here:  http://scn.sap.com/community/bi-platform/microsoft-net-sdk or here:http://scn.sap.com/community/bi-platform/java-sdk.  There is sample code available in both places as well.
    Also, while I know that the utility Ido is referring to  will work with Crystal reports, I'm not entirely sure it will work with reports that reside in CRS.  So, you'll need to review it closely to determine whether it will work for you.
    -Dell

  • If the production database i down, how to switch to standby database using the replication environment in ASsE

    This question is in Business Continuity Plan (BCP)
    if the production database is down, how to switch to standby database using the replication environment in ASE

    Assuming you're referring to Sybase's Replication Server (repserver) product ...
    Repserver moves data changes from one database to another.
    Repserver can't 'switch' your application to use a different database; something outside of repserver has to do the actual switching.
    If your application happens to be connecting to your ASE via Sybase's OpenSwitch (or similar) product, then OpenSwitch would be responsible for switching your application to use the standby database.  Whether you have OpenSwitch perform the switch automatically, or via a manual command, is up to your BCP requirements.
    If your application connects directly to ASE then you'll have to decide how/when to get your application to switch to the standby database.  In the simplest form this would require shutting down the application, making sure replication is quiesced (ie, all in-flight transactions have been applied to the standby database), modify the interfaces/sql.ini file (used by your application) to point to the standby database, make any customized changes to the standby dataserver/database (eg, unlock application logins, take databases out of 'dbo use only' mode, etc), and startup the application (at this point it should connect to the standby database per the changes to the interfaces/sql.ini file).

  • How to install database firewall 5.0

    I download Oracle Database Firewall 5.0.0 Media Pack v1 for Linux x86 from edelivery, and I readed the document "Installation Guide Release 5.0 E18693-03".
    Then I installed oracle enterprise linux 5.4 x86, But I can't find the "Welcome to Enterprise Linux screen" when I login to linux.(page 18 on document)
    how to install database firewall 5.0?
    Thanks.

    Hi
    The DB Firewall acts as a bridge when using in inline mode. You should not have to change anything on the Client nor on the DB Server. The Client, DB Firewall and DB Server are in the same IP Network but not "physically" connected. This mean's the DB Server is connected with the DB Firewall on one side and the Client with the DB Server on the other side.
    I've configured a test environment with VMWare. To have to separated network I created a second host only network with the same IP range. DB Server and on Network Interface of the DBFW is in vmnet2 while Client, DBFirewall Console and second Network Interface is in vmnet1. When the DB Firewall or Bridge is switched off the client can not "see" the DB Server anymore. I've documented my Test Environment at http://www.oradba.ch/2011/04/oracle-database-firewall-test-environment/
    I saw a test configuration from Oracle based on Virtualbox. There they used the internal network for the DB Server / DBFW NIC1 and the host only network for the client, DBFW Console and DBFW NIC2.
    1. Why I am not able to see all tabs in DBFW console?
    => no idea.
    2. How to integrate Oracle Database with this Firewall setting?
    => no change on the DB nor on the Client. Setup an enforcement Point to integrate it in the DBFirewal.
    3. Will user access DBFW or DBFW-MS or Database?
    => The do not have to access DBFW unless they want to see the console
    4. What will be the change in the TNS entries on client side?
    => no change
    Cheers
    Stefan

  • RMAN: Switch database back

    Hi,
    I am having a small rman issue. With:
    switch database to copy;I am able to recover a database very quickly however how can I switch back respectively restore afterwards the database to its original location. Are there no other ways to do it file by file?
    Thanks for your feedback.
    Cheers,
    David
    OCP 9i
    http://www.oratoolkit.ch/otn.php

    True, I just had to rename the files and to recover them. Here the procedure:
    $ sqlplus / as sysdba
    SQL> shutdown immediate
    SQL> startup mount
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-SYSTEM_FNO-1_0vl14lkl'
           to '+DATA01/PROD/DATAFILE/prod_system_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-TAB_FNO-6_12l14lm2'
           to '+DATA01/PROD/DATAFILE/prod_tab_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-TAB_FNO-7_13l14lm9'
           to '+DATA01/PROD/DATAFILE/prod_tab_02.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-IDX_FNO-9_15l14lmn'
           to '+DATA01/PROD/DATAFILE/prod_idx_02.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-IDX_FNO-8_14l14lmg'
           to '+DATA01/PROD/DATAFILE/prod_idx_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-OTK_FNO-5_16l14lmq'
           to '+DATA01/PROD/DATAFILE/prod_otk_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-USERS_FNO-4_17l14lmr'
           to '+DATA01/PROD/DATAFILE/prod_users_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-SYSAUX_FNO-3_11l14llj'
           to '+DATA01/PROD/DATAFILE/prod_sysaux_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-UNDO_FNO-2_10l14ll4'
           to '+DATA01/PROD/DATAFILE/prod_undo_01.dbf';
    SQL> exit
    $ rman target /
    RMAN> recover database;
    RMAN> alter database open;Thanks a lot for your inputs. ;)

  • How to switch off automatic creation of the business partner?

    Hello!
    Advise please why in erp after creation of the customer automatically form business partner? How to switch off automatic creation of the business partner? It very much disturbs, because business partner are created from crm. Because of automatic creation business partners are duplicated.

    Hi,
    I have made the following customizing settings to activate customer integration with business partner, but the problem is when I create a BP with a role (FI-Customer) the customer is not created automatically.
    1. Set BP Role Category for Direction BP to Customer
    Roles: FLCU00 - Business Partner FI Customer (FS: BP)
    FLCU01 - Business Partner Customer (FS: BP)
    2. Defined the Number assignment for Direction BP to customer
    4. Customer account group and numbering is also defined.
    3. Created a BP with BP Role FLCU00, I can see the Customer - General Data tab, but no customer was automatically generated by the system.
    Kindly let me know if any customizing I have missed.
    Regards
    Ameya

  • How can I watch movies in germany with native tone, english? Any one knows how to switch the language when renting a movie?

    How can I watch movies in germany with native tone, english? Any one knows how to switch the language when renting a movie?

    I wonder the Format Tables macros on my site could be adapted?
    http://www.grainge.org/pages/authoring/word/word_macros.htm
    If not, I have used Macro Express to format tables in Rh. No reason it could not be used in Word.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to switch between messages in the BlackBerry Hub

    With the release of BlackBerry 10 version 10.1, we’ve added a new gesture to the BlackBerry Hub that allows you to quickly switch between your next and previous messages. It’s simple: while viewing a message drag your finger from the left to the right and in one continuous motion swipe up or down.
    For example, in the following screenshot you’ll notice I am viewing ‘Test 08”. To get to the next message, “Test 09”, all I need to do is swipe from left to right (red arrow) followed by swiping up (green arrow) in a single motion. To switch to the previous message, “Test 07”, I complete the same gesture, but swipe down instead (blue arrow).
    Tip: Using a BlackBerry Q10 or Q5? On top of using this gesture to switch between messages, you also have the option of pressing the N key to view your next message, or the P key to view a previous message.
    If this gesture doesn’t appear to be working on your device, verify you are using BlackBerry 10.1.0.4181 or later by going to Settings > About and reviewing the OS Version field. If the OS Version is lower than 10.1.0.4181, check for updates by going to Settings > Software Updates.
    For more details about the availability of BlackBerry 10.1, check out Inside BlackBerry’s post on BlackBerry 10 Software Updates.
    VIA | helpblog.blackberry.com
    http://helpblog.blackberry.com/2013/10/how-to-switch-between-messages-in-the-blackberry-hub/
    Please thank those who help you by clicking the button.
    If your issue has been solved, please resolve it by marking "Accept as Solution"

    I would set up a variable before you get to that node, lets call it $EmpID and assign to it the value of the prompt you want to play lets say 12345 which would be the library promptID. It will then play prompt, get digits, and once you validate if it goes through the expression that flags it as invalid, in that node re-declare the variable, but this time give it the value of the new prompt you want to play, then sent it back to the node which will then play the new prompt and collect the digits.

  • How to switch off screen while playing songs in 5G iPod

    Any ideas how to switch off the screen completely (not just reducing the brightness) while playing the songs.
    i'm thinking that this could improve the battery life !!!
    30GB Video iPod   Windows XP Pro  

    No you can not do this; you can only turn off the Backlight.

  • HT201209 Please help, tried to redeem an App Store gift card for $15.00.  It worked when I put it in earlier but I was still charging purchases to my credit card.  I did not see how to switch over to the gift card.  Credit is gone and code now invalid.  W

    I need help with redeeming a $15 App Store certificate.  I tried to redeem earlier in the day and it was credited to my account.  I could not figure out how to switch payment from my credit card to the gift card credit.  Later on in the day I see the credit is completely gone and now the card is invalid.  Nothing was purchased with the gift card so I want to know where the credit went.  I also have$5 credited to my Apple ID from a past gift card that I can't access.  What can I do.  Is there a customer service number???

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • How to switch off solution checks

    Hello. I have a problem. When I link support message to solution in Context tab, the system perform checks of linked solution. And there are a lot of error message in Support message appears, like this:
    'Business process  not available, check your entry'
    'Business process step  not available for business process &1'
    'Software component  not available, check your entry'     
    How to manage this checks or how to switch of this checks?
    Edited by: Dmitry Udot on Feb 10, 2010 9:42 AM

    I have fixed this problem myself. It ocures due to deactivation of PPF actions releted with questionary.
    Edited by: Dmitry Udot on Feb 11, 2010 1:30 PM

  • How to switch off internal macbook screen when using external monitor(s)

    as far as i observed, adding external displays ( running different screens on them, not mirroring)  to a macbook pro  increases the gpu workload and with that comes temperature rise in the laptop and increase in ventilator noise - and probably increased hardware aging and risk of component faillure due to high temperature inside the laptop.
    simply try connecting two external 27" screens and open some flash video on both of them. then run a temperature monitoring software and watch temps rise, compared to running same flash videos / demanding tasks only on one connected external screen or only on the laptop screen with no external monitor connected.
    especially in mavericks, due to its increased background routines, such a set-up appears ever the more taxing, then again who does not love apple`s nice adds showing laptops with two 27” screens connected to it and the workspace vision they invoke....
    i have seen temps around 100° to 102° celsius on a 13" macbook pro 2012 edition, which i would expect is territory where the cpu / gpu temp safety switches will trigger system shutdown any time soon ( hardware status before verified as fully in order by apple service and default osx installation)
    imagine your anti-virus software starting some realtime content screening while runnign some demanding tasks already and the system shuts down easily (all such situation observed in reality)
    (would be interesting to see how a retina display macbook fares with 2 external monitors running demanding tasks, considering the retina display already increased taxing for the gpu - any experience from users of such a setup would be very much appreciated as it will provide critical purchase decision intelligence for all of us envisioning a retina-book and two big screens adoring our desks...)
    turning down the macbook`s built-in screen`s backlight may reduce power consumption but i have not seen any evidence that it switches off the gpu-to-screen feed and respective gpu load - it certainly did not prevent gpu, cpu, board, etc temps to rise to borderline levels.
    so the key question here is, how to switch off the macbook pro`s built-in screen in order to avoid gpu cycles being wasted on that screen ( and the resulting heat developments)  when working with big external screen(s)  connected to the laptop ?

    this thread talks about running several monitors as advertised by apple and running demanding task on them.
    with the lid open, the keyboard offers a very efficiant heat escape vector, which is blocked when the lid is closed - this is a basic and commonsense insulation effect.  this thread also mentions the use of temperature monitoring software and thus a repeatable test setup. the temps recorded were also mentioned. they rose when the lid was closed, the running task remaining unchanged. as far as i could track down the cpus in discussion will shut down around the 105 degree celsius range. i observed system shut downs when the system approached 103° celsius.  not to mention that the fans will run loud well before that.
    again this is on hardware checked and ok-ed by apple service.
    the question still welcoming an expert answer: is there any way to switch off the built-in macbook monitor while the lid is open ?

  • How to switch off scroll and zoom functions of touchpad on Satellite L

    Hi.
    Can anyone tell me how to switch off the scroll and zoom functions for the Synaptics Touchpad v7.2 .
    Can't seem to do it via the Control Panel.
    Any suggestions.

    Hi buddy,
    > Can't seem to do it via the Control Panel.
    You can only disable the virtual scrolling function if the touchpad driver is installed properly. The driver provides extended functions and allows you to disable/enable special features. If you dont have installed the touchpad driver download it on official Toshiba page:
    http://eu.computers.toshiba-europe.com > Support & Downloads > Download Drivers
    Then navigate to control panel as the previous user wrote for disabling the scroll function.
    Can you find it now?

  • How to switch off the IPad 2

    I can't switch off my IPad 2. there is the Backup ICloud note open which I can't cancel and this creating a blok to switch off the IPad, in fact when I try to close with conventional method I can't slide the stop icon.
    Some body know how to switch of with a different method?
    Stefano

    Perform a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

Maybe you are looking for

  • How do I resize pinned tabs/deal with tab group problems in Firefox 22?

    With the automatic update to Firefox 22, my pinned tabs have ballooned in size; not only does this look horrible, but it reduces the real estate available for other tabs. While NoSquint has sorted the issue with websites randomly resizing themselves,

  • Why no support for Smart Folders on the iPod Touch?

    I've been told that any folders you create in iTunes show up fine on the iPhone, iPod Nano and Classic. But they DO not show up on the iPod Touch. Can someone help me understand why this is the case? Thanks!

  • Navigation with page turning PDF?

    Am using CS4 products, don't know whether Acrobat or InDesign is the problem. I can get a flip-book by adding Page Turn transitions in InDesign, exporting to SWF, using Create PDF from file in Acrobat, then poof, I have a PDF with page turns. So far,

  • Export pdf from adobe reader

    Hello, I have a question about the export pdf feature in adobe reader X. I saw that this feature costs 19.67 each year but it doesn't say if that is for 1 user or multiple. So my question is, Do you need to buy an account for every user, or can multi

  • DHCP Problems in Server 2012

    Hello everyone, Please Help or Point me in a good direction!!! I am working with server 2012 DHCP . Under DHCP i have an ip address not a server name. ip  is 169.254.99.88 and host server not showing up ( This IP is Not In My Subnet and server is set