R12 Vision Demo install issues

Hey all,
I've just installed R12 on OEL5 however when it gets to the Validate System Configuration screen the following show as not starting properly: HTTP, Help Page, Virtual Directory, JSP, Login Page.
If I used adpacctl.sh to start apache, I get
adapcctl.sh: exiting with status 204
If I used opmnctl to start I get:
LPX-00202: count not open "<long path under inst to>/opmn.xml" (error 200)
XML parse failed: error 202
opmnctl: ompn.xml validation failed.
If I do a find for opmn.xml, I find it under
<Long Path>/ora/10.2.3/opmn/conf/opmn.xml
If I copy that file to the directory above in LPX-00202 error messsage, the services still don't start up.. I get alot of :
Communcati onerror with the OPMN server local port.
Check the OPMN log files.
I did review 402310.1 for required packages. I have at least the version specified and for openmotif I installed the absolute version reqiured. I also found Note:414414.1 which contains the same 204 error when starting up apache but the workaround isn't valid.
Any ideas?

Even though its not officially supported you can get past that error by following the following link
http://boulayp.free.fr/articles.php?lng=fr&pg=287
for the record that link sez;
There is actually a compatible library already installed as part of the gdbm-1.8.0-xx.x.x install, which is available for RHEL/OEL/CentOS 5. All you need to do is add a symlink:
ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
so install the gdb stuff make the symbol link .. you might have to reinstall r12 but definitely try restarting the http server after making the link

