Change password Oracle Applications R12.1.1 SYS default account

We have installed Oracle Applications R12.1.1 on Oracle Enterprise Linux 6.3 successfully, we are not able to connect to the db SYS account.

We tried to connect to the applications , it will connect, but it is throwing for SYS error message

SQL > conn apps/apps@r12erp

Connected.

SQL > conn / @r12erp as sysdba

ERROR:

ORA-01031: insufficient privileges

SQL > conn sys/change_on_install@r12erp as sysdba

ERROR:

ORA-01017: name of user and password invalid. connection refused

What is the procedure to connect and change the SYS account.

--

Momo

ALTER USER

Alter user sys identified by *******

Tags: Oracle Applications

Similar Questions

  • Change password of applications

    Hello

    How can I change the password for apps? Thank you

    Hi user;

    This topic discussed several times before in the forums. Please check follow it:

    Topic: How change Oracle Applications Release 12 passes using the Doc Oracle Apps schema password change Utility (FNDCPASS) - ID: 437260.1
    Topic: How to use FNDCPASS to change the Oracle, APPS, APPLSYS users and application passwords Module (INV, AR, AP, etc.) For Applications 11.5 Doc ID:159244.1

    Please also follow largest previous post Of Hussein snoussi

    Re: changing password for applications using FNDCPASS

    Respect of
    HELIOS

  • Hi, I'm Vero. I am a student. I want to download install Oracle Applications R12. I am very confused about the installation

    Hi, I'm Vero. I am a student. I want to download install Oracle Applications R12. I am very confused about the installation. I learned to know to install Oracle R12 apps, you have to install VM Box for Oracle Linux OS.
    I'll be very grateful, if someone can provide the documentation for installing the software. (Please complete documentation)

    Thank you and best regards,
    Isabelle

    Hello Vero,

    You can find information on documentation of the product for Oracle VM and Oracle VM templates on the following link:

    http://www.Oracle.com/technetwork/documentation/VM-096300.html

    You can find more information about Oracle VM on the following knowledge article, let me know if you have access to My Oracle support.

    Model of machine virtual of Oracle for Oracle Siebel CRM - Quick Start Guide (Doc ID 951872.1)

    Best regards

    Chetan

  • change the oracle application log

    Hello

    Can someone tell me how to change the oracle application logo

    Hello

    Please refer to this topic.

    Logo change?
    Re: Logo change?

    See also the old sons of similar disucssion.

    How to change the logo
    http://forums.Oracle.com/forums/search.jspa?threadID=&q=how+to+change+logo&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001

    Thank you
    Hussein

  • Problem installing Oracle Application R12.1.1

    During the installation of Oracle Application R12.1.1 installation I face this error,
    Windows cannot find «.\jre\NT\1.5.0\bin\java ". Make sure you typed the name correctly and then try again.

    Please someone idea to solve this problem

    Asad,

    Please see this thread.

    Steps for installing Oracle E-Business Suite R12 on Windows XP
    Steps for installing Oracle E-Business Suite R12 on Windows XP

    Kind regards
    Hussein

  • Various problems related to the tests for Oracle Applications R12 PreInstall HCVE

    Hello world

    I am preparing a Linux machine for installation of Oracle Applications R12 and currently I have several problems with the HCVE tests that are part of the ANR ([Doc ID 250262.1| https://metalink.oracle.com/metalink/plsql/f?p=130:14:4000869102561861013:p14_database_id, p14_docid, p14_show_header, p14_show_help, p14_black_frame, p14_font:NOT, 250262.1, 1, 0, 0, helvetica]). Here are the first two problems:

    1. when I run the RDA (. rda.pl t hcve) and select a test (in this case, "Oracle Database 11 g R1 (11.1.0) PreInstall (Linux AMD64)"), the script wonder of the JDK 'House '. Why the script asks if the installation process will install JDK? If I jump it (i.e. just press enter), the JDK test shows up as failed in the results. What should I put here?

    2. the tests 'process limit' and 'Limit descriptors' fail both:

    A00120 doesn't have a process boundary less 16384
    A00130 FAILURE of lower limit to 65536 descriptors

    I put these two values in /etc/security/limits.conf according to the instructions here: [Doc ID 761566.1| https://metalink2.oracle.com/metalink/plsql/f?p=130:14:4000869102561861013:p14_database_id, p14_docid, p14_show_header, p14_show_help, p14_black_frame, p14_font:NOT, 761566.1, 1, 1, 1, helvetica]

    Here are the lines I added to limits.conf:

    # To install Oracle (MetaLink Doc ID: 761566.1)
    * hard nofile 65535
    * soft nofile 4096
    * nproc 16384 hard
    * soft nproc 2047

    Why so this test fails?

    -Kyle

    Kyle,

    You can submit feedback and send an email to Support of Oracle ([email protected]). The link 'Submit comments' is available in most of the documents of Metalink GDR (Diagnostics).

    Kind regards
    Hussein

  • Is it safe to change passwords and profile of the user by default DB?

    Version of the grid: 11.2.0.4.0

    RDBMS version: 11.2.0.4.0

    Platform: Oracle Linux 6.4

    To comply with upcoming security audit, we need all DB users except users of the application to conform to the password of our firm strategy.

    Currently, all of our DB users belong to the DEFAULT profile which is not to impose restrictions such as the complexity of password, password expiration.

    To implement password policy, I created 3 profiles and a password check the operation.

    Here are the 3 profiles, that I introduce

    MANH_ADM - for SYS, SYSTEM, SYSMAN users. Associated with a password check function that responds to the lack of policies of our firm.

    MANH_NONADM - for users who were created by default when you create a new database. Associated with a password check the operation comply with the policies of our firm

    MANH_APP - users for the Application. Very mild. No restrictions as requested by the team of apps. No associated password policy.

    Here is an excerpt of the script we used to implement all our DBs It Security.

    change the profile of these users to a custom profile named MANH_NONADM and changes the password for all users by default DB.

    ALTER USER OUTLN PROFILE MANH_NONADM;

    ALTER USER PROFILE MANH_NONADM DIP.

    ALTER USER ORACLE_OCM PROFILE MANH_NONADM;

    ALTER USER APPQOSSYS PROFILE MANH_NONADM;

    ALTER USER WMSYS PROFILE MANH_NONADM;

    ALTER USER EXFSYS PROFILE MANH_NONADM;

    -For the oracle text, do not apply

    ALTER USER CTXSYS PROFILE MANH_APP;

    -MGMT_VIEW used OEM Database control. Do not apply

    ALTER USER MGMT_VIEW PROFILE MANH_APP;

    -Used by the Manager of the company, do not apply

    ALTER USER PROFILE MANH_APP DBSNMP.

    -XDB stores metadata and data in Oracle XML DB. Do not apply

    ALTER USER XDB PROFILE MANH_APP;

    -ALTER USER XS$ PROFILE NULL MANH_NONADM;

    ALTER USER PROFILE ANONYMOUS MANH_NONADM;

    ALTER USER ORDPLUGINS PROFILE MANH_NONADM;

    ALTER USER ORDSYS PROFILE MANH_NONADM;

    ALTER USER ORDDATA PROFILE MANH_NONADM;

    ALTER USER SI_INFORMTN_SCHEMA PROFILE MANH_NONADM;

    ALTER USER MDSYS PROFILE MANH_NONADM;

    ALTER USER OLAPSYS PROFILE MANH_NONADM;

    ALTER USER MDDATA PROFILE MANH_NONADM;

    ALTER USER SPATIAL_WFS_ADMIN_USR PROFILE MANH_NONADM;

    ALTER USER SPATIAL_CSW_ADMIN_USR PROFILE MANH_NONADM;

    ALTER USER APEX_PUBLIC_USER PROFILE MANH_NONADM;

    ALTER USER FLOWS_FILES PROFILE MANH_NONADM;

    ALTER USER APEX_030200 PROFILE MANH_NONADM;

    ALTER USER OWBSYS PROFILE MANH_NONADM;

    ALTER USER OWBSYS_AUDIT PROFILE MANH_NONADM;

    -Change password

    ALTER USER OUTLN IDENTIFIED BY uNani8987 #;

    ALTER USER IDENTIFIED BY Hg DIP $ i9CLai;

    ALTER USER ORACLE_OCM IDENTIFIED BY Hg$ i9CLak;

    ALTER USER IDENTIFIED BY pR DBSNMP $ YeoT3i; -> This messed up Enterprise manager

    ALTER USER IDENTIFIED BY pR APPQOSSYS $ YeoT3m;

    ALTER USER WMSYS IDENTIFIED BY Hg$ i9CLna;

    ALTER USER EXFSYS IDENTIFIED BY Hg$ i9CLnb;

    ALTER USER CTXSYS IDENTIFIED BY Hg$ i9CLns;

    EDIT ANONYMOUS USER IDENTIFIED BY Hg$ i9CLnc;

    ALTER USER IDENTIFIED BY Hg XDB $ i9CLnd;

    -ALTER USER XS$ NULL IDENTIFIED BY Hg$ i9CLne;

    ALTER USER ORDPLUGINS IDENTIFIED BY Hg$ i9CLnaf;

    ALTER USER ORDSYS IDENTIFIED BY Hg$ i9CLnag;

    ALTER USER ORDDATA IDENTIFIED BY Hg$ i9CLnah;

    ALTER USER IDENTIFIED BY pR SI_INFORMTN_SCHEMA $ YeoT3m;

    ALTER USER MDSYS IDENTIFIED BY julsi8987 #;

    ALTER USER IDENTIFIED BY pR OLAPSYS $ YeoT3w;

    ALTER USER MDDATA IDENTIFIED BY uNani8987 #;

    ALTER USER SPATIAL_WFS_ADMIN_USR IDENTIFIED BY Hg$ i9CLai;

    ALTER USER SPATIAL_CSW_ADMIN_USR IDENTIFIED BY Hg$ i9CLak;

    ALTER USER IDENTIFIED BY pR MGMT_VIEW $ YeoT3i;

    ALTER USER IDENTIFIED BY UI APEX_PUBLIC_USER $ YeoT3m;

    ALTER USER FLOWS_FILES IDENTIFIED BY Hg$ i9CLna;

    ALTER USER APEX_030200 IDENTIFIED BY Hg$ i9CLnb;

    ALTER USER OWBSYS IDENTIFIED BY Hg$ i9CLnb;

    ALTER USER IDENTIFIED BY pR OWBSYS_AUDIT $ YeoT3s;

    The script above was performed on one of our criticisms of production DBs. After this, Enterprise manager has stopped working because the default password of DBSNMP has changed. To solve this problem, password of DBSNMP must be changed in a special way as described in 259387.1

    Now I fear that other DB features may not work if I change the password of users by default.

    So, we want to know if it is safe to

    1. change the password of the default DB users mentioned above?

    2. change the user profile DB default DEFAULT value for a custom profile as shown above?

    Max wrote:

    Version of the grid: 11.2.0.4.0

    RDBMS version: 11.2.0.4.0

    Platform: Oracle Linux 6.4

    To comply with upcoming security audit, we need all DB users except users of the application to conform to the password of our firm strategy.

    Currently, all of our DB users belong to the DEFAULT profile which is not to impose restrictions such as the complexity of password, password expiration.

    To implement password policy, I created 3 profiles and a password check the operation.

    Here are the 3 profiles, that I introduce

    MANH_ADM - for SYS, SYSTEM, SYSMAN users. Associated with a password check function that responds to the lack of policies of our firm.

    MANH_NONADM - for users who were created by default when you create a new database. Associated with a password check the operation comply with the policies of our firm

    MANH_APP - users for the Application. Very mild. No restrictions as requested by the team of apps. No associated password policy.

    Here is an excerpt of the script we used to implement all our DBs It Security.

    change the profile of these users to a custom profile named MANH_NONADM and changes the password for all users by default DB.

    ALTER USER OUTLN PROFILE MANH_NONADM;

    ALTER USER PROFILE MANH_NONADM DIP.

    ALTER USER ORACLE_OCM PROFILE MANH_NONADM;

    ALTER USER APPQOSSYS PROFILE MANH_NONADM;

    ALTER USER WMSYS PROFILE MANH_NONADM;

    ALTER USER EXFSYS PROFILE MANH_NONADM;

    -For the oracle text, do not apply

    ALTER USER CTXSYS PROFILE MANH_APP;

    -MGMT_VIEW used OEM Database control. Do not apply

    ALTER USER MGMT_VIEW PROFILE MANH_APP;

    -Used by the Manager of the company, do not apply

    ALTER USER PROFILE MANH_APP DBSNMP.

    -XDB stores metadata and data in Oracle XML DB. Do not apply

    ALTER USER XDB PROFILE MANH_APP;

    -ALTER USER XS$ PROFILE NULL MANH_NONADM;

    ALTER USER PROFILE ANONYMOUS MANH_NONADM;

    ALTER USER ORDPLUGINS PROFILE MANH_NONADM;

    ALTER USER ORDSYS PROFILE MANH_NONADM;

    ALTER USER ORDDATA PROFILE MANH_NONADM;

    ALTER USER SI_INFORMTN_SCHEMA PROFILE MANH_NONADM;

    ALTER USER MDSYS PROFILE MANH_NONADM;

    ALTER USER OLAPSYS PROFILE MANH_NONADM;

    ALTER USER MDDATA PROFILE MANH_NONADM;

    ALTER USER SPATIAL_WFS_ADMIN_USR PROFILE MANH_NONADM;

    ALTER USER SPATIAL_CSW_ADMIN_USR PROFILE MANH_NONADM;

    ALTER USER APEX_PUBLIC_USER PROFILE MANH_NONADM;

    ALTER USER FLOWS_FILES PROFILE MANH_NONADM;

    ALTER USER APEX_030200 PROFILE MANH_NONADM;

    ALTER USER OWBSYS PROFILE MANH_NONADM;

    ALTER USER OWBSYS_AUDIT PROFILE MANH_NONADM;

    -Change password

    ALTER USER OUTLN IDENTIFIED BY uNani8987 #;

    ALTER USER IDENTIFIED BY Hg DIP $ i9CLai;

    ALTER USER ORACLE_OCM IDENTIFIED BY Hg$ i9CLak;

    ALTER USER IDENTIFIED BY pR DBSNMP $ YeoT3i; ---> This messed up Enterprise manager

    ALTER USER IDENTIFIED BY pR APPQOSSYS $ YeoT3m;

    ALTER USER WMSYS IDENTIFIED BY Hg$ i9CLna;

    ALTER USER EXFSYS IDENTIFIED BY Hg$ i9CLnb;

    ALTER USER CTXSYS IDENTIFIED BY Hg$ i9CLns;

    EDIT ANONYMOUS USER IDENTIFIED BY Hg$ i9CLnc;

    ALTER USER IDENTIFIED BY Hg XDB $ i9CLnd;

    -ALTER USER XS$ NULL IDENTIFIED BY Hg$ i9CLne;

    ALTER USER ORDPLUGINS IDENTIFIED BY Hg$ i9CLnaf;

    ALTER USER ORDSYS IDENTIFIED BY Hg$ i9CLnag;

    ALTER USER ORDDATA IDENTIFIED BY Hg$ i9CLnah;

    ALTER USER IDENTIFIED BY pR SI_INFORMTN_SCHEMA $ YeoT3m;

    ALTER USER MDSYS IDENTIFIED BY julsi8987 #;

    ALTER USER IDENTIFIED BY pR OLAPSYS $ YeoT3w;

    ALTER USER MDDATA IDENTIFIED BY uNani8987 #;

    ALTER USER SPATIAL_WFS_ADMIN_USR IDENTIFIED BY Hg$ i9CLai;

    ALTER USER SPATIAL_CSW_ADMIN_USR IDENTIFIED BY Hg$ i9CLak;

    ALTER USER IDENTIFIED BY pR MGMT_VIEW $ YeoT3i;

    ALTER USER IDENTIFIED BY UI APEX_PUBLIC_USER $ YeoT3m;

    ALTER USER FLOWS_FILES IDENTIFIED BY Hg$ i9CLna;

    ALTER USER APEX_030200 IDENTIFIED BY Hg$ i9CLnb;

    ALTER USER OWBSYS IDENTIFIED BY Hg$ i9CLnb;

    ALTER USER IDENTIFIED BY pR OWBSYS_AUDIT $ YeoT3s;

    The script above was performed on one of our criticisms of production DBs. After this, Enterprise manager has stopped working because the default password of DBSNMP has changed. To solve this problem, password of DBSNMP must be changed in a special way as described in 259387.1

    Now I fear that other DB features may not work if I change the password of users by default.

    So, we want to know if it is safe to

    1. change the password of the default DB users mentioned above?

    2. change the user profile DB default DEFAULT value for a custom profile as shown above?

    (1) as far as the database is concerned, EM is just another app, which just happens to connect with the credentials for DBSNMP.

    (2) any process that connects to the database must know what username and password to use for this connection.

    (3) any process that connects to the database (EM, or YOUR_CORPORATE_APP or sitting in front of a keyboard) necessarily must keep their passwords somewhere - in your head, the sticky notes stuck on screen (practical baaad), in a text file and in the case of the MA, in an xml file.

    (4) so whenever you change a password, the process that uses this password needs to know what the password is, and store it in all repository it uses for this purpose.  That's what note ml, tell you how and where to put the new password in the repository that MS uses to remember his password.

    (5) therefore the same principle will apply to all other user accounts.  If you (or a process on your behalf) changes a password, you (or some process on your behalf) should inform the user in a manner in which the user can understand and take the necessary measures.

    If you change a password, you must inform the user.  Period.  Full stop.

    And that's really what are the notes of ML SYSMAN and DBNSMP.  There is really nothing 'special' to their topic.  The processes that use these accounts (EM, or YOUR_CORPORATE_APP or sitting in front of a keyboard) keep their passwords somewhere - in your head, on sticky notes pasted (practical baaad) onscreen, in a text file and in the case of the MA, in an xml file.  So whenever you change a password, the process that uses this password needs to know what is the new password.

  • Cloning of Oracle Application R12 by using 760772.1

    Hello

    I use doc. Metalink ID: 760772.1 to test the R12 cloning when the database and applications still open. I got up to the last step (step 12) which is to configure the target database.

    Step 12: Target Configuration of the database (the database must be open)

    CD < RDBMS ORACLE_HOME > / appsutil/clone/bin
    Perl adcfgclone.pl dbconfig < context target file >

    When the target context file is:
    < RDBMS ORACLE_HOME > /appsutil/ < Target way > .xml

    While in step 10:

    Step 10: Open database with resetlogs:
    SQL > ALTER DATABASE OPEN RESETLOGS
    At this point the target database will have been successfully cloned and open.

    So I guess I don't need to open the database again, am I right? So I just continue to set up the database, but then I got this error message:

    ERROR: Impossible d'executer.../adclone.pl where is the place that make reference to adclone.pl.

    I checked < SID > alert_ .log in udump and the last row is completed: ALTER DATABASE OPEN. But in a few lines above it, I found information that tablespace TEMP1 and TEMP2 is not any file inside.

    What has gone wrong? Is it because there is no file in the tablespace TEMP1 and TEMP2 and I have to manually create a data file for this tablespace? Are there any other newspaper to look at? Thank you.

    VDO

    Please refer to the following document, it should be useful.

    Note: 788976.1 - on R12.0.6, Perl adcfgclone.pl error to use the results of the database running in - Rmanstage
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=788976.1

    Kind regards
    Hussein

  • Need to change password on the first login to the local account in Windows 8/8.1/10

    I need to create an about a dozen local accounts on a MS Surface Pro 3 running Windows 8.1 which is shared in a working environment.

    I would create each account with a fake password and force the user to change the password immediately to the first connection.

    How do I do that? Is the technique for Windows 10 the same?

    Hello

    Thanks for posting your query in Microsoft Community.

    Your question is beyond the scope of what is generally answered in this forum of consumer and would be better suited for the IT Pro TechNet public.

    Please post your question in the TechNet Forums.

  • where to download Oracle Apps R12

    Hello

    I want to download oracle applications R12 .What is the download link for this software or is it known under another name on the oracle website.

    thxs in advance

    Hello

    thxs frd but in this option as another option that should be retained?

    Navigation:

    -Got to https://edelivery.oracle.com/

    -Provide the following parameter:

    Select a product package > E-Business Suite

    Platform > select your desired operating system

    -Click on "Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x 86-64-bit" (assuming I am downloading for Linux 64 bit)

    -Then you can download content based on the type of environment you want to create, ideally:

    Installation quick start here

    Quick installation RDBMS

    Database quick installation

    Quick installation tools

    Quick installation APPL_TOP

    I read a lot of doc on FRD (diagnose forms TIME) then I came to know that I have to install oracle apps r12. So I want to ask I'm following right way to diagnose myself over time oracle forms so that I can know his mistake & where he is and why?

    If you want to work with obtaining FRD newspapers and their learning. You can simply connect to an existing EBS enviornment and the work, if it isn't the only option you have is to install EBS and learn the concept of DR.

    I hope this helps!

    Thank you &

    Best regards

    Asif

  • How-to Setup PCP in the node Application R12.1.3 4

    Hi guys,.

    My customer has purchased X 3 new Rack System full Exadata and want to deploy Oracle Application R12.1.3 on server Exalogic as installation Application node 4 with RAC 4 node on Exadata database installation.

    Now, I want you configure installation of the CFP according to customer requirement, at the request of 4 nodes. I already have 2 Installation of the CFP node... Not clear on the installation of the CFP drank in Configuration Apps 4 knots.

    Can you please describe to the configuration of the CFP need to be done on 4-node Configuration of the AppLication. and some fail over scenarios. to test the configuration of the CFP.

    Your help is definitely appreciated.

    Kind regards

    ROUGIER of Milan.

    Milan,

    If you are having 4 CM nodes and use PCP, create two CMs for each CM then put in place of the primary and secondary nodes.

    For example, for the standard Manager to create the following:

    Standard Manager1--> main node: Node1, secondary node: Node2

    Standard Manager2--> main node: Node3, secondary node: Node4

    For a failover, see https://forums.oracle.com/search.jspa?view=content&resultTypes=&dateRange=all&q=Failover+AND+PCP&rankBy=relevance&contentType=all&containerType=&container=&containerName=&userID=&numResults=15

    Thank you

    Hussein

  • How to deploy on Oracle Application Server OC4J

    I installed on my pc to OBIEE. I select OC4j as an application server. Now, I want to change on Oracle Application Server OC4J.


    Any ideas?

    You must deploy analytics. Ear to the presentation server

    Check if helps.

    Thank you

  • Distributed Oracle Application application

    Hi all

    I am a consultant EBS technique and working on SOA and distributed applications Oracle Application, please consider the scenario and suggest the idea and me.

    Suppose
    1. we have 2 Oracle Application R12 (EBS-1, 2 - EBS) installed on 2 different remote sites, network disconnection may be broken in this network.

    2. the user always works on (EBS - 1 installed at Headquarters) and only works on EBS - 2 (local installation) If you connect network is lost to connect with EBS-1.

    EBS - 2 is a replica of the EBS-1 when it is installed the first time.

    Scenario of

    Last inventory item ID is 5444 EBS-1
    Last inventory item ID is 5444 EBS-2


    the user created a new element to the EBS - 1
    Last inventory item ID is 5445 EBS-1
    Last inventory item ID is EBS 5444-2 (no new item not created)


    Now the user can not access EBS-1 and now begins to work on EBS-2 premises and take steps.

    create a new item to the inventory item id is now 5445. and create various reception for this new item.

    EBS - 2 is installed at the head office is now available and now the operation performed at EBS - 2 must be transferred to the headquarters and what on the inventory, 5445 item id is already created EBS-1 how and I have to import receipt point and misc, stock item will be different how can I load a transaction receipt misc.
    ----------------------------


    Help, please.

    1. can I solve this problem using BPEL processes. ? or
    2. this type of integration is not possible in Oracle E Business suite.
    3 oracle Application does not work in distributed environment.


    Please suggest me.


    Thank you

    Abdelouahed

    There is no R & D needed. It is impossible to use the interfaces/API to keep the two instances of ebs in sync when they are in a master-master relationship. The number of interfaces, even for a single module (for example, the inventory you mentioned) will be astronomical (sorry for the hyperbole).
    Might be better to look at the architectures of systems tolerant/database error rather than a solution based on the interface.

    Hope this helps
    Sandeep Gandhi
    Independent consultant

  • Migration Oracle Applications 12.0.6 from Linux to AIX.

    Please give me the id of document "Migrating Oracle E-Business Suite R12.0.6 with base 10.2.0.3 on Linux 32-bit for IBM AIX 64-bit"

    Source:
    Request = 12.0.6
    Database = 10.2.0.3
    OS = Linux 32-bit
    Worm = 4.8
    Single node environment.

    Target:
    Request = 12.0.6
    Database = 10.2.0.3
    OS = IBM - AIX
    Worm = 5.1
    Single node environment.

    Kind regards.

    Please view these docs/links.

    Note: 438086.1 - Platform Migration Oracle Applications version 12
    Note: 756086.1 - Oracle Applications R12 Migration of Solaris for the Linux platform

    Migration of Application E-Business Suite for Linux-tier servers
    http://blogs.Oracle.com/stevenChan/2010/02/migrate_ebs_apptiers_linux.html

    Assortment of Oracle E-Business Suite platform
    http://blogs.Oracle.com/stevenChan/2010/02/oracle_e-business_suite_platform_smorgasbord.html

    To migrate the database, you can use export/import or transportable tablespaces - refer to these docs for more details:

    Note: 454616.1 - export/import process for Oracle E-Business Suite Release 12 using 10 gr 2
    Note: 734763.1 - using Transportable database to migrate, E-Business Suite R12 using Oracle Database 10 g 2 or 11g

    Thank you
    Hussein

  • Installation error Oracle Applications E-Business Suite R12

    Hello world
    I have the error during the installation of Oracle Applications E-Business Suite R12 on Windows server 2003 R12

    Please help me

    This is the log file:


    Treatment DriverFile = E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running instantiation drivers for E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate the file:
    Source: E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunias.cmd
    backup: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunias.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_erp\out\templbac\adrunias.cmd
    instantiate the file:
    Source: E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunat.cmd
    backup: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunat.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_erp\out\templbac\adrunat.cmd
    Step 0-5

    Command: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunias.cmd

    Step 3 of 5

    Step 1 of 5

    Command: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunat.cmd

    Step 4 of 5

    instantiate the file:
    Source: E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate the file:
    Source: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate the file:
    Source: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate the file:
    Source: E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate the file:
    Source: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate the file:
    Source: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate the file:
    Source: E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate the file:
    Source: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate the file:
    Source: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest: E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate the file:
    Source: E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate the file:
    Source: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate the file:
    Source: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest: E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    Availability of data

    -----------------------


    command: cmd.exe /c sqlplus E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd E:\oracle\VIS\db\tech_st\11.1.0\VIS_erp.cmd E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS

    'E:\Oracle' is not recognized as an internal or external command
    operable program or batch file.


    RW-50011: error:-connection of database ORACLE_HOME test returned an error: 1
    command: cmd.exe /c sqlplus E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd E:\oracle\VIS\inst\apps\VIS_erp\ora\10.1.2\VIS_erp.cmd E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS

    'E:\Oracle' is not recognized as an internal or external command
    operable program or batch file.


    RW-50011: error:-connection Apps ORACLE_HOME test returned an error: 1
    Download of the configuration

    ----------------------


    Download the D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\08030118\conf_VIS.txt config file

    AppsConfig: "config.txt" download...

    ---------------------------------------------------------------
    ADX database utility
    ---------------------------------------------------------------

    getConnectionUsingAppsJDBCConnector()->
    APPS_JDBC_URL = "null".
    Try to get by using connection based SID connect descriptor
    getConnection()->
    sDbHost: erp
    sDbDomain: erp
    sDbPort: 1521
    sDbSid: SCREW
    sDbUser: APPS
    Try to connect using SID...
    getConnectionUsingSID()->
    JDBC URL: jdbc:oracle:thin:@erp.erp:1521:VIS
    Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
    Try to connect using SID as ServiceName
    getConnectionUsingServiceName()->
    URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erp.erp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    Failed download of the config file to D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\08030118\conf_VIS.txt

    The environment file

    ------------------


    RW-50016: error:-database's ORACLE_HOME environment file not created:
    File = E:\oracle\VIS\db\tech_st\11.1.0\VIS_erp.env
    RW-50016: error:-file environment ORACLE_HOME Apps was not created:
    File = E:\oracle\VIS\inst\apps\VIS_erp\ora\10.1.3\VIS_erp.cmd
    RW-50016: error:-iAS ORACLE_HOME environment file has not been created:
    File = E:\oracle\VIS\inst\apps\VIS_erp\ora\10.1.2\VIS_erp.cmd
    RW-50016: error:-environment APPL_TOP file not created:
    File = E:\oracle\VIS\apps\apps_st\appl\VIS_erp.cmd
    RW-50016: error:-ADOVARS of the environment file has not been created:
    File = E:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    RW-50016: error:-APPSCONFIG not created:
    File = E:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC file

    ----------


    RW-00023: error:-DBC file has not been created:
    File = E:\oracle\VIS\inst\apps\VIS_erp\appl\fnd\12.0.0\secure\VIS.dbc
    HTTP

    ------


    check the URL = http://erp.erp:8000

    RW-50015: error:-HTTP listener does not. The service may not be started on the port again. Please check the service and use the button try again.
    Help page

    -----------


    check the URL = http://erp.erp:8000/OA_HTML/help

    RW-50015: error:-Help Page does not. The service may not be started on the port again. Please check the service and use the button try again.
    Virtual directory

    -------------------


    RW-50015: error:-Http virtual directory server is not responding. The service may not be started on the port again. Please check the service and use the button try again.
    JSP

    -----


    check the URL = http://erp.erp:8000/OA_HTML/jtfTestCookie.jsp

    RW-50015: error:-JSP does not. The service may not be started on the port again. Please check the service and use the button try again.
    Login page

    ------------


    RW-50015: error:-Login Page does not. The service may not be started on the port again. Please check the service and use the button try again.

    Treatment DriverFile = E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adriapps.drv

    You cannot use spaces in file names, so I think that these errors are because you use a space in the name of the directory (Oracle R12) - Please change the name of the directory to another name without spaces (e.g. OracleR12) and retry the installation then.

    Thank you
    Hussein

Maybe you are looking for

  • Satellite Pro P100 - replacing the HARD drive internal

    I have a Satellite Pro P100 with a concert of 60 internal HDD and would like to replace this with a 250 or 320 GB drive. Anyone can suggest a way to imagery of the current drive and copy this back to the new drive without having to re - install the o

  • Wrong calculation of the size of the hard drive

    Hello people. As you can see, I had this crazy problem. My laptop is a Macbook Air mid 13 13 ". I tried everything... even with the removal of more: But "cinema" is still bigger than my flash storage. If someone knows how to fix it please help. If an

  • Palm Desktop by Access removal of contacts

    I have a Tungsten e2, I use Palm Desktop by Access version 6.2 and use hotsync manager version 7 with Windows 7. I've recently updated it Palm Desktop software for the Access 6.2 version since then he started to remove about 2/3 of my contacts from t

  • Looking for the \\localhost\C$

    I found several of these files stored in my temporary folder and I was wondering how I can find where these files to and remove it from my computer? Here is an example of one of them. \localhost\C$\@GMT-2015.09.29-21.15.37\Users\sexviva\AppData\Local

  • Software BlackBerry BBLink does not work with my new laptop Windows 8

    I have a new laptop running Windows 8.1 and installed BBLink.  However, it is not synchronized with my camera of Q10. I removed the BBLink device on my old laptop, but it still does not.  Get an error that says "failed to connect MAPI. Run outlook wi