two houses of oracle 8 and 10

Hello
I have a windows Server 2003 server Oracle 10 g and Oracle 8.1.7.

When we start listener 10g, it deos won't start listener for 8.1.7 database. 8.1.7 start listener I should go to 8.1.7 Oracle_HOME/bin.
Is there a way to solve this problem in order to start the receiver for 8.1.7 with listener 10 g? How to include 8.1.7 Db 10g listener.ora SID_LIST_LISTENER?
The same we can not use SQLPLUS from 10g to connect to 8.1.7 database. We should do it in 8.1.7ORACLE_HOME/bin. How can I change in order to connect from each directory?

Thank you very much.

Check through START PROGRAMS installed ORACLE products and find a Home Selector application. You should be able to use it to set the active home directory.

For batch scripts use the SET Windows to set the ORACLE_HOME and ORACLE_SID command for the database that is appropriate for the task.

You should be able to use the 10g listener to connect to an 8.1.7 DB. Add an entry for the 8.1.7 database for the SID_LIST

(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = TST1.world)
(ORACLE_HOME = / ora9i5l/oracle)
(SID_NAME = TST1)
)
(SID_DESC =
(GLOBAL_DBNAME = TST2.world)
(ORACLE_HOME = / ora817/oracle)<== different="">
(SID_NAME = FS2)
...

HTH - Mark D Powell.

Tags: Database

Similar Questions

  • A lieneter for the two houses of oracle?

    Hello

    If I have two houses of Oracle on the same servers (say 10.2.0.4 and 10.2.0.5), do I have to set up two listeners (one for the databases of each home page) a listener (of the superior Oracle home version probably) Gold will be good enough? If a listener is enough, is there a special setup for these cases?

    Best regards


    Hello

    Yes, it is possible to create a listener to manage both houses of Oracle, see links.

    http://dbataj.blogspot.com/2008/02/managing-multiple-OracleHome-on-same.html

    http://www.dbasupport.com/forums/showthread.php?21095-one-listener-with-multiple-Oracle-homesrw

    Kind regards

  • Restore the database on the two houses of Oracle

    Hi all

    Oracle 9iR2

    OEL 5

    I have our database of PROD rman backup, the SID is also named PROD.

    I want to restore it to a different server, but I want two database restored the same SID on the same server.

    For example, I create OracleHome1/u01/app/oracle and OracleHome2 another/u02/app/Oracle.

    Then I'll bring backup rman for each House, create two identical databases. Is this possible?

    Thank you very much

    JC

    No, 32-bit guest OS cannot use hardware virtualization assisted using a type 2 hypervisor. VirtualBox is an application and type 2 hypervisor. What you need is the Oracle VM x 86 Server, which is a type 1 hypervisor where you can run a 32-bit guest with the support of paravirtualized system.

    The following will give you a good overview: paravirtualization (PV) - Xen

  • Difference between patch levels between two houses of oracle

    Hello
    Is it possible that I can know the difference between the patches applied to the database a database B vs.
    One way is I can do an opatch and get list patches and compare them by writing a script.
    Is there another way to do this?

    Thank you
    MSK

    Hello

    There is no automated method to compare the patches applied to two different OH. You must do this manually after the release of opatch. Or if you have control of the grid, then it can help you to compare the level of patch for two different Oracle_home.

    Concerning

  • Several houses of Oracle and SAN

    Hi gurus,
    I need to install two instances of oracle 10g on solaris 10 and have 6 TB of available to use SAN.
    I understand that I can put all the files in data/redo/arch on the san.

    My question is,

    can I place the binary oracle, oracle home etc on the SAN rather than the local disk? advanatages/disadvantatges etc.

    Thank you is advanced,
    Newbie
    can I place the binary oracle, oracle home etc on the SAN rather than the local disk? advanatages/disadvantatges etc.

    Yes you can. This is often used for some cases (common house of Oracle RAC).
    My opinion is space SAN is too expensive for a space of waste in this way (if there is another option).
    Note in case you create the RAC installation so you can make shared Oracle Home, but do not try to create shared inventory.

  • Hello Sir: I use a generator of form of oracle 10g and I want to search on two dates using between.how it is possible.

    Hello Sir: I use a generator of form of oracle 10g and I want to search on two dates using between.how it is possible.

    I guess its text fields are the date data type.

  • Oracle how to multiply two columns of different tables and results

    Oracle how to multiply two columns of different tables and get the result in the third column?

    I want to multiply all the lines of the quantinty column in the table of quantity with the relevant lines of the table of prices price column and get the result of multiplying in the third column. What should I use procedure trigerr? OR IS IT POSSIBLE HOW TO DO IT PLEASE HELP :D

    Edited by: 994229 2013-03-15 12:44
    /* Formatted on 3/15/2013 3:51:08 PM (QP5 v5.185.11230.41888) */
    CREATE TABLE mytable1
    AS
       (SELECT 1 id, 5 VALUE FROM DUAL
        UNION ALL
        SELECT 2, 7 FROM DUAL
        UNION ALL
        SELECT 3, 8 FROM DUAL);
    
    CREATE TABLE mytable2
    AS
       (SELECT 1 id, 4 VALUE FROM DUAL
        UNION ALL
        SELECT 2, 12 FROM DUAL
        UNION ALL
        SELECT 10, 12 FROM DUAL);
    
      SELECT id,
             mytable1.VALUE,
             mytable2.VALUE,
             mytable1.VALUE * mytable2.VALUE product
        FROM mytable1 FULL OUTER JOIN mytable2 USING (id)
    ORDER BY id;
    
    ID     VALUE     VALUE_1     PRODUCT
    1     5     4     20
    2     7     12     84
    3     8
    10          12     
    
  • Reissue of links binary Oracle and several houses of Oracle

    Hello

    My question is related to the reissue of Oracle binary links in the following scenario:

    In the largest migration project, we are moving all the databases from one server to another. Old and new server operating system is the same: HP - UX 11.23i. There are 5 databases on the source, each with its own Oracle Home (and binary Oracle) server. All binaries for all Oracle databases are version 10.2.0.3.
    On the new server we have some of the migrated databases already in production. Now our DBA wants to move another data base, and given that for each binary database are also moved from source to the destination server, it must create a link to the binary files on the target server. We must stop all databases on the server target to re-edit it for that one DB, even if they all have different Oracle Homes (binary)?

    Thanks for your replies
    Maciej

    If each database has a dedicated ORACLE_HOME, just stop the database in the ORACLE_HOME you are re-binder. Other databases on the server that have their own dedicated ORACLE_HOMEs can be left running.

    HTH
    Srini

  • Linking two houses to internet part 50?

    Hello

    My parents live about 25 feet from me.  Computer of my dad is a window in the living room and he gets a slow connection, but he gets a.  My mother has a laptop and granddaughter has an ipad and phone, which does not connect.  We pay back for Verizon data so they can access and I'm paying Comcast.

    What is the solution to connect the two houses to the cheapest way but the best possible.  I have not there is more load I am allocated more ip addresses I use.  Also how can I speed up the connections?  I know a little bit for network configurations, but please be nice with terminology although I don't know how if I don't know the jargon of research!

    Please can someone solve this problem... only a computer has window 8 the rest are 7.  Thank you in advance for your help!

    Hello

    My parents live about 25 feet from me.  Computer of my dad is a window in the living room and he gets a slow connection, but he gets a.  My mother has a laptop and granddaughter has an ipad and phone, which does not connect.  We pay back for Verizon data so they can access and I'm paying Comcast.

    What is the solution to connect the two houses to the cheapest way but the best possible.  I have not there is more load I am allocated more ip addresses I use.  Also how can I speed up the connections?  I know a little bit for network configurations, but please be nice with terminology although I don't know how if I don't know the jargon of research!

    Please can someone solve this problem... only a computer has window 8 the rest are 7.  Thank you in advance for your help!

    A good wireless router would cover more of this short distance.  If this isn't the case - would be a wireless extension.  And then the problem of IP address is a non-issue anyway, because you'd be on a NAT device (should be anyway) with more than 200 places available even on the cheapest routers.

  • Oracle Forms and reports 12 c (12.2.1.0) Installation

    Hello

    I had downloaded a file of

    Oracle Forms and reports 12 c (12.2.1.0)

    Published on 23 October 2015

    http://www.Oracle.com/technetwork/developer-tools/forms/downloads/index.html .

    Now, I am trying to install, but its not install on the computer. can guide you how to install it.

    Sandy

    Two things:

    1. you didn't did not read carefully my last update.  I said that you need to install JDK 8 (more precisely 8U51 or newer).  Which suggests that you installed and that he tried to use Java 7 with that statement that you answered:

    C:\Program Files\Java\jdk1.7.0_79\bin>java-jar fmw_12.2.1.0.0_infrastructure.jar

    You must UNINSTALL 7U79 (which you cited above) and install the last v8, which is 8U66.

    http://www.Oracle.com/technetwork/Java/javase/downloads/index-JSP-138363.html

    2. you have not share of details necessary to understand what could happen.  For example:

    • On what platform and the version you install?
    • Have you reviewed the matrix of product Certification to ensure that this platform is certified for use?
    • Is your Windows user, a member of the Windows Administrators group?
    • The machine has at least 6 GB of RAM?
    • Is the installer staged locally or are access you it from a network share?
    • Did you review the Setup logs?  If this is not the case, do, as they will probably tell you what is happening.  They are located in:

      C:\Program Files\Oracle\Inventory\logs

    I highly recommend that go you through the documentation (Setup Guide, Sys requirements, etc.) before you install or use the product:

    http://docs.Oracle.com/middleware/1221/formsandreports/index.html

  • Tutorials Oracle Forms and reports

    Hi all

    I recently started a new job in collaboration with Oracle forms and reports using PL/SQL. I have little or no experience with either, I'm looking for some tutorials online. I found the following on Udemy me begin with PL/SQL - <-moderator removed link as we do to the business side--> but I find it difficult to find some tutorials on Oracle forms and reports. Can anyone suggest where I might find some good tutorials?

    Thank you

    -Action Moderator: removed link to a commercial side. The user don't please add links to commercial messages to any forum OTN in side. -----

    Tutorial Oracle...

    Although the first two of the following links are for older versions of forms, the concepts are still valid for all versions of forms.

    A tutorial on Oracle9i forms and reports

    http://www.holowczak.com/Oracle/dev9i/ iSelfSchooling - Introduction to forms Oracle Forms

    10g: demos, tips, and Techniques

    http://SheikYerbouti.developpez.com/index_en/

    http://www.SlideShare.NET/magupta26/Oracle-Forms-tutorial

    http://www2.cs.uh.edu/~ceick/3480/Customized_Oracle_Forms.pdf - create custom Oracle Forms

    http://www.youtube.com/watch?v=0BBiHvHzPYE - video

    Tutorial for Oracle reports...

    Here's some link...

    1. http://docs.oracle.com/html/B14364_01/title.htm

    2. http://www.scribd.com/doc/3960412/Basic2-Oracle-Reports-10g-Tutorials

    3. http://report10gsanamqa.blogspot.com/2010/08/triggers-in-reports-types-of-triggers.html

    Video tutorial

    http://www.YouTube.com/watch?v=Fum3MJm5yKU

    Hope this helps,

    Hamid

  • Hi I am new to Oracle forms and reports I want to know the differences between the Enter query mode and Normal mode?

    Hi I am new to Oracle forms and reports I want to know the differences between the Enter query mode and Normal mode?

    Welcome to Oracle Forms!  Out of curiosity, what do you mean by 'new '?  You are a student or new to an organization that uses Oracle Forms?  Or just play with Oracle Forms to learn something new?

    Let me start by saying that many of your questions designtime can answer by searching in the help of the constructor of the form library.  It's accessible, like most of the other products in the Builder menu > help.

    Regarding your question, ENTER QUERY mode, as the term implies, is when it is in a State where it is accept input for the execution of a query.  When in this mode, there are various restrictions.  Yet once, it will find more details in the Builder Help.  In this case, search help for these two subjects, "SYSTEM." MODE'and "built-ins comments that are not allowed in the input query Mode".  There are many other pages that contain information about the ENTER_QUERY method, but these two should help you get started.

    Normal mode, as its name implies, is when it is in a State of 'normal '.  Basically to do nothing in particular, but also not in ENTER QUERY mode.  In this State, you can move the shape, INSERT, UPDATE, DELETE, documents, etc..

    You will find additional information, as well as a lot of documentation on the product page of forms of OTN:

    http://www.Oracle.com/technetwork/developer-tools/forms

  • Need to understand the basics of Oracle RAC and grid technology, for training

    I need to understand the infrastructure Oracle RAC and grid, a manager / training perspective.

    I see links here and here , so a few questions:

    -What is the fundamental difference from the layman's point of view (for example, a Manager)?

    -What training options are available for a generic 11g DBA to learn this new technology? I've seen this course from a partner of Oracle ("" courses: Oracle 11 g: RAC and Grid Infrastructure Administration accelerated Release 2 ""), to a boat load of money, during 5 days I think. So we are looking for something a bit more reasonable (and accessible), for example, books, online, etc.

    WM Peck 1958 wrote:

    I need to understand the infrastructure Oracle RAC and grid, a manager / training perspective.

    I see the links here and here, so a few questions:

    -What is the fundamental difference from the layman's point of view (for example, a Manager)?

    -What training options are available for a generic 11g DBA to learn this new technology? I've seen this course from a partner of Oracle ("" courses: Oracle 11 g: RAC and Grid Infrastructure Administration accelerated Release 2 ""), to a boat load of money, during 5 days I think. So we are looking for something a bit more reasonable (and accessible), for example, books, online, etc.

    For a very basic definition, ACR is technology that is used by the database and IM is the infrastructure that makes the CAR work. In a response to the forum, this is probably all that can be said about the two. For a very long answer, you should read the links you cited.

    # 2, the course you are looking at is called accelerated because it combines two courses in one week training-RAC (4) and GI (3). So it's a day 7 curriculum that we would do in a 5 day course and who must justify its cost. But let me say, it's a really very good. But on the other side, it can be pretty intimidating to someone who does not already know these technologies. So I suggest that you send your team to each course individually and no doubt after doing some research. They can start to read the following books

    Pro Oracle Database 11g RAC on Linux

    https://www.mheducation.co.in/HTML/9781259004063.html

    And this link to doc,

    Online Oracle Database Documentation 11g Release 2 (11.2)

    Aman...

  • Oracle AWR and ADDM report for a multiple instance Oracle database 11 g 2 (RAC)

    Hello

    How to create an Oracle AWR and ADDM report for a multiple instance (RAC) Oracle database 11 g 2?

    Concerning

    Hello

    Oracle DB 11 g 2 AWR Global report before 11 GR 2, the awrrpt.sql generation

    under $ORACLE_HOME/rdbms/admin only generates the report awr for the local instance.

    You will need to collect for each RAC instance awr report.

    11 GR 2, there are two new scripts awrgrpt.sql AND awrgdrpt.sql for CARS

    awrgrpt. SQL - AWR Global report (RAC) (global report)

    awrgdrpt. SQL - overall Diff AWR (RAC) report.

    Some other important scripts under $ORACLE_HOME/rdbms/admin

    spawrrac. SQL - Server Performance RAC report

    awrsqrpt. SQL - statement of the standard ANSI SQL92 report

    awrddrpt. SQL - period diff on the current instance

    awrrpti. SQL - workload repository Instance (RAC) report

    REF link:

    ADDM enhancements in Oracle Database 11 g & mdash; DatabaseJournal.com

  • Passage of Oracle Dataguard and DNS

    Hi, a few days ago, we planned a passage in a configuration of 10g dataguard (dataguard pasive) between the 2 servers.

    primary: Europe.com APP

    secondary: APP1 in Asia.com

    The two databases was Oracle 10.2.0.3 in Redhat (single instance)

    Everything is going well with databases and the digital switchover but what happened with the web-based applications?

    I have a lot of web PHP applicattion provided with a string of connection with OIC and oracle customer, all have the connection as user/pass@dbname where dbname is defined in the local tnsnames.ora with DNS host names.

    (All have xxx/xxx@APP), and was APP (host:europe.com and SID = APP)

    Europe.com was ip 1.1.1.1

    Asia.com has been ip 2.2.2.2

    My primary instance was APP (name sid) and the standby APP1 (name sid) but what happened when I pass the dataguard?

    Yes, because we have a lot of requests and we don t change the connection string, each of them tries to connect to the new basis of Eve physics APP which is in Europe.com. (and the main news is APP1 in Asia.com)

    Well, first of all, I must change the SID in the database (same as the primary database) waiting for the connection string, for which I have: (thus development are don't want to change the string of connection...)

    (1) immediate stop aid database

    (2) remove the dataguard broker configuration,

    (3) change the instance name in the spfile APP1 to APP.

    (4) change the name of db in the spfile APP1 to APP.

    (5) change the setting fal_client (INSTANCE_NAME = APP1) to (INSTANCE_NAME = APP)

    (6) change the app APP1 orapwd file

    (7) Exchange configuration bash_profile APP and re start the database pending.

    (8) check the listener.ora, so that the new listening service is APP and no APP1

    (8) with respect to the dataguard broker configuration config

    OK, everything works very well and we have the main and the database pending with the same SID.

    But what happened with the dns servers? because the web-based applications will try to connect to APP but APP has been defined as Europe.com and I want to redirect Asia.com as primary database.

    Well, first of all, I changed all my settings and broker dataguard over IP and not dns configuration files, so I made a guide to procedure for the passage to the then when we said that, first we must transition to digital, data bases and then the surface NET must change the DNS for new Europe.com dns point to 2.2.2.2 ip

    After that, everything works great!

    So in conclusion, to forward a permutation with dataguard (which was an excellent feature) check the connection of the chain of applications and take care of them) and if necessary, use the same SID for the two (databases) and emergency

    (In Oracle 12 c, we have a lot of thing to use as a continuation of the app for that)

    Kind regards

    Hernan

    Hi Herman,.

    Maybe I'm mistaken, please correct me if this is the case.

    Assuming you are using oracle customer why not just use the construction in the mechanism for this purpose? DNS has nothing to do with it, but I see people using it yet for this - it is not only suitable for failovers, I do not have my TTL of 60 seconds or less to my recordings of A.

    I had a project for banking HA where after permutation is launched the application (Tomcat) could in a minute to connect automatically to the database of watch on the Internet. First, you must use the database instead of SID service, so you can have the same service on the previous day. What more have a service, you can be sure that it will run the day before until it becomes primary, otherwise you can find yourself in a funny situation. Secondly, why not using built in failover of the connection string parameter, this way you can queue db (s) and in the case where your primary does not that the oracle client will simply try to connect to the waiting (to search for the same service). To ensure that the standby database does not have the service at any time, you can deploy trigger (AFTER startup) to check the role of database, if it is 'primary' it starts just the database service.

    Kind regards

    EVS

Maybe you are looking for

  • Voice messages using BT headset

    I got a Motorola Droid X, I've recently upgraded to a Samsung GS3. The S3 is missing which, in my opinion, was the best feature of the X was for him - vocal all using a Bluetooth headset. When you try to make a call using my headset, I pushed the but

  • Windows 8 printer driver

    After you install a driver for the officejet pro 8600 on a windows pc 8 it would (no support) for another new pc windows 8. Search online for a driver requires additional identification numbers which I can't find. I'm trying to install a driver for t

  • Dell Power companion 18000mah XPS 15 9550 CPU limitation

    BIOS 01.01.19, when I plug the 18000mah Dell Power companion to my XPS 15 9550, CPU locks to its multiplier x9.0. It's as if it is the speed of the CPU on the amount of energy is entering into the laptop (as the companion of power is too low to charg

  • WinHlp32.exe KB917607 error: the following updates were not installed.

    Original title: WinHlp32.exe for Windows 7 I have Windows 7, 64 Bit and downloaded the WinHlp32.exe - Windows6 version. 1-KB917607-x 64.msu. During the initialization of the installation, all right. When he moved, he said "the following updates were

  • Touchpad scroll function: permanent setting.

    I have an ASUS notebook PC and when I open the 'control panel' and set the touchpad scroll function it will NOT STAY SET and I have to reset it each time I start the computer, then how I put it permanently? I am a novice on computers; your help will