Create one more instance in same database?

Hi All,
Any one can u help me, How can create one more(second) instance in same database.please give the steps My environemnt is HP_UX 11.00 and Oracle 8i.
Thanks in advanz
ruby

Legatti and Aryndin are correct.
You are either asking how to create another database with its associated instance on the same server as an existing database
OR
you are asking how to add another instance to a RAC clusered database.
In the first case see the DBA Administration manul which has a chapter on the subject of creating databases. The DBCA utility can be used to do this or you can do it manually.
For the second the existing database must first be installed with the RAC option on a clustered server. There are RAC specific manuals available that cover the steps to add another instance on another node to the database.
HTH -- Mark D Powell --

Similar Messages

  • How to create multiple instance on same database

    Hi ,
    I would like to know how to create multiple instance on same database . I know that some people use database configuration assistant to do this but i could not figure out how they did it.
    Any how if some one can help me with this and can give me links of this it would be great help for me.
    Thank you for reading my problem and helping me !
    Amil
    please if possible mail me on [email protected]

    How to create multiple instance?????Do you mean multiple instances on the same database, or multiple databases on the same machine ?
    I m new to this field....
    Willin to learn a lot about oracle....Then it wouldn't be bad reading a bit of Database Concepts

  • How to Create one more SOA-INFRA under the same domain in weblogic server

    Hi All,
    Can anybody can guide how to create one more soa-infra under the same domain. In order to maintain my composites to be deployed into
    different domains, I need to create one more soa-infra and deployed all the composites under that one.
    Please let me know if any demo is available for this activity to be gets completed.
    Regards,
    CH

    Hi Vijay,
    There are several composites which needs to be deployed and maintained in the server. So, we I'm trying to maintian
    by deploying composites into 3 different SOA-INFRA's so if one is not accessible, we can look into it and others can access the
    composites from another SOA-INFRA instead of creating domains.
    Let me know what will be feasible way to perform this activity.
    Regards,
    CH

  • How to create many user in the same database

    hi
    my question is "How to create many user in the same database(application)?"
    for example, i have students, teachers, and staffs user using my application.
    i can create many users to use the same application right?, how ^^''' ???
    (right now i can only create application and then it shows every data in my DB
    but i want it to show only the data for the user who login to that application)
    Thanks.
    ps. i'm newbie, please help T^T

    You need to create a user table within your application that maintains their privileges. If you have LDAP you could use this for authorisation otherwise the table would handle that as well (store passwords etc). Your reports etc would then be filtered on information from this table.
    Check out some of the sample applications to see how authorisation and access is implemented (Online store is one). The how-to on the issue tracking system should also have some useful pointers.
    http://download-west.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/issue_track.htm#BABBGBJG
    cheers,
    Ron

  • How to create one more server node for SAP J2EE server?

    Hi,
    Can any one please suggest how to create one more server node for SAP J2EE server? I am using WAS700.
    Thanks and Regards,
    Smriti.

    Hai,
          Login into the Configtool(C:\usr\sap\SID\DVEBMGS<inst no>\j2ee\configtool) if ABAP+JAVA stack or C:\usr\sap\SID\JC<inst no>\j2ee\configtool) if JAVA stack
    click on the instance and and select the addserver button on the top to create a servernode for J2EE server.
    Thanks and Regards,

  • Why does Adobe Reader 10.0 opens one more instance of it as a child process ?

    Hi,
    I downloaded Adobe Reader 10.0 and observed that it spawns one more instance (same name as parent) which opens a file instead of parent. This seems to be a significant change since last version where there was only one instance.
    Can anyone tell me why is the use of opening one more instance and delegating a task of opening a file to it ? Is there any security reason behind it ? Is there any settings by which I can disable this behaviour ?
    -Ajay

    For future reference -
    http://forums.adobe.com/community/adobe_reader_forums

  • Can we link one application instance with multiple databases ?

    We have R12.1.1 and db is 11.1.0.7 on redhat 5.3 ( 64 bit).
    Can we link one application instance ( apps / , inst / ) with multiple database ( db / ),
    is this possible ?
    if yes how ?

    >
    Can we link one application instance ( apps / , inst / ) with multiple database ( db / ),
    is this possible ?
    No. You cant link application tier with more than one database.
    Similar query already answered by Hussein in detail in the forum :Re: Multiple instances, single Apps tier Please check that for more details
    -Rk

  • Consolidation multiple STO PO to Create one Delivery with the same date

    Hi:
    Want to create one delivery notes from mutiple STO PO using VL10B.
    with the same delivery date.
    How to do it

    Basically the criteria to combine more than one STO into one single delivery
    is STO delivery date and receiving plant. If they are the same then one delivery
    is created and different delivery items are summed.
    Good reference available in SAP notes:
       386340 - Grouping purchase orders into one delivery using Vl10*
    There is more information in another existent thread:
      Combine STO into same DN

  • Multiple instances of same database adapter

    Hi!
    For our use of bpel, we are connecting 3 or 4 legacy systems. In these systems we construct a staging area where we collect the information that is to be sent over.
    For these systems, the staging area is identical. This means, that for wiring those up to BPEL, I construct four identical partner links using database adapters.
    Is there a way to make this easier? Is there a way to construct just one adapter and deploy this four times? It seems a waste of time and resources to recreate the same thing over and over again. And, when another legacy system turns up, I need again to create an adapter.
    Thanks for your input,
    Jeroen van Veldhuizen
    Itude Technology

    Hi Jeroen,
    I like your request for being able to simultaneously poll from multiple distinct endpoints in a single process. Recently this came up in another context and there is now support for this, but it will not be available until the next patch set (off of 10.1.2.0.2).
    If everything is identical except for which database you are connecting to, you could have 4 oc4j-ra.xml entries (i.e eis/DB/DBConnection1, eis/DB/DBConnection2, etc..), and then change your bpel.xml from:
    <activationAgents>
    <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="BPELSamples">
    <property name="portType">PollingService_ptt</property>
    </activationAgent>
    </activationAgents>
    to:
    <activationAgents>
    <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="BPELSamples">
    <property name="portType">PollingService_ptt</property>
    <property name="eis_location">eis/DB/DBConnection1</property>
    </activationAgent>
    <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="BPELSamples">
    <property name="portType">PollingService_ptt</property>
    <property name="eis_location">eis/DB/DBConnection2</property>
    </activationAgent>
    </activationAgents>
    Then in your wsdl, replace:
    <service name="pollingService">
    <port name="pollingService_pt" binding="tns:pollingService_binding">
    <jca:address location="eis/DB/DBConnection1"
    with a variable:
    <service name="pollingService">
    <port name="pollingService_pt" binding="tns:pollingService_binding">
    <jca:address location="$eis_location"
    Also make sure to drop the schema qualification from your toplink_mappings.xml, i.e. do a search and replace of 'SCOTT.EMP' with just 'EMP'.
    Again this will only be available starting with the first 10.1.2.0.2 patch.
    Thanks
    Steve

  • F110 doesn't clear vendor open items. Interad it creates one more entry.

    Hi!
    This is the problem I have. I run F110, proposal is great, payment is great, check is printer. Check in FCHR is created.
    I go back to FBL1N - open item is still there! More that that - another open item with document type - ZP is there, but it showed up as additional open item - not clearing item. When I click on it  - accounting document shows me : Clearing date 12/03/2008 - and same document number.
    Why doesn't it clear it and it still says OVERDUE???
    And of course, I can not post check cashed because of that in FCHR.
    Please let me know.
    Thanks!!!!!

    Hi,
    In FBZP transaction code while configuring The Automatic Outgoing payment, In Payment methods in country Tab under posting control What are document type you have defined for
    Document type for Payment and Clearing document type ? generally it should be same , normally KZ
    The payment for which F110 was executed , Is it a down payment to vendors?
    Pleease Check it.
    With Regards,
    Sudipto

  • Performance slows down when moving from stage to test schema within same instance with same database table and objects

    We have created a stage schema and tested application which is working fine when we are moving it to another schema for further testing ( This schema is created using same scripts which were used to create objects in staging schema) the performanc of application (Developed in .NET) slows down drastically
    Some of the store procedures we have checked at Databse/SQLdeveloper level are giving almost same performance but at Application level there is lot of difference
    Can you please help
    We are using Oracke 11g Database

    Are you using the Database Cloud Service?  You cannot create schemas in the Database Cloud Service, which makes me think you are not.  This forum is only for the Database Cloud Service.
    - Rick Greenwald

  • Need for separate instance on RAC database 11g

    Hi Experts,
    Currently we have a RAC 11g database with two instances. Our business is requesting to create one more instance with an user to store historical data. They claim that they need this separate Instance for the following reasons
    1)     Easy backup and recovery for a specific instance in case of historical data
    2)     Point-in-time recovery is possible
    3)     If any other node fails, then it won’t affect this instance
    Please share your expertise on this regard. Thanks in advance.
    Regards,
    Richard

    user12075620 wrote:
    1)     Easy backup and recovery for a specific instance in case of historical dataWhat data will that be? If this is a 3rd RAC instance, then it will not make backup easier as the data is in the database (on shared storage media) and that needs to be backed up - the database's data does not reside locally on the instance.
    2)     Point-in-time recovery is possibleAgain, I do not see how this is a specific advantage that now suddenly occurs with the introduction of a 3rd RAC instance.
    3)     If any other node fails, then it won’t affect this instance Correct - a 3rd instance increases the redundancy in the cluster. It also scales it and provides additional processing capacity.

  • Not more than one service order against same sales document item

    A service order gets created against the sales order item as per
    standard SAP process. As credit management is active, when the order
    is under credit block  for the customer the service order gets created only after the
    credit block is released.
    On revising the order line value the sales document goes for a block
    again. Service order is locked. Both seem to be logical.
    But on releasing the credit block  this time ,  it creates one more service order against the same sales order item. Would logically expect the service order is
    unlocked on release from credit block.
    Can u pls explain this behavior ??  How do u avoid a new order creation and unlocking of the service order when the credit block is released.
    Would like to avoid any change in the service order status once it has been created irrespective of subsequent credit status of the sales order.
    regards
    Ramanujam

    Hi  lisa ,
    It is not possible to enter more than one service performer for a service in sales order .
    But you can  perform the service with two people and have two service confirmations.
    The time entered in service confirmation will be reflected in invoice only(if time and material).
    Also you cannot enter the time sheet with respect to sales order , it is only valid for project task and
    and time types.
    Regards,
    Harish

  • Creating a new instance ofthe database

    I'm working on Linux and communicate with the Oracle 8 database from my java program. My problem is ... I want to create a new instance of the database so that my diff. programs will communicate with diff. users.,
    Please crack it out.

    I suspect you'll get more help if you address this question to the Linux forum. This question appears to have nothing whatsoever to do with the Oracle ODBC driver.
    Justin

  • Installing another WLS 6.0 instance in same root /bea directory

    I have a running WLS 6x instance in /bea/wls6***. I want to put another
    instance in /bea directory as a totally separate instance (/bea/wls6trn
    e.g.) Is this a valid way to do this or do I need to go ahead and install to
    another separate filesystem.
    daryl

    Daryl,
    What is it you are trying to accomplish? You do not need to install the software
    multiple times to have multiple instances running on the same machine. In fact, I
    always recommend to our customers that they never use the BEA-HOME directory
    structure to store ther application-specific data. If all you want to do is create
    two separate domains on the same machine, do the following:
    1.) Install the WebLogic Server 6.1 (or 6.0) software (it will go under
    $BEA_HOME/wlserver6.1).
    2.) Create some other directory somewhere outside of the $BEA_HOME directory
    structure (e.g., /usr/myApp1).
    3.) Copy the $BEA_HOME/wlserver6.1/config directory to /usr/myApp1 (you can delete
    the examples and PetStore directories under /usr/myApp1/config directory).
    4.) Edit the /usr/myApp1/config/mydomain/startWebLogic.sh script to reflect the
    fact that the WebLogic software is installed elsewhere.
    5.) Repeat steps 2 through 4 as many times as you want to create as many instances
    as you want...
    Hope this helps,
    Robert
    BEA Weblogic Support wrote:
    Hi Daryl
    That is a weblogic 6.x design constraint. Weblogic 6.x keeps the history of
    versions under BEA-HOME, in the registry.xml file. So, if you have already
    installed same weblogic version with same service pack level then the installer
    won't allow you to install it second time. You should have different bea-homes.
    I hope this clarifies your query.
    Thanks & Regards
    BEA Customer Support
    Daryl Davis wrote:
    I believe you. But I do have a question. If two different versions work,
    why won't two of the same?
    daryl
    "BEA Weblogic Support" <[email protected]> wrote in message
    news:[email protected]...
    Hi Daryl
    Greetings...!
    How are you doing?.
    You can have different versions under same BEA-HOME. For example
    BEA-HOME is /bea
    ----/wlserver6.1(weblogic6.1 build)
    ----/wlserver6.1sp1 (weblogic 6.1 with sp1build)
    ----/wlserver6.0sp2 (weblogic6.0 with sp2 build)
    But you can't have more than one wls instance of same version under one
    BEA-HOME. You have to choose different BEA-HOME, /beatrans
    Thanks & Regards
    BEA Customer Suppot
    Daryl Davis wrote:
    I have a running WLS 6x instance in /bea/wls6***. I want to put
    another
    instance in /bea directory as a totally separate instance (/bea/wls6trn
    e.g.) Is this a valid way to do this or do I need to go ahead andinstall to
    another separate filesystem.
    daryl

Maybe you are looking for

  • Connecting the MacBook to a Samsung HD TV - Confused !!!

    Hi Guys, Waiting for my new Alluminium MACBOOK and I am totally confused over the issue of connecting it to my Samsung 37 inch 2 year old HD TV. This is what I have on the back of the TV ........ DV IN - Audio R L (Red and White) HDMI/DVI IN - Thin S

  • Updating missing century

    There are some records where century is shown as '00', i use following query for this; select claim_no, rate_change_date from core_business.cb_pensioner where extract (year from rate_change_date)< 100 and status='A' order by 1;Is there is better way

  • Universal Data Server or SAP MII UDS 4.0 installation files

    Hello Guru I am new to SAP MII and trying to install and configure MII 12.0.12 on Maxdb.Win2k3 ,NW7 ...Where do i download the Universal Data Server or SAP MII UDS 4.0 installation files? thanks

  • RoboHelp 9-Not All Files Generating for FlashHelp

    I am generating a FlahHelp layout in RoboHelp 9. I have lines of business for Commercial Insurance in my documentation. One particular line of business (Professional) generates within RoboHelp when I generate the FlashHelp layout and displays correct

  • Black Screen with Adobe TV

    Greetings.  This is my third e-mail regarding this issue.  I did not receive a response from my last e-mail.  The tutorials on Adobe TV will not run on my computer.  I am using the Photoshop CS6 tutorials, from the Learn Photoshop CS6 web page.  I tr