How to dup d'base on same host ???

Hi,
I want to create dup d'base on the same host with
diff directory structure with rman.I have few question to ask.
I am using oracle 9.0.1 on win 2000 server and I am using stand
alone server so what step I should take to avoid future mishapes?
please answer these question ...
1.Can I use same Oracle host and same dir structure?
2.Can I use primary d'base datafiles for the stdby d'base?
3.Is it necessary to have catalog d'base or it can be ---
created w'out a catalog d'base?
4.Can I use same datafiles of primary d'base?
4.I also connect to taget d'se but,when I tried to connect aux db
I got these errors :
error from auxiliary database: ORA-12519: TNS:no appropriate
service handlet found.
my main pproblem is that, I am not able to create aux instance
and connect to it. please let me know the remedy of these problems.
and if you could let me know the step by step solution all of
these considering regarding problems,which I mention above.
With regards : Alok Kumar

The docs might help:
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmdupdb.htm#442448
Kailash.

Similar Messages

  • How to create dup d'base on same host??

    Hi,
    I want to create dup d'base on the same host with
    diff directory structure with rman.I have few question to ask.
    I am using oracle 9.0.1 on win 2000 server and I am using stand
    alone server so what step I should take to avoid future mishapes?
    please answer these question ...
    1.Can I use same Oracle host and same dir structure?
    2.Can I use primary d'base datafiles for the stdby d'base?
    3.Is it necessary to have catalog d'base or it can be ---
    created w'out a catalog d'base?
    4.Can I use same datafiles of primary d'base?
    4.I also connect to taget d'se but,when I tried to connect aux db
    I got these errors :
    error from auxiliary database: ORA-12519: TNS:no appropriate
    service handlet found.
    my main pproblem is that, I am not able to create aux instance
    and connect to it. please let me know the remedy of these problems.
    and if you could let me know the step by step solution all of
    these considering regarding problems,which I mention above.
    With regards : Alok Kumar

    The docs might help:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmdupdb.htm#442448
    Kailash.

  • How to Create Primary DB and Physical/Logical Standby DB on the same host?

    Now I encounter a issue. I want to create one Primary DB and one Physical standby DB and one Logical standby DB on the same host.
    Create this env on the same host aims to test whether we can using EM Patching DP to apply patches on Primary/Physical/Logical DB successfully.
    I try to setup this env but fails. I want to know more related issues about create Primary DB /Physical DB/Logical DB on the same host and how to configure between them.
    Below steps is my try:
    1. Create Primary DB on the /scratch/primary_db
    2. Create Physical Db software only on the /scratch/physical_db
    3. Create Logical Db software only on the /scratch/logical_db
    4. Using EM Wizard to create physical standby database and logical standby database, and these two targets can show up on the "All Targets" Page.
    5. But when using EM Patching DP, it fails and the reason is the listener of physical and logical db cannot configured well.
    Issues:
    So I want to know about how to configure physical db and logical db's listener using EM or manually?
    If the listener name of Primary Db is LISTENER and the port is 1521,and the listener.ora is under the /scratch/primary_db/network/admin directory, then how to config physical db and logical db's listener's name and port?

    Hi,
    As this a test case then you need to create two more listener for each Oracle Home (/scratch/physical_db & /scratch/logical_db) make sure that they have different names and ports.
    Then add the new listeners manually using GC?
    Try it and let me know
    Regards
    Amin

  • How to divide SAPS when having two instances on same host

    Hello
    I wander how to divide SAPS when having two instances on same host. By looking at st06?
    Thank you in advance

    Yes SAPS is nothing but the CPU power used by the SAP systems. SO if you have 2 SAP systems stacked on the same server, check the CPU utilization over a period of 7 - 10 days, average out & that should give you a fair bit of idea.
    - Regards, Dibya

  • How Can I reconfigure or reinstall Discoverer 11 after cloning DB & EBS 12i on same host?

    Hello,
    I am running Oracle rdbms 11.2.3, EBS 12.1.3 & Discoverer 11i on the same host. I have just cloned DB & EBS from PROD onto TEST and found out that Discoverer (fusion) cannot be cloned. How do get Discoverer (fusion) to work? Is it easier to reinstall or to reconfigure the binaries I had before cloning of the DB and EBS?
    Thanks
    Mathias

    I have made the following changes and printing seems to work OK, full user testing pending - any feedback welcome ...
    The sql below is renaming printers to reflect the linux print queues so for eg //its-printer/printername
    becomes printername
    Where printername is the name of the print queue setup.
    create table fnd_profile_option_values_bup as select * from fnd_profile_option_values ;
    create table FND_PRINTER_r12bup as select * from FND_PRINTER ;
    create table FND_PRINTER_TL_r12bup as select * from FND_PRINTER_TL ;
    create table FND_PRINTER_DRIVERS_r12bup as select * from FND_PRINTER_DRIVERS ;
    create table FND_CONCURRENT_PROGRAMS_r12bup as select * from FND_CONCURRENT_PROGRAMS ;
    update fnd_profile_option_values
    set profile_option_value = replace(profile_option_value,'\\kmprint','')
    where profile_option_value like '\\kmprint\%';
    update FND_PRINTER
    set printer_name = replace(printer_name,'\\kmprint','')
    where printer_name like '\\kmprint\%';
    update FND_PRINTER_TL
    set printer_name = replace(printer_name,'\\kmprint','')
    where printer_name like '\\kmprint\%';
    update FND_PRINTER_DRIVERS
    set arguments = replace(arguments,'print /D:$PROFILES$.PRINTER $PROFILES$.FILENAME',
    'lp -d$PROFILES$.PRINTER -n$PROFILES$.CONC_COPIES -t"$PROFILES$.TITLE" $PROFILES$.FILENAME')
    where arguments like 'print /D%' ;
    update FND_CONCURRENT_PROGRAMS
    set printer_name = replace(printer_name,'\\kmprint','')
    where printer_name like '\\kmprint\%';
    commit
    Web page does not display //kmprint in replace statement above however I hope you get the picture ...
    Cheers, Rob
    Edited by: Diesel on Apr 7, 2011 4:34 PM

  • Creation of Standby database on same host

    Hi All,
    I am using oracle 9.2.0.1.0 on windows XP machine.
    *I want to create the standby database for my primary database on same machine.
    But both tha data base is heaving diff instance as well as the diff database name say "ASHU" for primary & "TEST" for standby database.
    I took the backup of all datafile and copied it in the standby location.
    Generate the standby control file also and copied to the standby location.
    But when i am going to start the standby database it is giving the below error:
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    SQL> alter database mount standby database;
    alter database mount standby database
    ERROR at line 1:
    ORA-01103: database name 'ASHU' in controlfile is not 'TEST'
    How to rectify it? Please help me
    (* This is only for learning pupose , that's why i am going to create both on same host"

    >
    SQL> alter database mount standby database;
    alter database mount standby database
    ERROR at line 1:
    ORA-01103: database name 'ASHU' in controlfile is not 'TEST'
    How to rectify it? Please help me
    >
    You do not change the dbname of the physical standby database. They always must have the same name as the primary.
    Here is a snippet from my standby initialization file for a 9i installation. Notice the parameter LOCK_NAME_SPACE that was replaced in 10g with DB_UNIQUE_NAME
    db_file_name_convert=('E:\PRIMA','E:\PHYST')
    db_name='PRIMA'
    instance_name='PHYST'
    service_names='PHYST'
    lock_name_space='PHYST'
    log_archive_dest_1='LOCATION=E:\PHYST\ARCHIVE'
    log_archive_start=TRUE
    log_archive_format='%t_%s.arc'
    log_file_name_convert=('E:\PRIMA','E:\PHYST')Kind regards
    Uwe
    http://uhesse.wordpress.com
    Edited by: Uwe Hesse on 27.07.2009 13:36

  • Key property on base class without hosting relationship which is defined on an inherited class

    Hello,
    I have a BaseClass which is marked Abstract=true and Hosted=false. Then I have an InheritedClass which has the BaseClass as its Base. This InheritedClass is Hosted=true while being Abstract=false. You know, the BaseClass has some common attributes for two different
    InheritedClasses which define different hosting relationships. 
    The only Key property is declared on the BaseClass. The InheritedClass does not have its own, more specialized, Key property.
    It seems the Key property on the abstract un-hosted BaseClass enforces the Key value globally and not only for the hosting parent of the InheritedClass. Am I right?
    How do I make the BaseClass's Key property be scoped to the InheritedClass's hosting parent?
    ondrej.

    Hi,
    if I understood the question correct than you need to change your model's design.
    "A key property uniquely identifies each instance of a particular class. If a property is marked as a key property, each instance of the class must have a unique value, and the value may not be null. For
    hosted classes, the value must only be unique for all instances of the class that have the same hosting parent. For
    unhosted classes, it must be unique for all instances of the class in the management group." (
    https://technet.microsoft.com/en-us/library/ee957039.aspx)
    http://OpsMgr.ru/

  • How to setup multiple base station under one network?

    How to setup multiple base station under one network? I have 6 rooms but one airport base station makes really difficult to get good signal from every rooms. I wonder if I can setup multiple airport base stations talking to each other under the same network to build up the signal strength will help solve this problem. But, is it possible? How?

    One route would be to utilize a "roaming" network. In a roaming network, you would connect multiple AirPort Extreme Base Stations (AEBS) to the same Ethernet. Of course, this would require that your home is already wired for Ethernet.

  • Multiple IDM instances on same host

    Can multiple Identity Manager app server instances be run on the same host, connecting to the same db? If so, how is this accomplished. From what I see Identity Manager instances attempt to register themselves using the host name. Is there a property in the properties file that can set a unique name?

    It appears to be possible, at least in IDM 7.1
    The release notes and Installation guide reference a setting called waveset.serverId that you set in your application server startup script like so:
    -Dwaveset.serverId=Name
    This would allow each JVM to identify itself differently from any others running on the same physical server.
    I haven't tried this yet myself, so caveat emptor.
    Jason

  • How does solutions knowledge base works?

    Hi Experts,
    I created a new solutions knowledge base for item A and then i created a new service call for the item A also, but then when i clicked the button Recommend in the solutions tab in the service module the solutions knowledge base i just created for item A is not appearing in the recommendations list.
    Anyone can guide me how this solutions knowledge base works in the service module.
    Regards
    --careLess

    Hi,
    If you love working with Muse, BC would enhance it  as it completes Muse. WYSIWYG Design area in BC would give you the ultimate convenience designing the pages or templates.
    I would suggest that you create a Trial site in BC via Muse and go through the modules available. Modules are not synced with Muse but they will be rendered if you specify them with a correct reference ID's (as detailed here kb.worldsecuresystems.com/134/bc_1345.html) in Muse and then Publish.
    Business Catalyst is far more than a hosting provider. Business Catalyst is an online business platform, with email marketing, customer response management, eCommerce, forums, analytics, and more. Over time, Adobe Muse will grow to expose more of the power with Business Catalyst.
    Adobe Muse allows you to publish your temporary website to Adobe Business Catalyst at no charge for a 30-day trial period. This gives you the opportunity to send a live URL to your client for review. All sites in trial mode on Business Catalyst will include the Business Catalyst domain, example http://website.businesscatalyst.com. If you decide to take the site "live" by paying for the monthly hosting, you can transfer your own domain and remove the .businesscatalyst.com subdomain. Or you can export the HTML and host the final site with a hosting provider of your choice.
    You can have different users being an Admin on one site depending upon the permissions you set for them. + much more..
    Publishing sites to BC via Muse is seamless. So I recommend to test the trial publish. That way you can judge it best upto your expertise. Also check http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-muse-creating-and-publishing-sites/ for more help.
    Hope that helps!

  • RMAN restore database from another backup of different database in the same host

    Hi Experts,
    I have taken FULL Database Backup using RMAN , now I want to Restore and Recover the same database on different instance on Same Host.
    Could u suggest any document or Steps to achieve this task.....
    Thanks,
    Mouni.

    No Problem.
    Please check this :
    http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmdupdb.htm#BRADV420
    ORACLE-BASE - Duplicate a Database Using RMAN in Oracle Database 11g Release 2
    Ensure you follow what Mr. Hemant has mentioned.
    Regards
    Karan

  • Deploy in same host multiple times

    So here is the story..
    I created a sample sybase plug in which runs in one host (unix)
    There are multiple sybase instances running in the same host. (actually combination of both in different hosts) but just for the example lets say its the same host.
    Instances properties are defined in the plug to set the userid, instance name and password for connectivity.
    Now how do I deploy multiple times the same plug in, in the same host .[one for each instance]
    Thank you

    Anyone have similar situation ?
    Just curious when we develop for script for a unix box which has multiple sybase instances running, should the scripts be developed for each instance , then renamed , create multiple plug-ins and deploy in same box [ one for each instance
    [OR]
    create one script for all instances running....not sure if anyone has tried this...thanks for any input.

  • Using the Log Viewer for two systems on same host

    We have two Portal systems installed on the same host server.  The log viewer only identifies and displays the log files from one of the systems (A).  This is the case even though I started the log viewer while logged on as the <sid>adm for system (B).
    In the configuration of the Log Viewer, I do not see an option to have it add another "system" to the local host.
    How can I configure the log viewer to display logs from both systems installed on the same host?
    Thanks,
    Bob

    Bob,
    with the port you can distinguis between the servers. both portals should have unique ports on the same server.
    for you relevant is the P4-port.
    these settings work for remote servers:
    Name: <SID>
    Host name: <hostname of server>
    Port: <P4 Port, normally 5<SysNr>04>, you can check this at: http://<host>:<port>/sap/monitoring/SystemInfo under the Dispatcher infos
    Connection: J2EE
    User: <admin user>
    Password: <admin user password>
    kr, achim

  • Two SAP systems in the same host "no files processing"

    Hello!
    I have two SAP Systems installed on the same host.
    If I execute redo logs archiving from DB13 I get the error "no files processing", because of I already executed redo logs for the other SAP system on the same host.
    <b>How can I set up this issue?</b>
    Thank you very much
    regards
    Thank you very much
    regards

    Hello!
    I have two SAP Systems installed on the same host.
    If I execute redo logs archiving from DB13 I get the error "no files processing", because of I already executed redo logs for the other SAP system on the same host.
    <b>How can I set up this issue?</b>
    Thank you very much
    regards
    Thank you very much
    regards

  • How to create bpartner base on my logon user id?

    hi, I try to create a service contract and get error message that my user id is not a business partner, so how to create bpartner base on my logon user id?
    thanks

    Hi,
    Create Business Partner from Txn : BP and extend same BP to role Employee. In Identification tab there is field user name just assign your User Id here and save.
    Regards,
    Dipesh.

Maybe you are looking for

  • Reading special characters from a flat file and inserting into DB

    I'm reading data with special characters like . etc from a flat file , assigning the data to variable in my anonymous block and inserting into my DB. But the show up as inverted ? s. Any clues about how to do this? If i try to do the insert directly

  • Does the connector in the Universal dock work with the iPhone?

    My iPhone now has a thick rubber case making it too big for the iPhone dock. I have a old iPod universal dock but am not clear if it work with the iPhone. The connector looks similar except that the ends are not quite flush. Will it work? I don't wan

  • AAA Authentication and VRF-Lite

    Hi! I've run into a strange problem, when using AAA Radius authentication and VRF-Lite. The setting is as follows. A /31 linknet is setup between PE and CE (7206/g1 and C1812), where PE sub-if is a part of an MPLS VPN, and CE uses VRF-Lite to keep th

  • FMLE streaming @ HD, video freezing but audio still works. ??

    Hi all, We are trying to some HD streaming using FMLE 3 and a Osprey 700HDe card. We can get the HD input in @ 720p no worries. Once the stream is pushed up to our CMD and embedded in the webisite we can view the video. Thats all ok. It plays fine fo

  • RADIUS Forwarding

    Hello, We're changing the solution from RSA/ACE Server to an ActivCard for eDirectory solution. Now we would like to make a smooth change for the users - so for about 2 months both solutions should keep up running. Is there a way, to forward the Radi