How to reconnect the new database with oracle and oracle mid infrastructure

course oracle environment;
Database; 10gr 2 (10.2.0.1) old-SID: gtxprod host: 10.30.100.199
new database; 10gr 2 (10.2.0.1) - SID: gtxprod2 host: 10.40.110.199
application sever. 10.2.0.1 (oracle mid level.) and oracle infra SSO, forms, reports, portal.

problem;
I try to reconnect from the application to the new database server. I do not know how?

I went to /opt/oracle/10ggtxinf/network/admin/tnsnames.ora
# tnsnames.ora Network Configuration File: /opt/oracle/10gasr2inf/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.

asdb.gtx.com =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = isdev.gtx.com)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME =asdb.gtx.com)
    )
  )


gtxprod.gtx.com =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod.gtx.com)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SID = gtxprod)
    )
  )

gtxprod2.gtx.com =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod2.gtx.com)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SID = gtxprod2)
    )
  )
In application of the oracle infra. How Asian Bank of development of database instance can connected with the new data base gtxprod2?

In Forms Server, based on a Web site, if go to Forms Server, I can see tns.ora but I can't see anything to update to the new database.

you could give me information how understand this problem?

Thank you very much in advance

Hi Wen,

As you have created a new database 'gtxprod2' so the Stanley database should be in place
cmd--> lsnrctl status
That you have even made changes to 10ggtxinf/network/admin/tnsnames.ora
do the same entry in the oraclebi/network/admin/tnsname.ora file

You can check if your new entry is rite of
tnsping gtxprod2 (>)
Now you ask how the application will come to know what database to point to
Go to oracle AS
As using your forms and reports go to oraclebi/forms/server/formsweb.cfg

At the end of the file, there might be a few entries
for example
[test]
envFile = test.env
Form = LOGIN_ENT.fmx
LookAndFeel = oracle
separateFrame = true
UserID=nrs_fd/nrs_fd@fixdep
SplashScreen = NO
logo = NO
Background = No.
color = auto
make = yes
Archive = frmall.jar
archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar, icons.jar
ImageBase codebase =
term = frmpcweb.res
baseHTML = webutilbase.htm
baseHTMLjinitiator = webutiljini.htm
baseHTMLjpi = webutiljpi.htm
WebUtilArchive = frmwebutil.jar, jacob.jar

"userid=nrs_fd/nrs_fd@fixdep" IE (username) / (password) @tnsname
the following entry specifies what database, the application must point to

If your using a war file, you must create a data source and as datasource, you must specify the tnsname input

Concerning
Fabian

Tags: Fusion Middleware