Similar Messages

  • Many invalid objects found after new install the R12 vision demo (12.1.1)

    In AIX Server,
    I found many invalid objects after new install the R12 vision demo (12.1.1) with DB v11.1.0.7, can I drop the following invalid objects then upgrade to R12.1.3 ?
    OWNER OBJECT_NAME OBJECT_TYPE STATUS
    APPS XLA_00707_AAD_C_000026_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000017_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000016_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000032_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000034_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000039_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000041_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000020_PKG PACKAGE BODY INVALID
    RE RE_PROFILER PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000018_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000021_PKG PACKAGE BODY INVALID
    APPS XLA_00555_AAD_S_000014_PKG PACKAGE BODY INVALID
    APPS XLA_00555_AAD_C_000015_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000022_PKG PACKAGE BODY INVALID
    APPS XLA_00140_AAD_S_000036_PKG PACKAGE BODY INVALID
    APPS FSAH_DUPLICATE_PKG PACKAGE BODY INVALID
    APPS XLA_00707_AAD_C_000044_PKG PACKAGE BODY INVALID
    APPS MSD_DEM_OBI_DEMANTRA_MV MATERIALIZED VIEW INVALID
    18 rows selected.
    SQL> alter package XLA_00707_AAD_C_000026_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY XLA_00707_AAD_C_000026_PKG:
    LINE/COL ERROR
    1/49 PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
    is as compress compiled wrapped
    The symbol "compress" was substituted for "end-of-file" to continue.
    SQL> alter package RE.RE_PROFILER compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY RE.RE_PROFILER:
    LINE/COL ERROR
    1180/13 PL/SQL: SQL Statement ignored
    1180/13 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    1181/32 PLS-00440: FORALL bulk IN-bind variables cannot be used here
    1926/9 PL/SQL: SQL Statement ignored
    1926/9 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    SQL> alter package FSAH_DUPLICATE_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY FSAH_DUPLICATE_PKG:
    LINE/COL ERROR
    7/12 PLS-00341: declaration of cursor 'C1' is incomplete or malformed
    8/7 PL/SQL: SQL Statement ignored
    9/14 PL/SQL: ORA-00942: table or view does not exist
    12/17 PL/SQL: Item ignored
    16/7 PL/SQL: SQL Statement ignored
    16/71 PL/SQL: ORA-00942: table or view does not exist
    22/13 PL/SQL: SQL Statement ignored
    22/27 PLS-00320: the declaration of the type of this expression is incomplete or malformed
    Edited by: SamCH on 2013年2月4日 下午11:19

    Hi Hussein,
    Thanks for your reply again, the compile error as below
    e.g.
    show error
    SQL> ALTER PACKAGE APPS.XLA_00707_AAD_C_000026_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00707_AAD_C_000026_PKG:
    LINE/COL ERROR
    1/49 PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
    is as compress compiled wrapped
    The symbol "compress" was substituted for "end-of-file" to continue.
    SQL> ALTER PACKAGE APPS.XLA_00200_AAD_C_000017_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00200_AAD_C_000017_PKG:
    LINE/COL ERROR
    131072/2 PLS-00103: Encountered the symbol "end-of-file" when expecting
    one of the following:
    ( begin case declare end exit for goto if loop mod null
    pragma raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    continue close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe purge
    SQL> ALTER PACKAGE APPS.XLA_00200_AAD_S_000032_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00200_AAD_S_000032_PKG:
    LINE/COL ERROR
    131072/7 PLS-00103: Encountered the symbol "end-of-file" when expecting
    2 one of the following:
    . ( ) , * % & = - + < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like like2
    like4 likec between || multiset member submultiset
    SQL> ALTER PACKAGE RE.RE_PROFILER COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY RE.RE_PROFILER:
    LINE/COL ERROR
    1180/13 PL/SQL: SQL Statement ignored
    1180/13 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    1181/32 PLS-00440: FORALL bulk IN-bind variables cannot be used here
    1926/9 PL/SQL: SQL Statement ignored
    1926/9 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    SQL> ALTER PACKAGE APPS.XLA_00555_AAD_S_000014_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00555_AAD_S_000014_PKG:
    LINE/COL ERROR
    131072/5 PLS-00103: Encountered the symbol "end-of-file" when expecting
    7 one of the following:
    begin function pragma procedure subtype type <an identifier>
    <a double-quoted delimited-identifier> current cursor delete exists prior
    SQL> ALTER PACKAGE APPS.FSAH_DUPLICATE_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.FSAH_DUPLICATE_PKG:
    LINE/COL ERROR
    7/12 PLS-00341: declaration of cursor 'C1' is incomplete or malformed
    8/7 PL/SQL: SQL Statement ignored
    9/14 PL/SQL: ORA-00942: table or view does not exist
    12/17 PL/SQL: Item ignored
    16/7 PL/SQL: SQL Statement ignored
    16/71 PL/SQL: ORA-00942: table or view does not exist
    22/13 PL/SQL: SQL Statement ignored
    22/27 PLS-00320: the declaration of the type of this expression is incomplete or malformed
    SQL> ALTER PACKAGE APPS.XLA_00707_AAD_C_000044_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00707_AAD_C_000044_PKG:
    LINE/COL ERROR
    201713/1 PL/SQL: SQL Statement ignored
    201826/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":
    30 invalid identifier
    202147/1 PL/SQL: SQL Statement ignored
    202191/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":
    30 invalid identifier
    202973/5 PL/SQL: Statement ignored
    202973/2 PLS-00364: loop index variable 'HEADER_RECORD' use is invalid
    7
    SQL> ALTER PACKAGE APPS.POS_AP_SUPPLIER_BO_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.POS_AP_SUPPLIER_BO_PKG:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00304: cannot compile body of 'POS_AP_SUPPLIER_BO_PKG' without its specification
    1/14 PLS-00905: object APPS.POS_AP_SUPPLIER_BO_PKG is invalid
    SQL> ALTER PACKAGE APPS.POS_AP_SUPPLIER_BO_PKG COMPILE ;
    Warning: Package altered with compilation errors.
    SQL> show error
    Errors for PACKAGE APPS.POS_AP_SUPPLIER_BO_PKG:
    LINE/COL ERROR
    3/3 PL/SQL: Declaration ignored
    7/32 PLS-00201: identifier 'POS_AP_SUPPLIER_BO' must be declared
    28/3 PL/SQL: Declaration ignored
    35/40 PLS-00201: identifier 'POS_AP_SUPPLIER_BO' must be declared
    SQL> ALTER PACKAGE APPS.POS_BANK_ACCOUNT_BO_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.POS_BANK_ACCOUNT_BO_PKG:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00304: cannot compile body of 'POS_BANK_ACCOUNT_BO_PKG' without its specification
    1/14 PLS-00905: object APPS.POS_BANK_ACCOUNT_BO_PKG is invalid
    SQL> ALTER PACKAGE APPS.POS_BANK_ACCOUNT_BO_PKG COMPILE ;
    Warning: Package altered with compilation errors.
    SQL> show error
    Errors for PACKAGE APPS.POS_BANK_ACCOUNT_BO_PKG:
    LINE/COL ERROR
    4/6 PL/SQL: Declaration ignored
    9/80 PLS-00201: identifier 'POS_BANK_ACCOUNT_BO_TBL' must be declared
    13/5 PL/SQL: Declaration ignored
    19/69 PLS-00201: identifier 'POS_BANK_ACCOUNT_BO_TBL' must be declared

  • Where to find Oracle EBS R12 vision demo document?

    I am looking for some Oracle EBS R12 vision demo related document.
    Could anyone tell me where I can download such document?
    I hope it can contain introduction, business summary, and basic use instruction.
    Thanks in advance!

    Robin.Xu wrote:
    I am looking for some Oracle EBS R12 vision demo related document.
    Could anyone tell me where I can download such document?
    I hope it can contain introduction, business summary, and basic use instruction.
    Thanks in advance!Please see old threads for similar topic and discussion.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=vision+AND+demo+AND+document&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=vision+AND+demo+AND+documentation&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • 11i Vision Demo Install

    I installed the Vision Demo option in the single-node mode on Windows2000 using the Rapidwiz. The Rapidwiz install went through and subsequently I ran the JInitiator.exe also. I can now sign on to the Oracle Applications using operations/welcome through my browser, and see the Applications Menu. But beyond that, I cannot see any reports etc. I want to see the tutorials and training materials using the Vision Demo database, how do I go about that? Incidentally, while installing, the Rapidwiz asked only for about 15 CDs (APPL_TOP, Tools, Databse). It did not ask for any of the application-spcific CDs that came with the CD-pack from Oracle.
    Is my installation correct, and what is the next step? Can someone please help me?

    I downloaded the JDK ver 1.4 from SUN and installed it into my c:\JDK directory. Then when the installer has the path setup for the JDK I just changed to C:\JDK (where I installed it) and it worked fine. I did the same with the MKS Toolkit where I copied the \MKSNT directory over from \Program Files to C:\MKSNT. I actually didn't have VC++ installed and I got 11i up and running without it. Dont know what I'm missing but everything else seems to work.
    The Vision Database will be a selection in the menu once you get past these pre-installation checks. You can install a "TEST", "PRODUCTION" and "VISION DEMO". I've only installed the Vision so far.
    Incase you are wondering, yes the 11i CD pack can give you a living and breathing 11i on Windows 2000, just hang in there and get the pre-install stuff taken care of and have around 40gigs free :)and you should get it up and running.

  • Vision Demo Install for Public Sector

    I am trying to locate a copy of the Vision Demo 11i environment for the Public Sector Financials. Does anyone know of its existence? We do not want to load the Private Sector version as it does us no good.
    null

    Hi;
    We successfully installed 12.1 dev on Linux. Planning to install Vision Demo. Looking some instructions from experts
    1)     Current 12.1 dev installed with applmgr user.If you will make vision demo installation on same machine you can create one other user as applvis
    2)     Planning to install Vision with Oracle user.You can make installation as root user.Can create oravis user for db tier
    3)     Created corresponding folders etc.You can create folder as /u01/DEMO and give 777 to DEMO for installation
    4)     Is it required to stop all the services with applmgr user?If you are going to make installation on same linux server yes its better way to stop dev instance for make new installation more fast, other way you can have some performance problem
    Regard
    Helios

  • Where could I download a R12 vision demo database?

    I want to test the ETL process with the database.
    Thanks in advance.

    Hi,
    You can download R12 (12.1.1) from [Oracle e-Delivery|http://edelivery.oracle.com/] website, or log a SR and ask Oracle support for the media pack.
    Regards,
    Hussein

  • Free access to R12 Vision Demo including database and unix

    DiligentSolutions presents Oracle E-Buisness Suite 12.1.3 for all the ERP enthusiasts with full access to Applications including Database and Unix access for licensed customers/partners and clients.
    Please note that the Oracle CSI Number is required to gain access to Oracle VISION.
    Registrations can be made at their website http://diligentsolutions.net/?q=pages/form/access-diligentsolutions-oracle-vision-registration
    Thanks and Enjoy

    Pay Oracle for the documentation or attend
    the class conducted by Oracle will do.

  • Connect with sqlplus to Fresh Install R12 Vision ORA-12154

    Summary:
    Trying to connect with sqlplus to R12 Vision fresh install gives me ORA-12154.
    Context:
    Installed R12 12.1.1 Vision instance on Oracle Enterprise Linux 5.4 x86-64 (SElinux disabled / no virtualisation). Followed [761566.1] and http://www.oraclenerd.com/2009/12/ebs-install-guide-part-1.html. I also followed instructions from [761566.1] on networking files to the best of my ability. Stuck as closely as possible to those two documents and also stuck to defaults as much as possible. All goes well with all tiers on the same machine (A). Startup and shutdown OK.
    Extended description:
    Now trying to connect using (latest) sqlplus on the same machine with the following:
    ======================================================================
    [root@vizz u01]# ./ebs/R12VIS/db/tech_st/11.1.0/bin/sqlplus sys/change_on_install@VIS as sysdba
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jun 27 23:36:07 2012
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    ======================================================================
    Also tried this with oravis and applvis, the two accounts managing the instance with identical results
    The notoriously generic ORA-12154......
    All the tnsnames.ora I can find give me VIS as the SID:
    ./ebs/R12VIS/inst/apps/VIS_vizz/admin/out/06260806/tnsnames.ora
    ./ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/network/admin/tnsnames.ora
    ./ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.3/network/admin/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.2/inventory/Templates/network/admin/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.2/network/admin/samples/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.2/network/admin/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.3/network/admin/samples/tnsnames.ora
    ./ebs/R12VIS/apps/apps_st/appl/ad/12.0.0/admin/template/tnsnames.ora
    ./ebs/R12VIS/db/tech_st/11.1.0/owb/network/admin/tnsnames.ora
    ./ebs/R12VIS/db/tech_st/11.1.0/network/admin/VIS_vizz/tnsnames.ora
    ./ebs/R12VIS/db/tech_st/11.1.0/network/admin/samples/tnsnames.ora
    Just as those generated scripts (e.g. addbctl.sh) for starting and stopping the instance.
    What am I missing here?
    Edited by: rjvencken on Jun 27, 2012 12:47 PM
    Edited by: rjvencken on Jun 27, 2012 12:47 PM
    Edited by: rjvencken on Jun 27, 2012 12:54 PM

    AD_APPS_JDBC_URL=(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=vizz.local)(PORT=1576)))(CONNECT_DATA=(SID=VIS)))
    ADJREOPTS=-ms128m -mx256m
    ADJRIOPTS=-mx512m
    ADJVAPRG=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java
    ADMIN_SCRIPTS_HOME=/u01/ebs/R12VIS/inst/apps/VIS_vizz/admin/scripts
    ADPERLPRG=/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/bin/perl
    AD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ad/12.0.0
    AF_CLASSPATH=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/ebs/R12VIS/apps/apps_st/comn/java/lib/appsborg2.zip:/u01/ebs/R12VIS/apps/apps_st/comn/java/classes
    AFJCPARG=-client
    AF_JLIB=/u01/ebs/R12VIS/apps/apps_st/comn/java/lib
    AF_JRE_TOP=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre
    AFJSMARG=-server -Xmx384m -XX:NewRatio=2 -XX:+UseSerialGC -Doracle.apps.fnd.common.Pool.leak.mode=stderr:off -verbose:gc
    AFJVAPRG=/u01/ebs/R12VIS/inst/apps/VIS_vizz/admin/scripts/java.sh
    AF_LD_LIBRARY_PATH=/u01/ebs/R12VIS/apps/tech_st/10.1.3/lib32:/u01/ebs/R12VIS/apps/tech_st/10.1.3/lib:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/ebs/R12VIS/apps/apps_st/appl/cz/12.0.0/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/ebs/R12VIS/apps/apps_st/appl/cz/12.0.0/bin::/u01/ebs/R12VIS/apps/apps_st/appl/pon/12.0.0/bin
    AHL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ahl/12.0.0
    AK_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ak/12.0.0
    ALR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/alr/12.0.0
    AME_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ame/12.0.0
    AMS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ams/12.0.0
    AMV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/amv/12.0.0
    AMW_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/amw/12.0.0
    ANT_HOME=/u01/ebs/R12VIS/apps/tech_st/10.1.3/ant
    APPCPNAM=REQID
    APPLBIN=bin
    APPL_CONFIG_HOME=/u01/ebs/R12VIS/apps/apps_st/appl
    APPL_CPLEX_LICDIR=/u01/ebs/R12VIS/apps/apps_st/appl/admin/cplex
    APPLCSF=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs/appl/conc
    APPLDCP=OFF
    APPLDOC=docs
    APPLFENV=VIS_vizz.env
    APPLFRM=forms
    APPLGRAF=graphs
    APPLIMG=images
    APPLINC=include
    APPLLIB=lib
    APPLLOG=log
    APPLMAIL=NONE
    APPLMSG=mesg
    APPLORB=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/bin/appsrwrun.sh
    APPLORC=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/bin/appsrwrun.sh
    APPLOUT=out
    APPLPLS=plsql
    APPLPTMP=/usr/tmp
    APPLREG=regress
    APPLREP=reports
    APPLRGF=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs/appl/rgf
    APPLRGT=regress
    APPLRSC=resource
    APPLSAV=save
    APPLSQL=sql
    APPLTMP=/u01/ebs/R12VIS/inst/apps/VIS_vizz/appltmp
    APPL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl
    APPLUSR=usrxit
    APPS_JDBC_URL=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=vizz.local)(PORT=1576)))(CONNECT_DATA=(SID=VIS)))
    APPSJREOPT=
    APPS_VERSION=12.1.1
    AP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ap/12.0.0
    AR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ar/12.0.0
    ASF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asf/12.0.0
    ASG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asg/12.0.0
    ASL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asl/12.0.0
    ASN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asn/12.0.0
    ASO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/aso/12.0.0
    ASP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asp/12.0.0
    AS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/as/12.0.0
    AST_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ast/12.0.0
    AU_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0
    AX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ax/12.0.0
    AZ_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/az/12.0.0
    BEN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ben/12.0.0
    BIC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bic/12.0.0
    BIL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bil/12.0.0
    BIM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bim/12.0.0
    _=/bin/env
    BIS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bis/12.0.0
    BIV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/biv/12.0.0
    BIX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bix/12.0.0
    BNE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bne/12.0.0
    BOM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bom/12.0.0
    BSC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bsc/12.0.0
    CC=cc
    CCT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cct/12.0.0
    CE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ce/12.0.0
    CFLAGS=$(INCLUDE_FLAGS) -Dlinux -DLINUX -DNLS_ASIA -D_GNU_SOURCE
    CHMOD=chmod
    CHV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/chv/12.0.0
    CLASSPATH=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/ebs/R12VIS/apps/apps_st/comn/java/lib/appsborg.zip:/u01/ebs/R12VIS/apps/tech_st/10.1.2/forms/java:/u01/ebs/R12VIS/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/ebs/R12VIS/apps/apps_st/comn/java/classes
    CLN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cln/12.0.0
    CNTL_BREAK=ON
    CN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cn/12.0.0
    COLORTERM=gnome-terminal
    COMMON_TOP=/u01/ebs/R12VIS/apps/apps_st/comn
    CONTEXT_FILE=/u01/ebs/R12VIS/inst/apps/VIS_vizz/appl/admin/VIS_vizz.xml
    CONTEXT_NAME=VIS_vizz
    CP=cp
    CRP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/crp/12.0.0
    CSC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csc/12.0.0
    CSD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csd/12.0.0
    CSE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cse/12.0.0
    CSF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csf/12.0.0
    CSI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csi/12.0.0
    CSL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csl/12.0.0
    CSM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csm/12.0.0
    CSP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csp/12.0.0
    CSR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csr/12.0.0
    CS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cs/12.0.0
    CUA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cua/12.0.0
    CUF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cuf/12.0.0
    CUG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cug/12.0.0
    CUI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cui/12.0.0
    CUP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cup/12.0.0
    CUS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cus/12.0.0
    CZ_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cz/12.0.0
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-T6METAvwV4,guid=26f775c9eee214498d5f76004feb35b7
    DDD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ddd/12.0.0
    DDR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ddr/12.0.0
    DE_DISABLE_PLS_512=1
    DESKTOP_SESSION=default
    DESKTOP_STARTUP_ID=
    DISPLAY=:0.0
    DNA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/dna/12.0.0
    DOM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/dom/12.0.0
    DPP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/dpp/12.0.0
    DT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/dt/12.0.0
    EAM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/eam/12.0.0
    EBI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ebi/12.0.0
    EC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ec/12.0.0
    ECX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ecx/12.0.0
    EDR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/edr/12.0.0
    EGO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ego/12.0.0
    ENG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/eng/12.0.0
    ENI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/eni/12.0.0
    EVENT_10932=8
    FA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fa/12.0.0
    FEM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fem/12.0.0
    FF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ff/12.0.0
    FII_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fii/12.0.0
    FLM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/flm/12.0.0
    FNDNAM=APPS
    FNDREVIVERPID=/u01/ebs/R12VIS/inst/apps/VIS_vizz/pids/appl/reviver.sh_VIS_vizz.pid
    FND_SECURE=/u01/ebs/R12VIS/inst/apps/VIS_vizz/appl/fnd/12.0.0/secure
    FND_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0
    FORMS_APPSLIBS=APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER
    FORMS_BLOCKING_LONGLIST=FALSE
    FORMS_CATCHTERM=1
    FORMS_DISABLE_UNPAD_LOV=TRUE
    FORMS_FLAG_DIFFERENT_SUBORD=1
    FORMS_FORCE_MENU_MNEMONICS=0
    FORMS_LOV_INITIAL=5000
    FORMS_MESSAGE_ENCRYPTION=TRUE
    FORMS_MODULE_PATH=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/forms
    FORMS_OAM_FRD=OFF
    FORMS_OVERRIDE_ENV=NLS_LANG,NLS_NUMERIC_CHARACTERS,NLS_SORT,NLS_DATE_LANGUAGE,NLS_DATE_FORMAT,FORMS_USER_DATE_FORMAT,FORMS_USER_DATETIME_FORMAT,FORMS_OUTPUT_DATE_FORMAT,FORMS_OUTPUT_DATETIME_FORMAT,FORMS_ERROR_DATE_FORMAT,FORMS_ERROR_DATETIME_FORMAT,FORMS_TZFILE,FORMS_DATETIME_SERVER_TZ,FORMS_DATETIME_LOCAL_TZ,FORMS_USER_CALENDAR
    FORMS_PATH=/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/resource:/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/resource/stub
    FORMS_REJECT_GO_DISABLED_ITEM=0
    FORMS_RESTRICT_ENTER_QUERY=TRUE
    FORMS_RTI_DIR=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs/ora/10.1.2/forms
    FORMS_SESSION=TRUE
    FORMS_TIMEOUT=5
    FORMS_TRACE_DIR=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs/ora/10.1.2/forms
    FORMS_WEB_CONFIG_FILE=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/forms/server/appsweb.cfg
    FPA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fpa/12.0.0
    FRM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/frm/12.0.0
    FTE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fte/12.0.0
    FTP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ftp/12.0.0
    FUN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fun/12.0.0
    FV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fv/12.0.0
    G_BROKEN_FILENAMES=1
    GCS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gcs/12.0.0
    GDMSESSION=default
    GDM_XSERVER_LOCATION=local
    GHR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ghr/12.0.0
    GL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gl/12.0.0
    GMA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gma/12.0.0
    GMD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmd/12.0.0
    GME_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gme/12.0.0
    GMF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmf/12.0.0
    GMI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmi/12.0.0
    GML_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gml/12.0.0
    GMO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmo/12.0.0
    GMP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmp/12.0.0
    GMS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gms/12.0.0
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-mJ1svZ/socket
    GR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gr/12.0.0
    GTK_RC_FILES=/etc/gtk/gtkrc:/root/.gtkrc-1.2-gnome2
    GWYUID=APPLSYSPUB/PUB
    HISTSIZE=1000
    HOME=/root
    HOSTNAME=vizz.local
    HRI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/hri/12.0.0
    HXC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/hxc/12.0.0
    HXT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/hxt/12.0.0
    IAS_ORACLE_HOME=/u01/ebs/R12VIS/apps/tech_st/10.1.3
    IA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ia/12.0.0
    IBC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibc/12.0.0
    IBE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibe/12.0.0
    IBP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibp/12.0.0
    IBU_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibu/12.0.0
    IBW_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibw/12.0.0
    IBY_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/iby/12.0.0
    ICX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/icx/12.0.0
    IEB_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ieb/12.0.0
    IEC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/iec/12.0.0
    IEM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/iem/12.0.0
    IEO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ieo/12.0.0
    IES_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ies/12.0.0
    IEU_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ieu/12.0.0
    IEX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/iex/12.0.0
    IGC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igc/12.0.0
    IGF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igf/12.0.0
    IGI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igi/12.0.0
    IGS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igs/12.0.0
    IGW_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igw/12.0.0
    IMC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/imc/12.0.0
    INCLUDE_FLAGS=-I. -I$(FND_TOP)/include -I$(ORACLE_HOME)/precomp/public -I$(ORACLE_HOME)/rdbms/demo
    INL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/inl/12.0.0
    INPUTRC=/etc/inputrc
    INST_TOP=/u01/ebs/R12VIS/inst/apps/VIS_vizz
    INV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/inv/12.0.0
    IPA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ipa/12.0.0
    IPM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ipm/12.0.0
    IRC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/irc/12.0.0
    ISC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/isc/12.0.0
    ITA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ita/12.0.0
    ITG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/itg/12.0.0
    IZU_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/izu/12.0.0
    JA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ja/12.0.0
    JAVA_BASE=/u01/ebs/R12VIS/apps/apps_st/comn/java
    JAVA_TOP=/u01/ebs/R12VIS/apps/apps_st/comn/java/classes
    JE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/je/12.0.0
    JG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jg/12.0.0
    JL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jl/12.0.0
    JMF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jmf/12.0.0
    JTF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jtf/12.0.0
    JTM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jtm/12.0.0
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LNS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/lns/12.0.0
    LOG_HOME=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs
    LOGNAME=applvis
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    LUSRIAP=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/xitusr.o
    LUSRLIB=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/libusr.a
    LUSRPRG=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/prglib.o /u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/prgcat.o /u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/EXPROG.o
    LUSRSRW=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/xirusr.o
    MAIL=/var/spool/mail/root
    MCS=echo mcs
    MFG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mfg/12.0.0
    MRP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mrp/12.0.0
    MSC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/msc/12.0.0
    MSD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/msd/12.0.0
    MSO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mso/12.0.0
    MSR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/msr/12.0.0
    MST_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mst/12.0.0
    MTH_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mth/12.0.0
    MWA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mwa/12.0.0
    NLS_DATE_FORMAT=DD-MON-RR
    NLS_DATE_LANGUAGE=
    NLS_LANG=American_America.AL32UTF8
    NLS_NUMERIC_CHARACTERS=.,
    NLS_SORT=BINARY
    OA_DOC=/u01/ebs/R12VIS/apps/apps_st/comn/doc
    OAD_TOP=/u01/ebs/R12VIS/apps/apps_st/comn
    OA_HTML=/u01/ebs/R12VIS/apps/apps_st/comn/webapps/oacore/html
    OAH_TOP=/u01/ebs/R12VIS/apps/apps_st/comn/webapps/oacore
    OA_JAVA=/u01/ebs/R12VIS/apps/apps_st/comn/java/classes
    OA_JRE_TOP=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre
    OA_MEDIA=/u01/ebs/R12VIS/apps/apps_st/comn/java/classes/oracle/apps/media
    OAM_TOP=/u01/ebs/R12VIS/apps/apps_st/comn/java/classes/oracle/apps
    OA_SECURE=/u01/ebs/R12VIS/apps/apps_st/comn/secure
    OE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/oe/12.0.0
    OKC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/okc/12.0.0
    OKE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/oke/12.0.0
    OKI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/oki/12.0.0
    OKL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/okl/12.0.0
    OKS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/oks/12.0.0
    OKX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/okx/12.0.0
    ONT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ont/12.0.0
    OPI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/opi/12.0.0
    ORACLE_HOME=/u01/ebs/R12VIS/db/tech_st/11.1.0
    ORACLE_TERM=vt220
    ORA_CONFIG_HOME=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora
    OTA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ota/12.0.0
    OZF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ozf/12.0.0
    PATH=/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/bin:/bin:/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/bin:/u01/ebs/R12VIS/apps/apps_st/appl/ad/12.0.0/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u01/ebs/R12VIS/apps/apps_st/comn/util/unzip/unzip::/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/bin:/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u01/ebs/R12VIS/apps/apps_st/comn/util/unzip/unzip:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/ant/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/ant/bin:/u01/ebs/R12VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_vizz
    PA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pa/12.0.0
    PAY_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pay/12.0.0
    PCCFLAGS=include=$(PCCINC) ireclen=161 sqlcheck=none dbms=v6
    PCCINC=. include=$(FND_TOP)/include include=$(ORACLE_HOME)/precomp/public
    PCC=$(ORACLE_HOME)/bin/proc
    PERL5LIB=/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/perl:/u01/ebs/R12VIS/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi
    PER_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/per/12.0.0
    PFT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pft/12.0.0
    PJI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pji/12.0.0
    PJM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pjm/12.0.0
    PLATFORM=LINUX
    PMI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pmi/12.0.0
    PN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pn/12.0.0
    POA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/poa/12.0.0
    POM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pom/12.0.0
    PON_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pon/12.0.0
    POS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pos/12.0.0
    PO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/po/12.0.0
    PQH_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pqh/12.0.0
    PQP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pqp/12.0.0
    PRP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/prp/12.0.0
    PSA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/psa/12.0.0
    PSB_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/psb/12.0.0
    PSP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/psp/12.0.0
    PV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pv/12.0.0
    PWD=/u01
    QA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qa/12.0.0
    QOT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qot/12.0.0
    QPR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qpr/12.0.0
    QP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qp/12.0.0
    QRM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qrm/12.0.0
    REPORTS_CLASSPATH=/u01/ebs/R12VIS/apps/tech_st/10.1.2/reports/jlib/rwbuilder.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/reports/jlib/rwrun.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jlib/zrclient.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/j2ee/home/oc4j.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/j2ee/home/lib/ojsp.jar
    REPORTS_NO_DUMMY_PRINTER=TRUE
    REPORTS_PATH=/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/plsql:/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/reports:/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/reports:/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/graphs
    REPORTS_POST=&5556
    REPORTS_PRE=&5555
    REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar
    REPORTS_TMP=/u01/ebs/R12VIS/inst/apps/VIS_vizz/temp
    REPORTS_USEREXITS=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndrwxit.so
    RG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/rg/12.0.0
    RLM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/rlm/12.0.0
    RM=rm -f
    RRS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/rrs/12.0.0
    RW=/u01/ebs/R12VIS/apps/tech_st/10.1.2/reports
    SESSION_MANAGER=local/vizz.local:/tmp/.ICE-unix/3013
    SHELL=/bin/bash
    SHLVL=8
    SHT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/sht/12.0.0
    SSH_AGENT_PID=3049
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-PXPoYb3013/agent.3013
    SSP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ssp/12.0.0
    TERM=xterm
    TESTVAR=HalloDaar
    TK_ICON=/u01/ebs/R12VIS/apps/tech_st/10.1.2/reports/plugins/resource
    TK_PRINTER=noprint
    TK_PRINT_STATUS=echo %n is valid
    USER=applvis
    VEA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/vea/12.0.0
    VNDARPL=
    VNDARSL=
    VNDPAYPL=
    VNDPAYSL=
    WEBAPPS_TOP=/u01/ebs/R12VIS/apps/apps_st/comn/webapps
    WINDOWID=24205626
    WIP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wip/12.0.0
    WMS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wms/12.0.0
    WPS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wps/12.0.0
    WSH_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wsh/12.0.0
    WSM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wsm/12.0.0
    XDO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xdo/12.0.0
    XDP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xdp/12.0.0
    XENVIRONMENT=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/reports/Tk2Motif_AL32UTF8.rgb
    XLA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xla/12.0.0
    XLE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xle/12.0.0
    XMODIFIERS=@im=none
    XNB_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xnb/12.0.0
    XNP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xnp/12.0.0
    XTR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xtr/12.0.0
    ZPB_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/zpb/12.0.0
    ZX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/zx/12.0.0

  • Looking for a specific list of modules included in Oracle Vision demo

    Hi All,
    I am trying to find out which EBS modules are included when you install Oracle Vision demo db. My client no longer has the Vision db installed and before I reinstall it, I'd like to know what I will get. For example, is GRC included and what is the lastest ver/rel that I should install to get the latest?
    Thanks in advance for your help.

    T Michaels wrote:
    Hi All,
    I am trying to find out which EBS modules are included when you install Oracle Vision demo db. My client no longer has the Vision db installed and before I reinstall it, I'd like to know what I will get. For example, is GRC included and what is the lastest ver/rel that I should install to get the latest?
    Thanks in advance for your help.I do not think you will find the list of modules documented. However IINM, vision demo database is similar to any fresh EBS installation except for more installed modules and data, so if you refer to any fresh installed EBS instance you should get the list of modules.
    Solution Beacon provides free access to 11i and R12 Vision Demo instances. You can access 11i and R12 Vision Demo instances through the following links:
    Release 11i Vision Instances
    http://www.solutionbeacon.com/tools_r11ivision.htm
    Release 12 Vision Instances
    http://www.solutionbeacon.com/tools_r12vision.htm
    You may also refer to eTRM and EBS docs webites -- http://etrm.oracle.com/ and http://docs.oracle.com/cd/E18727_01/index.htm
    You can download a vision VM template from http://www.oracle.com/technetwork/server-storage/vm/ebs-093153.html
    Thanks,
    Hussein

  • R12 Vision Conc managers won't start

    Hi All
    I have a R12 Visions instance installed on Windows Server 2003. It's been running for a few months, so (almost) everything works as expected.
    However, I can't get the concurrent managers to run. In the CM log is the following entry:
    Routine AFPCAL received a return code of failure from routine spiini.
    After some searching on the net, I ran cmclean.sql. This didn't make any difference. Unfortunately the script was unable to create a log file, but it completed successfully.
    The next thing appeared to be to run AutoConfig. So I ran adstpall.cmd. There was an error in the log file, but I didn't notice it until after i ran AutoConfig. This is the summary report at the end of the .log file:
    [Service Control Execution Report]
    The report format is:
    <Service Group> <Service> <Script> <Status>
    Web Entry Point Services Oracle HTTP Server VIS_alard12 adapcctl.cmd Stopped
    Web Application Services OACORE OC4J Instance VIS_alard12 Failed
    Web Application Services FORMS OC4J Instance VIS_alard12 adformsctl.cmd Stopped
    Web Application Services OAFM OC4J Instance VIS_alard12 Failed
    Batch Processing Services OracleVIS_alard12_TOOLSTNSListenerAPPS_VIS adalnctl.cmd Stopped
    Batch Processing Services OracleConcMgrVIS_alard12 adcmctl.cmd Stopped
    Batch Processing Services Oracle ICSM VIS_alard12 ieoicsm.cmd Disabled
    Batch Processing Services Oracle Fulfillment Server VIS_alard12 jtffmctl.cmd Already Stopped
    Other Service Group Disabled
    Other Service Group OracleFormsServer-Forms VIS_alard12 adfrmctl.cmd Disabled
    Other Service Group Oracle Metrics Client VIS_alard12 adfmcctl.cmd Disabled
    Other Service Group Oracle Metrics Server VIS_alard12 adfmsctl.cmd Disabled
    Other Service Group Oracle MWA Service VIS_alard12 mwactlwrpr.cmd Disabled
    Root Service Group Oracle Process Manager for VIS_alard12 Failed
    ServiceControl is exiting with status 3
    I then ran AutoConfig. Here is the summary from the end of that log file:
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: E:\oracle\VIS\inst\apps\VIS_alard12\admin\install
    afcpctx.cmd INSTE8_PRF 1
    AutoConfig is exiting with status 1
    The log file for this session is located at: E:\oracle\VIS\inst\apps\VIS_alard12\admin\log\12191020\adconfig.log
    I then ran adstrtal.cmd, which also had some errors:
    [Service Control Execution Report]
    The report format is:
    <Service Group> <Service> <Script> <Status>
    Root Service Group Oracle Process Manager for VIS_alard12 Failed
    Web Entry Point Services Oracle HTTP Server VIS_alard12 adapcctl.cmd Started
    Web Application Services OACORE OC4J Instance VIS_alard12 Failed
    Web Application Services FORMS OC4J Instance VIS_alard12 adformsctl.cmd Started
    Web Application Services OAFM OC4J Instance VIS_alard12 Failed
    Batch Processing Services OracleVIS_alard12_TOOLSTNSListenerAPPS_VIS adalnctl.cmd Started
    Batch Processing Services OracleConcMgrVIS_alard12 adcmctl.cmd Started
    Batch Processing Services Oracle ICSM VIS_alard12 ieoicsm.cmd Disabled
    Batch Processing Services Oracle Fulfillment Server VIS_alard12 jtffmctl.cmd Started
    Other Service Group Disabled
    Other Service Group OracleFormsServer-Forms VIS_alard12 adfrmctl.cmd Disabled
    Other Service Group Oracle Metrics Client VIS_alard12 adfmcctl.cmd Disabled
    Other Service Group Oracle Metrics Server VIS_alard12 adfmsctl.cmd Disabled
    Other Service Group Oracle MWA Service VIS_alard12 mwactlwrpr.cmd Disabled
    ServiceControl is exiting with status 3
    However, even though the Concurrent Manager is shown as started, it isn't.
    If I log in, and navigate System Admin -> Concurrent Managers, the ICM is still has a red cross next to it. If I view my conurrent requests, I still get Inactive - No Manager.
    Any help appreciated.
    Alex

    Thanks hsawwan. Here is the entry from the AutoConfig log file:
    AutoConfig Profile Phase
    Running Profile Process 6 of 9 for AD_TOP
    Executing script in InstantiateFile:
    E:\oracle\VIS\inst\apps\VIS_alard12\admin\install\afcpctx.cmd
    script returned:
    19/12/2008
    10:22
    ECHO is off.
    ECHO is off.
    "The environment settings are as follows ..."
    " ORACLE_HOME : E:\oracle\VIS\apps\tech_st\10.1.2"
    " ORACLE_SID : "
    " LOCAL : VIS"
    " PATH : E:\oracle\VIS\apps\apps_st\appl\au\12.0.0\bin;E:\oracle\VIS\apps\apps_st\appl\fnd\12.0.0\bin;E:\oracle\VIS\apps\apps_st\appl\ad\12.0.0\bin;E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\bin;E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\;E:\oracle\VIS\apps\apps_st\comn\util\unzip\unzip;E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\bin;E:\oracle\VIS\apps\tech_st\10.1.2\bin;E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\bin;E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe;E:\oracle\VIS\apps\tech_st\10.1.2\bin;E:\oracle\VIS\apps\tech_st\10.1.2\\jdk\jre\bin\classic;E:\oracle\VIS\apps\tech_st\10.1.2\\jdk\jre\bin;E:\oracle\VIS\apps\tech_st\10.1.2\\bin;E:\oracle\VIS\apps\tech_st\10.1.2\\jlib;E:\oracle\VIS\apps\tech_st\10.1.3\\bin;E:\oracle\VIS\db\tech_st\10.2.0\\bin;D:\Perl\site\bin;D:\Perl\bin;D:\MKS\bin;D:\MKS\bin\X11;D:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;D:\VisualStudio\VC\bin;D:\VisualStudio\VC;D:\GNU;D:\GNU\make-3.81\WinRel;D:\GNU\make-3.81\WinDebug;C:\Program Files\Perforce;"
    "Running FNDCPUCF"
    Enter the Username/Password:
    SQL*Plus: Release 10.1.0.5.0 - Production on Fri Dec 19 10:22:10 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    COUNT(*)
         3
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    The CM log file is situated at E:\oracle\VIS\inst\apps\VIS_alard12\logs\appl\conc\log and contains:
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received a return code of failure from routine spiini.
    Review your concurrent request log file for more information.
    There is nothing else in the file.
    Thanks again.
    Alex

  • Weird issue occurring after cloning the R12 Vision instance.

    Hi everyone,
    We are currently evaluating R12 using the Vision DB instance. Since I'm seeing that the apps processes like to have at least 2gb of memory, the initial server just isn't beefy enough for R12 so I cloned it over to a better server following metalink Note:406982.1 (Cloning Oracle Applications Release 12 with Rapid Clone)
    There were various cloning issues that came up that fortunately, I was able to resolve myself .. still with tarring up directories, ftp'ing the tar files, etc etc it took almost 2 days to finish the clone.
    Upon starting the clone I'm seeing the following errors reported when the db listener and the apps fndfs listener start:
    TNS-01114: LSNRCTL could not perform local OS authentication with the listener
    TNS-01115: OS error 22 creating shared memory segment of 129 bytes with key 2044160132
    However, the listener processes actually do start even though the above errors are reported and I verify that I can see the server processes for both. In addition, I can login to apps and do everything without any issues and login from sqlplus to the database remotely and everything appears to be working.
    But if I try to look at the listener status or try to stop either listener process I get the above errors. So, if I need to bounce the app or the db I have to actually kill the listener processes in order to do so. Then upon startup, the above situation repeats.
    So, I've opened a SR in regards to this as it appears to be a cloning bug. The only metalink hits I found were talking about the shmsys:shminfo_shmmni setting (currently at 200) but I don't think that's it since I've had 6 apps instances up and running on this particular server before.
    Currently the R12 Vision instance is running with RUP 1 applied. I did see there was a new Techstack update and a new RUP 2 update for apps released just last week but thought I would ask if anyone else who's used rapid clone with R12 experienced similiar issue?
    Thanks.
    Chad
    Message was edited by:
    Chad Smith

    I am usually seen on the on ramps with a sign that says will clone for food...
    I think your perl version is a little low for R12. Here is what I have in an upgraded R12 from 11.5.10.2 Vision:
    which perl
    /lv01/oracle/ltest/apps/tech_st/10.1.3/perl/bin/perl
    perl -version
    This is perl, v5.8.3 built for i686-linux-thread-multi
    Copyright 1987-2003, Larry Wall
    Perl may be copied only under the terms of either the Artistic License or the
    GNU General Public License, which may be found in the Perl 5 source kit.
    Complete documentation for Perl, including FAQ lists, should be found on
    this system using `man perl' or `perldoc perl'. If you have access to the
    Internet, point your browser at http://www.perl.com/, the Perl Home Page.
    I was clearing 150 GB for an Oracle Enterprise Linux VM for installing/cloning 11i or R12 into, so I will clone a scratch R12.0.2 upgrade instance there. The prepare scripts completed without error, and the cpios are running now.
    prepare DB:
    ApplyDBTier Finished at Mon Jul 23 22:00:38 PDT 2007
    Status: Completed Successfully
    perpare AppsTier:
    Successfully prepared appl_top for staging. Mon Jul 23 22:07:05 PDT 2007
    Creating zip files for appltop.
    Mon Jul 23 22:07:05 PDT 2007
    Done...
    Successfully created zip files.
    Mon Jul 23 22:07:05 PDT 2007
    StageAppsTier Finished at Mon Jul 23 22:07:05 PDT 2007
    Status: Completed Successfully
    I will update thread with the results of the config clone scripts.
    Make sure you link to your environment files correctly:
    lrwxrwxrwx 1 oracle dba 43 2005-02-10 20:29 vis9.env -> /lv03/oracle/vis9db/9.2.0/vis9_hostname.env
    lrwxrwxrwx 1 oracle dba 62 2007-01-26 22:59 visr12.env -> /lv04/oracle/visr12/db/tech_st/10.2.0/visr12_hostname.env
    ln -s /lv04/oracle/visr12/db/tech_st/10.2.0/visr12_hostname.env visr12.env
    lrwxrwxrwx 1 applmgr appl 33 2005-02-10 20:27 vis9.env -> /lv03/oracle/vis9appl/APPSORA.env
    lrwxrwxrwx 1 applmgr appl 66 2007-01-26 22:56 visr12.env -> /lv04/oracle/visr12/apps/apps_st/appl/APPSvisr12_hostname.env
    ln -s /lv04/oracle/visr12/apps/apps_st/appl/APPSvisr12_hostname.env visr12.env
    Yes, mythtv is fantastic. I also like mythvideo and mytharchive. I needed to move unneeded backups and edelivery downloads to make room for recordings...

  • Partitioning Advice For E-business R12 Vision Install Using OEL6

    Hi,
    I am planning to do a fresh install of OEL to use as Oracle R12 test bed with Vision demo database.
    Not planning to dual boot. OEL will be the only OS used.
    Unfortunately, after spending the past few days I still couldn't determine the optimal partition scheme for my install.
    I have a desktop system with the following configuration:
    I5-3570K
    128GB SSD
    750GB HDD
    8GB RAM
    I'm relatively new to Linux and as such do not understand much in terms of the partition scheme.
    Awaiting your responses.
    Best Regards.

    A SSD drive is not bound to the same physical aspects and performance limitations like a conventional hard disk. However, it's news to me that you cannot or should not partition a SSD drive. Where did you see this information?
    You can create a /var and /tmp partition, but I any unnecessary partition will complicate your setup for no good reason. You can also create a swapfile and thereby increase your swap space on demand if necessary, instead of using a fixed swap partition. Why do you think installing a /var and /tmp partition will make any difference for your self-study environment?
    Your /boot partition needs to be on the startup drive, e.g. SSD drive. Your root (/) partition can be anywhere else, provided it can be accessed. Why would you use the SSD drive for root and put /var and /tmp on HDD? I can't see how +/- a couple of GB will make any difference on your SSD drive.
    If you need advice about the setup of Oracle EBS you better post your question in the appropriate Oracle EBS forum. Regarding the OS and general database configuration, my previous response still applies.
    Edited by: Dude on Oct 1, 2012 4:23 PM

  • R12 Vision Install

    I have 2 Linux servers of 143 GB disk space each. Say server A & server B.
    I need to install a Vision instance. so i do staging on server B which may take approx 33GB.
    Is it possible to install a multinode vision instance?
    Also the install doc says that the Vision DB size occupies around 133GB and also the Batch Processing Services needs to be in the DB node. So will this both fit in node A with the remaining services on node B.

    Is it possible to install a multinode vision instance?Yes.
    Also the install doc says that the Vision DB size occupies around 133GB and also the Batch Processing Services needs to be in the DB node. So will this both fit in node A with the remaining services on node B.On Server A, you will have ORACLE_HOME for the 10g R2 Applications database, plus ORACLE_HOME for Application Server 10.1.2, and an ORACLE_HOME for Application Server 10.1.3. You will need to have more than 133 GB since this space is required for Database node file system (Vision Demo database). So, consider having 28 GB more on Server A in addition to the 133 GB.
    Please note that running Rapid Install from a stage area requires at least 33 GB to accommodate the file system and database files in the stage area.

  • Insert Vision Demo Databse in fresh install

    Hi Gurus!!
    I just recently did a fresh installation of EBS 12.1.1 in my linux. But i want to have a Vision Demo Database (VIS). Where can i download the creation of the data for the Vision Demo Database ???..
    Thanks!!
    Pablo.-

    I just recently did a fresh installation of EBS 12.1.1 in my linux. But i want to have a Vision Demo Database (VIS). Where can i download the creation of the data for the Vision Demo Database ???..
    From the same Media Pack (stage area directory) you have, just choose to install Vision Demo database when you run Rapid Install instead of fresh database -- http://docs.oracle.com/cd/E18727_01/doc.121/e12842/T422699g54568.htm#3801603
    Thanks,
    Hussein

  • Installed 12i DEV, Planning to install Vision Demo:Looking for Instructions

    Hi Friends
    We successfully installed 12.1 dev on Linux. Planning to install Vision Demo. Looking some instructions from experts
    1)     Current 12.1 dev installed with applmgr user.
    2)     Planning to install Vision with Oracle user.
    3)     Created corresponding folders etc.
    4)     Is it required to stop all the services with applmgr user?
    5)     Any suggestions from experts.
    Edited by: sk123 on Dec 20, 2009 5:53 AM

    Hi;
    We successfully installed 12.1 dev on Linux. Planning to install Vision Demo. Looking some instructions from experts
    1)     Current 12.1 dev installed with applmgr user.If you will make vision demo installation on same machine you can create one other user as applvis
    2)     Planning to install Vision with Oracle user.You can make installation as root user.Can create oravis user for db tier
    3)     Created corresponding folders etc.You can create folder as /u01/DEMO and give 777 to DEMO for installation
    4)     Is it required to stop all the services with applmgr user?If you are going to make installation on same linux server yes its better way to stop dev instance for make new installation more fast, other way you can have some performance problem
    Regard
    Helios

