FRM-92119 clustered and not in single instance

Hi all

Background: form 11.1.2.1.0, JDK 1.7 u 11, 64-bit, Windows.

I have a 2-machine cluster set up behind a TLB. Both OSH are set to move to two servers successful WLS_FORMS. I followed the instructions in the guide HA for setting this up.

I have defined by corresponding environment files and a couple of settings in frmweb.cfg. When only one of the servers WLS_FORMS is running, things work correctly. This is the case regardless of any of the WLS_FORMS is running. However, when both the managed WLS_FORMS servers are up and running, I get FRM-92119 complain about the ORACLE_INSTANCE is not defined. The log files have nothing more interesting than that.

No idea as to what can happen or even how to debug the issue?

Kind regards

John

I guess you dropped on Note 989118.1 Tuning / Load Balancing: how to manually create a new WLS Forms Managed Server 11 g (11.1.1.2 and above) ?
It is mentioned here that you must set the -Doracle.instance property of java (among others) in the weblogic administration console. However; I discovered that the java properties in the weblogic console are not collected for the installation of forms; you need to set it manually in a batch file to start managed servers.
For the original WLS_FORMS, this is done in one of these files (startWeblogic.cmd, startManagedWeblogic.cmd or setDomainEnv.cmd; I don't remember) in an if condition. If you named your cloned server WLS_FORMS1 or something as it is mentioned in the note above most certainly it is not happened.

see you soon

Tags: Oracle Development

Similar Questions

  • single instance and RAC id 452056.1

    Please confirm the notes 452056.1
    Continuity of Oracle Applications Release 12 on exit 10 gr 2 - Single Instance database and RAC [ID 452056.1]

    This procedure: set up data guard on ebs R12 is for
    Single-instance RAC RAC database (data Guard) not only single instance on the single database.

    can someone please confirm.
    Thanks in advance.

    Hello

    Haven't you designate all these documents, only to those that are applicable.

    For RAC to cloning no CARS, please see (Note: 783188,1 - certified CARS for the E-Business Suite cloning scenarios). If you don't have a CAR on the source/target nodes, you don't need this document.

    There is something more that you can refer to see (R12 Data Guard with database 11g)--(Note: 1070033.1-Business Continuity for Oracle E-Business communiqué 12 utilisant Oracle 11g Physical Standby Database) for more details.

    Thank you
    Hussein

  • ORA-01078 and LRM-00109 after I installed a single instance of 12 c

    Hello

    I configured a database with dbca as single instance on a server Linux with Oracle GI 12.1.0.2 6 Oracle and Oracle DB 12.1.0.2 with power supply of January 2015. So not CBD or so. Installation runs without any problem.

    After Installation I wanted to start the db, but it gives me a

    SQL > startup

    ORA-01078: failure in the treatment of system settings

    LRM-00109: could not open the parameter file ' / usr/local/oracle/product/12.1.0.2/dbs/initmyhr12D.ora'

    SQL > exit

    So I looked for it in the directory. I found the file, but it was created with big letters:

    ora121@testserv-DB_12_1_0_2/myhr12D:/usr/local/Oracle/product/12.1.0.2/DBS

    He's $

    -rw - r - 1 ora121 oinstall 48 9 February 14:36 initMYHR12D.ora

    -rw - r - 1 ora121 asmadmin 24 9 February 14:19 lkMYHR12D

    -rw - r - 1 ora121 oinstall 7680 9 February 14:35 orapwMYHR12D

    It's funny! I know, I just ove, but is - it an official bug in 12.1.0.2, when I create a database and gives the SID in large letters the dbca creates the file init.ora with big letters but tries to load it with small letters? Not very well I think...

    A big thank you and best regards,

    Dave

    Oracle sid in Capital letter as set below:

    export ORACLE_SID =MYHR12D (capital letters)

    and give it a go...

    If this does not work, please copy - paste the output of the following command:

    $env | grep ORACLE

    HTH,

    Pradeep

  • Primary database is RAC and physical intelligence is the single instance

    Hi all

    I use Oracle RAC 11.2.0.3 as primary database, we will begin to use the Oracle Data Guard.
    I am designing my infrastructure and planing to use single instance Oracle 11.2.0.3 my stand physical database.

    My question is it possible to have my sleep as single instance database while the primary is RAC?
    is it possible to build my Oracle database single instance ensures from the primary database to the RAC, RMAN backup?
    Are there restrictions (or all of the points to consider) as my primary database is CARS while the physics of Eve is the only Oracle instance?

    in the link below
    [http://docs.oracle.com/cd/B28359_01/server.111/b28294/concepts.htm#i1039416]
    It was mentioned that primary can be CARS or simple and even the day before, but my question is possible to have primary as CARS all on standby as single instance? or it should be like each other?
    The primary database can be either a single-instance Oracle database or an Oracle Real Application Clusters (RAC) database.
    Similar to a primary database, a standby database can be either a single-instance Oracle database or an Oracle RAC database.
    Kind regards

    http://docs.Oracle.com/CD/B28359_01/server.111/b28294/rac_support.htm

  • DEV and quality assurance within the oracle single instance

    We have our DEV and QA in a single instance of oracle. Scripts that refer to table in DEV names will be copied on to QA DEV quality assurance tests for unit tests at the end. DEV, extract us data from 5 source systems, one for each State of the United States, which use the same application, so the names of the source tables are identical, and so in our staging area we have a scheme by the State such as TX, GA, MD and we extract data in tables that are identical to the staging tables. As cross us the aggregation state our scripts should refer to TX.employee and GA.employee in the same sql statement.

    What is the best design for this using SCHEMAS, DATABASES VIRTUAL PRIVATE, VIEWS, SYNONYMS etc.?





    Thank you in anticipation

    Published by: user4900730 on March 22, 2011 14:53

    user4900730 wrote:
    Just for my knowledge, if I found myself in this situation of VIRTUAL PRIVATE databases would make sense here?

    I guess that you could possibly use VPD. But it would create major problems if you have always wanted to make schema changes - you could not add a new column to a table in DEV, for example, without this column is also available in AQ. You could not have code in DEV that does not exist in QA. I guess you could really get fancy and use g 11 edition redefinition to have an edition of dev and qa edition but I wouldn't think how to promote prod code in this kind of environment. In addition, editions is a characteristic of the company (at least, I'm not sure if it is an extra cost option) which would tend to be beyond the solvency of the company trying to save on licensing costs by combining dev & qa in a single server non - VM (and even less in the same instance).

    You may have your application use any dynamic SQL so that dev could use the DEV_TX while QA scheme used the QA_TEX schema and it was only the schema of TX in prod, but that obviously never gets old very quickly. You can create a single set of synonyms the synonym TX_FOO points to DEV_TX. FOO for users of dev and TEST_TX. FOO for test users, but then you will have to remove qualifiers to schema of all your SQL queries.

    In short, an application like you describe trying to share an instance would be a pretty massive undertaking.

    Justin

  • Running the Single Instance and RAC on the same server of different homes.

    Hi guys,.

    I already have 4 node RAC12c installed on OLE 6.

    I'm planing on some of my other 12 single instance databases on other migration for RAC nodes.

    Please correct me here if I am wrong...

    My understanding is that, to be able to use DBCA or rconfig for conversion of database instance RAC, the only instance and RAC cluster must run on the same server or machine node.

    Thanks to this understanding... Am planing on the installation of a binary single instance on one of my cluster node node1 say and then use RMAN to duplicate the single instance or just an RMAN restore from the node of the instance that is unique to this node1. Am capable of this plan must then use DBCA or rconfig to convert the CARS database.

    Now, my question is can I run a single instance and RAC on the same server for different homes with different database ports?

    2. for these unique instance that runs on the server RAC 1 node, can I use the RAC database listener that runs from the House of the grid or I have to create another auditor?

    Thank you in advance and also let me know if I can use DBCA or rconfig when the only instance and rac database are on separate nodes.

    K

    Fix. And that's what I would normally do. In general, I would have just an ORACLE_HOME directory that can be used by the punctual and RAC databases at the same time.

    See you soon,.
    Brian

  • Tags and Notes in a single CSV file export

    I'm trying to export tags and notes in to a CSV simple change of batch and importation in vCenter.  I have a script to export tags and I can export notes, but I want to make in a single operation and to a simple CSV file.  Here's the current code, I use and please forgive me for not crediting the original creator, I built this script I don't remember!  I have a Notes column in the CSV file resulting, but he is empty...  Thanks in advance.

    Don

    Current script:

    If (-not of $DefaultVIServer.IsConnected) {}

    SE connect-VIServer "vcenter.server" - Credential (Get-Credential $_.) User name)

    }

    $tagCat = @)

    $tagTab = @ {}

    foreach ($tag in (Get-TagAssignment)) {}

    $tagCat += $tag. Tag.Category.Name

    $key = $tag. @entity.name

    {if ($tagTab.ContainsKey ($Key))}

    "$val = $tagTab.Item ($key)"

    }

    else {}

    $val = @ {}

    }

    $val. Add ($tag. Tag.Category.Name, $tag. Tag.Name)

    $tagTab [$key] = $val

    }

    $tagCat = $tagCat | Sort-Object-Unique

    $tags = foreach ($row in ($tagTab.GetEnumerator () |)) Sort - Object - property key)) {}

    $VMName = $row. Key

    $VMNotes = get - VM $VMName | Select-Object - ExpandProperty Notes

    $obj = new-Object-property PSObject @ {}

    Name = $row. Key

    }

    $tagCat | %{

    $obj | Add-Member-Name $_-value $row. Value [$_]-MemberType NoteProperty

    }

    $VMNotes | %{

    $obj | Add-Member-name 'Notes' - value $row. $VMNotes - MemberType NoteProperty

    }

    $obj

    }

    $tags | Export Csv tags.csv - NoTypeInformation - UseCulture

    Try like this

    If (-not of $DefaultVIServer.IsConnected) {}

    SE connect-VIServer "vcenter.server" - Credential (Get-Credential $_.) User name)

    }

    $tagCat = @)

    $tagTab = @ {}

    foreach ($tag in (Get-TagAssignment)) {}

    $tagCat += $tag. Tag.Category.Name

    $key = $tag. @entity.name

    {if ($tagTab.ContainsKey ($Key))}

    $val = $tagTab.Item ($key)

    }

    else {}

    $val = @ {}

    }

    $val. Add ($tag. Tag.Category.Name, $tag. Tag.Name)

    $tagTab [$key] = $val

    }

    $tagCat = $tagCat | Sort-Object-Unique

    $tags = foreach ($row in ($tagTab.GetEnumerator () |)) Sort - Object - property key)) {}

    $VMName = $row. Key

    $VMNotes = get - VM $VMName | Select-Object - ExpandProperty Notes

    $obj = new-Object-property PSObject @ {}

    Name = $row. Key

    }

    $tagCat | %{

    $obj | Add-Member-Name $_-value $row. Value [$_]-MemberType NoteProperty

    }

    $obj | Add-Member-name 'Notes' - $VMNotes - MemberType NoteProperty value

    $obj

    }

    $tags | Export Csv tags.csv - NoTypeInformation - UseCulture

  • On RAC primary DB and a single Instance as physical Standby...

    It's my 11g Data Guard scenario:

    BECAUSE primary database 11g.

    Single Instance Oracle 11g.

    My first question is:

    If each node of the RAC has 3 online redo log, should I create 4 or 7 journal watch over the database pending?

    If restore database Standby long after the day I do full backup and I've got ti registry manually archived newspapers, what I do for a node of the RAC archived logs of the two?

    Thank you very much.

    In form 7
    You must register for both nodes. Remember that you have a LGWR instance, so a redolog thread instance and the two wires together are all changes to the database.
    Please make sure that in this configuration of the archived redo logs are on a shared disk.

    ----------
    Sybrand Bakker
    Senior Oracle DBA

  • Attachments and notes from a copy of an instance

    We want a split N allows to make copies of an instance to go to 3 different roles at the same time.
    When a role 1 person attaches a file, or creates a note other copies will be able to see it as well?

    When you add a note or an attachment to a copy of a division in 10g, the other copies automatically can see and edit the note or seizure. The reason is that the notes and attachments are actually added directly to the original instance and not the copy generated by the separation.

    You can try this yourself by downloading and import the project on http://www.4shared.com/file/119123762/849e0e1a/SplitWithAttachmentsAndNotes.html

    Note that this behavior works the same way for a Split, a Multiple (Split-N in previous versions) and a Split or. When the original instance exits the join, the original instance carries the notes and attachments added.

    If you're curious how copies or filed by divisions, multiple and splits refer to the original instance, read the last post on the thread in multiple split with DTA of the participant

    Dan

  • the confirmation to print on a single fax number and not the entire

    Is there a way to set the fax to print a confirmation on selected numbers page and not all? Thank you

    Hi lynnlevien,

    Because of the limitations of the interpretation of the signal, there is no way to print confirmation reposts only from specific numbers.  The feature may be turning on for all faxes to be disabled.

    Please let me know if you have any questions.

  • file extension association to open only a single instance

    Hello

    I see this question posted in several forums on the internet, but I'm not able to find a definitive and functional solution. Here's the problem:

    When I do a combination of file extension to my request, if I select more than one file and then select open from the context menu, I get multiple instances of my application, one for each selected file.

    The same commenting on my application, I already put code to limit the app to run a single instance. Normally works, however, by selecting several files and then by selecting the command open, it seems that the code that check whether a previous instance is running realized too late, the system starts already several open orders.

    Is there a way to tell Windows to open the list of files selected in an instance unique app? If so, how.

    Thank you.

    Without more details on the specifics of your application, it is difficult to suggest a specific development forum.  I suggest you choose one from here: http://social.msdn.microsoft.com/Forums/en-US/categories

  • How to implement a stack of screen "single instance".

    I'm looking to implement an application that accepts only a single instance of specific screens.  What is the best way to achieve this?  I have checked the documentation and can't seem to find anything that addresses this issue.

    The idea is similar to a singleton pattern...

    If (screen is nothing)

    {

    screen = new XYZScreen ();

    }

    return to display;

    If I already pushed my XYZScreen in the stack, using the pushScreen() method, I would like to get a handle to that instance, and they have to protest against the creation of another instance and add it also.  Also the memory problem, it makes more sense for the particular project that we are working on.

    I can't seem to find anything like "UiApplication.getUiApplication.getScreen ()" to get a reference to a particular screen already on the stack, or a 'Stack.moveScreenToTop () '.

    Suggestions, examples or links would be appreciated.

    You can use getActiveScreen() and getScreenBelow() in a loop to see if your display is already present in the stack to display.  If this is the case, then pop, and you then press it to remove it from its current position and make it visible.  If it is not on the stack, you can just push it.

    It works for you?

  • Single Instance Oracle 11.2.0.4.7 with GRID + ASM - AMT headphone attack Poison Fix?

    I'm under a single Instance Oracle 11.2.0.4.7 with GRID + ASM database on Red Hat Enterprise Linux 5.7. I'm trying to fix the infamous TNS Listener Poison attack vulnerability. I tried to implement the COST using this guide (Doc ID 1453883.1) but it doesn't seem to work as it still appears on a scan of the retina. I can't get a remote listener to register to test the vulnerability, and it does not appear in the log listener xml as a registration or denied. Don't know what I'm doing wrong.


    I added this to my listener.ora:

    SECURE_REGISTER_LISTENER_PROD = (CPI, TCP)

    The Alternative fix to the COST must turn off dynamic registration but I can do it when executing grid with the DSO with only a single instance database?

    How can I fix with my setup?

    You would implement better VNCR on 11.2.0.4:

    for CARS: 1914282.1

    the properties of a single instance: 1600630.1

  • Unable to save 12 ch. single instance 11g GI listener

    5.11 RHEL 64

    2 node RAC

    IM - 11.2.0.3.9

    DB_home1 - 11.2.0.3.15

    DB_home2 - 12.1.0.2

    I recently installed the 12.1.0.2 as a single instance on node 1 of the cluster. When you create the database in step 7 to record the listener, the listener SCAN 11 g has not been shown. I thought no matter, I'll just do the recording manually later.

    End of installation and DB creation complete, and I can't save the 12 DB to the listener to 11g. RAC instances have the value of the LOCAL_LISTENER parameter that follows:

    LOCAL_LISTENER = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=node1.pub.com) (port = 1521)))

    I tried to adjust the same setting in the 12 c DB, still no change. Restarted the listener, 12 c instance, nothing works. I thought that maybe there was a compatibility issue when using a lower version for the listener, but I can't seem to find a doc in metalink to provide a matrix that verifies this. No message or trace files generated in newspapers for both instances. I don't want to manually change the listener.ora GI unless it's the only way, and I can't find any solid documentation within Oracle to indicate that this would be the only way to solve this problem. Any help would be appreciated.

    The GI version must be the same or greater than the version of database

    MOS Doc 337737.1

  • Why ORACLE HOME USER 12.1.0.2 LIMITED to SINGLE INSTANCE?

    Thank you for taking my question!


    I installed my first database 11g to 12.1.0.2 under windows (no cars).  I need help understanding new ORACLE HOME of the USER to affect my c 12 databases.


    The documentation below States "when YES creates the account of USER ORACLE HOME it can only be used by a database unique instance".  I don't understand why I can't add another instance and use the same YES program created the USER account to the HOME of ORACLE page?  Why choice is (1) differs from the number of choices (2) given that both can be local accounts?   In addition, if you are unable to sign the USER ORACLE HOME, how that affects the OEM or OEM agent running on the database target?

    Thank you!

    Kathie

    When installing YES offers three options to associate a user Oracle Home of the Oracle home:

    1. leave YES create a new user account to do as a user in the Oracle home page.
    This option of the newly created user has the rights to connect to the server.
    This can only be used for Single Instance databases.


    2. Select an existing local or a domain as account being the user Oracle Home.
    If the existing account has login privileges, then Oracle Home user will have login rights to the server.
    This must be a nonadministrator user.


    3. Select a built-in account as the user Oracle Home.
    In this local Service option / built-in account Local system will become user Oracle Home.

    So if you do not use CARS, so it's no problem. The documentation seems to say that Option 1 cannot be used with CARS, not Option 1 cannot be used with multiple instances.

Maybe you are looking for

  • Moving the local folder to gmail IMAP messages generates the error "current order has failed."

    I'm trying to migrate all my email from Thunderbird to my Google Mail account. I have my old email into local folders, and I have my Google email account set up successfully as an IMAP account. I'm dragging E-mail folders under local folders to folde

  • 'Blocked updates' on Satellite Pro L630

    Hello Some Microsoft updates have failed, most recently KB3031432. Microsoft support examined and told me that the manufacturer has blocked updates and I need them to "unlock the key to your current windows. Means nothing to me. Anyone know about thi

  • Definite integral of matrix (50g)

    Hello Integrating an INTVX matrix works well. Is it also possible to calculate the integrals (for example I want to integrate all the components of the matrix with x ranging from 0 to 1)? Concerning

  • HP Envy m6 1125dx: how to upgrade the bios and uefi without a hard drive

    I can't install OS, including Windows 8.1 discs. After that I get so far along, installing Windows says there is no hard drive, but it's there! I see that my BIOS is outdated. When I download the new BIOS from hp.com, I get an executable file which o

  • Age of Empires lost disk

    I lost my disk of Age of Empires III war The Chiefs in a recent move but still have the CD key and I was wondering if there is somewhere I can download it?