Similar Questions

  • How to create the new database with rman backup

    Hello
    I took an rman backup with nocatelog. can I make a new database with the rman backup.
    If so, how? I m using oracle 9i.


    thxs

    If it is useful, see the following:

    http://www.shutdownabort.com/QuickGuides/clone_rman.php

  • How to create the new database in oracle 11g

    Hello
    I m new in oracle 11g, I downloaded oracle 11g and with the help of the guide of the developer-2 days, I learned all the SQL queries, but I worked with human resources database.
    Now, I want to create my own database with the required tables. Can anyone help me how I can make my own database in oracle 11g.

    Thank you
    Manna

    870692 wrote:
    Hello
    I m new in oracle 11g, I downloaded oracle 11g and with the help of the guide of the developer-2 days, I learned all the SQL queries, but I worked with human resources database.
    Now, I want to create my own database with the required tables. Can anyone help me how I can make my own database in oracle 11g.

    Thank you
    Manna

    Be sure to distinguish between the terms and the database schema. Other products, make them bad. It would be a HR diagram (or a user, which is the same in Oracle). If you do not need to use the database Wizard, unless you are working with a new host with no database.

    A simple way would be to get the DDL to create the HR schema and modify it for your own. It can be extracted from your database in several ways, or you can copy the hr_cre.sql to your own script and change. The two ways are educational, and you can google for instructions.

  • How to create the new MovieClip with front and rear images?

    I'm still a real newb... I'm unable to learn how to create a two-sided movieclip and load a different image on each side.

    Thank you!

    Mark

    You can't do that, but you can simulate it.  If you use a rotationX or rotationY you'd a displayobject that is not visible and the other is visible when you almost 90 degrees.

  • How to compare the new values with the old values in triggers.

    Dear all,

    Please tell me how to compare the new values with the old values in triggers.

    Hi, the employee example is in the document. You'd better read yourself.

    CREATE OR REPLACE TRIGGER Print_salary_changes
      BEFORE DELETE OR INSERT OR UPDATE ON Emp_tab
      FOR EACH ROW
    WHEN (new.Empno > 0)
    DECLARE
        sal_diff number;
    BEGIN
        sal_diff  := :new.sal  - :old.sal;
        dbms_output.put('Old salary: ' || :old.sal);
        dbms_output.put('  New salary: ' || :new.sal);
        dbms_output.put_line('  Difference ' || sal_diff);
    END;
    /
    
  • How to create the new domain with lookup?

    How to create the new domain with list of choices like terrain dDocType system?

    Administration/Admin Applets tab / SCCM / information fields.
    Add field or edit a custom field if you have one.
    The name field (the name will be prefaced with the lowercase letter x behind the scenes, if ever, you write the code to call it if you name this Fruit it will xFruit for code)
    Define your values for the field, but the important thing for a menu drop-down list or list of selection will be to list the Option activate the checkbox.
    Then, you perform one of the 3 main things to put data in the list.
    1. manually fill in a list of options
    2. use a DB or DB table view to view Configuration Manager
    3. create a complex tree (read the documentation on which I him have not used)

    If this does not answer your questions, click the help button in the applet.

  • How to create the new folder on Oracle UCM?

    Hello

    After that I start the UCM_server I can't find how to create the new folder and I can't find the record of the 'Contribution records '. as shown in the attached picture.

    ucmfolder.JPG

    Hello

    Is it a new installation? You can configure the WCC with folder folder_g or framwork. You can use Server Admin-> component for Manager screen set up. It is recommended to use the framework with version dot 8 for optimizing the performance and scalability.

    About java applet question please check forums UCM browser compatibility issue

    Internet Explorer
    1. Click on Tools , then Internet Options
    2. Select the Security tab, and then select the custom level button
    3. Scroll to script Java applets
    4. Make sure the enable radio button is checked
    5. Click OK to save your preferences
    Chrome

    Chrome 42 version and more. From Chrome version 42 (released in April 2015), Chrome has disabled the way the browsers support plugins. More information

    Firefox
    1. Open the Firefox browser or restart it if it is already running
    2. In the Firefox menu, select Tools, and then click the option Add-ons
    3. In the Add-ons Manager window, select Plugins
    4. Click on plugin Java (TM) Platform (Windows) or the Java Applet plug-in (Mac OS X) to select the option
    5. Ensure that the option selected is Ask to activate or enable always or on older versions of Firefox, click the Activate button (if the button is disable, Java is already enabled)
    Safari
    1. Click on Safari and select Preferences
    2. Choose the Security option
    3. Select allow Plug-ins, and then click manage the Web site settings
    4. Click on the Java element, select an option (Ask, authorize or allow always) in the drop-down list When you visit other Web sites
    5. Click done, and then close the Safari preferences window
    Opera 4.x and Up
    1. Opera for Windows does not use Java, but an embedded already inside the Opera Web browser version.
    2. Opera for other platforms can supports Java. Please consult your Opera Platform documentation.
    3. For more information, please see the following Opera support article:
      Support for the Java software at the opera

    Thank you

    Amey

  • How to install the new database on the same server peoplesoft

    Hi people,

    I have the people tools 8.52 and financial 9.1 on my windows 2008 server where I use my database in ms SQL Server 2008 R2.we created a demo base data and configured PIA which works very well.

    Suppose if I want to create two databases more in the same server for different environments, which is the best way to do it?

    should I just create two databases in sql server and run scripts as utlspace.sql, fcddl.sql, dbowner.sql... like that then create new domain in with psadmin and areas Web servers application servers?

    or

    I should run PS_HOME\setup\PsMpDbInstall command, and then create database system etc etc?


    Please let me know for any information on this topic.

    Hello

    As Nevin said, both do the same thing, another automatic manual.

    If you choose to use PsMpDbInstall, to choose Assistant option existing Create database on the server instead of set up a server and create a database

    I prefer to run the scripts manually, that gives me more control and view the measures taken, but it is a personal choice.

    Halin

  • How to integrate the glass fish with Oracle JDeveloper application server

    Hello
    is someone's idea on... can we integrate server with Jdeveloper glass fish...
    I have to use the application server with the oracle Jdeveloper glass fish,
    If one achieve this feature before... Please suggest me the steps... How can I do this

    thanking you :)
    Nikhil

    Hello

    There is no support yet as server integrated into JDev Glasfish currents

    Frank

  • How to add the new page with the new preferences marginal?

    Hello

    can someone tell me? How to add new page with specific preferences marginal? is it possible to add the margin setting when adding page?

    Part of engineering substances comes with Google when necessary. (I think)

    nt-considered-harmful http://blog.boyet.com/blog/javascriptlessons/javascript-for-c-programmers-the-with-stateme / ... and much more can be found "with statement considered as harmful.

    There is nothing wrong with the definition of the properties on one line, except that it becomes progressively harder to read, understand, maintain, and update:

    myDoc = app.activeDocument;
    var myLastPage = myDoc.pages.add(LocationOptions.AT_END, undefined, {marginPreferences:{bottom:"6p", left:"6p", right:"4p", top:"4p"} });
    

    Note that since you are using "LocationOptions.AT_END", you don't have to use a reference to any page. This is only necessary when you want to insert a page anywhere except at the end or the beginning.

  • How to get the new tab with the SAME window, by clicking on the + sign for new tab

    Firefox, windows 8, toshiba labtop

    • Hold CTRL and left click or middle - click the button reload on the address bar to open the current page in a new tab.
    • Hold Ctrl and left click or click middle points in the history of the tab to the buttons back and forward to open a page from this list in a new tab
      You can hold down the left button of the mouse on the back or next button to open the tab history.
    • Duplicate a tab with its history by pressing the CTRL key (Mac: Option) and dragging the tab in a new position on the tab bar.
  • How to fill the new column with values based on the subquery

    How can I fill a new column (teamid) with the following query below, at my table dept? I'm empty/null entries in teamid collar when I run the code ff:

    ALTER table dept add (teamid varchar2 (15));

    Update dept

    define the teamid = select upper (substr (deptname, 1, 3)) | Upper (substr (Color, 1, 2)) | rownum

    of the Department;

    Want to output:

    DEPTNAME COLOR TEAMID
    SALESORANGESALOR1
    ACCOUNTINGBLUEACCBL2
    BILLINGYELLOWBILL3
    SQL> create table dept as
      2  select 'SALES' deptname, 'ORANGE' color from dual union all
      3  select 'ACCOUNTING' deptname, 'BLUE' color from dual union all
      4  select 'BILLING' deptname, 'YELLOW' color from dual
      5  /
    Table created
    
    SQL>
    SQL> select * from dept;
    DEPTNAME   COLOR
    ---------- ------
    SALES      ORANGE
    ACCOUNTING BLUE
    BILLING    YELLOW
    
    SQL>
    SQL> alter table dept add(teamid varchar2(15));
    Table altered
    
    SQL> update dept set teamid = upper(substr(deptname,1,3)) || upper(substr(color,1,2)) || rownum;
    3 rows updated
    
    SQL> select * from dept;
    DEPTNAME   COLOR  TEAMID
    ---------- ------ ---------------
    SALES      ORANGE SALOR1
    ACCOUNTING BLUE   ACCBL2
    BILLING    YELLOW BILYE3
    
    SQL> rollback;
    Rollback complete
    
    SQL> drop table dept purge;
    Table dropped
    
    SQL>
    

    ----

    Ramin Hashimzade

  • How to display the new page with HTML, click the ADF

    I have an ADF page with a button.

    When I click that button, I call a method in backing bean that calculate a string that is HTML. I want to make this HTML as a new page in the same window of the browser as a result button click.

    How do I do that?

    I can also call a methodCall to task flow on a button click. But my next page should be a new HTML page including the calculation in the method call.

    You can convert the calling method in a servlet - your ADF page calls the servlet that returns the HTML code - this may be as a separate page using an af:goLink to call the servlet or it can be included in an af:inlineFrame in your page.

    Another option is to return the HTML string as the value for an af:outputText and the attribute of the escape of this element the value false.

  • How to use the new features of Oracle BAM?

    Hi, I read that JDeveloper 11.1.1.2.0 introduced counters, intervals and Indcators business from the perspective of the monitor.

    But I can't find the way to display this information in Oracle BAM like I do with sensors. Someone can explain to me how to use it or let me know if there is a documentation on this subject?

    Thanks in advance.

    In addition, you will need to go into the perspective of monitor in the BPEL view and then you can see all the artifacts - interval, meter, indicator of business and the sensors in this point of view. Select lower down on the top right in view BPEL to change perspective.

    In addition, installation under SOA_HOME/bam/samples/bam - BAM, there a folder called monitorexpress. Navigate to the directory "/ bin" and run the configure script to load the datamodel and dashboards.

    Configure the BAM adapter in the SOA server to make sure that the Monitor objects will receive data from BPEL
    THX
    Poyard

  • How to restore the new tab with all the inside windows?

    My incredimail changed where when I click on a new tab (the + next to the open tab), it puts their homepage, but I liked similar, 9 windows that arises from my sites more frequently and I really liked it and I want to restore it. Please tell me how?

    who did it! You're magic! Thank you very much!

Maybe you are looking for