Maybe you are looking for

  • I am getting the following error using SQL Plus on Windows "ORA-28865: SSL connection closed"

    I have set up my certificates on client and server and have tested the port using TCP and works fine.  TCPS fails with ORA-28865.  I have attached my trace file which was using level 10 Please any assistance is appreciated (5888) [11-APR-2015 09:36:2

  • CS5 projects doesnt work on AE CS4??HELP!!

    hi guys my problem might be simple for some but it is very important to me i have ae cs5 in my pc and i made some projects in it (using only the origional plug-ins, and my os is win7) and the computer at the office has AE cs4 with win xp x64 when i t

  • How to edit values in a node of cardinality 0...n at runtime.

    Hi experts, I am trying to reset value of an attribute of a node of cardinality 0...n at runtime. I am getting data in this node from a BAPI. I want to set one column's value to zero on display in the table created from this node. Please suggest what

  • Patchadd interrupted - now failing to install patch correctly

    I had started a patch installation when one of my kind users compromised the system by filling all available swapspace. I tried tto get into the system but failed. After about 10 minutes I did - what I should have avoided to do - a control C on the u

  • User define Functions?

    Hi All, 1.  I never got a chance to work on UDF's? But would like to know more on it? Can anyone suggest me some useful weblogs on      it? In realtime what kind of UDF's generally we will create? If anyone have sample UDF's please provide the link?