DBMS_XDB.SETLISTENERLOCALACCESS (missing on Linux)

I've installed Oracle Express on Linux with a GUI and need to enable remote clients
oracle-xe-univ-10.2.0.1-1.0.i386.rpm
This version does not have the stored procedure
dbms_xdb.setListenerLocalAccess
It does exist on the windows version.
Is there a work around for this problem using the command line?

Windows:
SQL> desc dbms_xdb
FUNCTION ACLCHECKPRIVILEGES RETURNS BINARY_INTEGER
Argument Name Type In/Out Default?
ACL_PATH VARCHAR2 IN
OWNER VARCHAR2 IN
PRIVS XMLTYPE IN
PROCEDURE APPENDRESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA XMLTYPE IN
PROCEDURE APPENDRESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA REF OF XMLTYPE IN
FUNCTION CFG_GET RETURNS XMLTYPE
PROCEDURE CFG_REFRESH
PROCEDURE CFG_UPDATE
Argument Name Type In/Out Default?
XDBCONFIG XMLTYPE IN
FUNCTION CHANGEPRIVILEGES RETURNS BINARY_INTEGER
Argument Name Type In/Out Default?
RES_PATH VARCHAR2 IN
ACE XMLTYPE IN
FUNCTION CHECKPRIVILEGES RETURNS BINARY_INTEGER
Argument Name Type In/Out Default?
RES_PATH VARCHAR2 IN
PRIVS XMLTYPE IN
PROCEDURE CLEANSGAFORUPGRADE
FUNCTION CREATEFOLDER RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
FUNCTION CREATEOIDPATH RETURNS VARCHAR2
Argument Name Type In/Out Default?
OID RAW IN
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA VARCHAR2 IN
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA XMLTYPE IN
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA REF OF XMLTYPE IN
STICKY BOOLEAN IN DEFAULT
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA CLOB IN
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA BINARY FILE LOB IN
CSID NUMBER IN DEFAULT
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA BLOB IN
CSID NUMBER IN DEFAULT
PROCEDURE DELETERESOURCE
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DELETE_OPTION BINARY_INTEGER IN DEFAULT
PROCEDURE DELETERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
METADATA REF OF XMLTYPE IN
DELETE_OPTION BINARY_INTEGER IN DEFAULT
PROCEDURE DELETERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
METADATANS VARCHAR2 IN
METADATANAME VARCHAR2 IN
DELETE_OPTION BINARY_INTEGER IN DEFAULT
FUNCTION EXISTSRESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
FUNCTION GETACLDOCUMENT RETURNS XMLTYPE
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
FUNCTION GETFTPPORT RETURNS NUMBER
FUNCTION GETHTTPPORT RETURNS NUMBER
PROCEDURE GETLISTENERENDPOINT
Argument Name Type In/Out Default?
ENDPOINT NUMBER IN
HOST VARCHAR2 OUT
PORT NUMBER OUT
PROTOCOL NUMBER OUT
PROCEDURE GETLOCKTOKEN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
LOCKTOKEN VARCHAR2 OUT
FUNCTION GETPRIVILEGES RETURNS XMLTYPE
Argument Name Type In/Out Default?
RES_PATH VARCHAR2 IN
FUNCTION GETRESOID RETURNS RAW
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
FUNCTION GETXDB_TABLESPACE RETURNS VARCHAR2
PROCEDURE LINK
Argument Name Type In/Out Default?
SRCPATH VARCHAR2 IN
LINKFOLDER VARCHAR2 IN
LINKNAME VARCHAR2 IN
FUNCTION LOCKRESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DEPTHZERO BOOLEAN IN
SHARED BOOLEAN IN
PROCEDURE MIGRATEALLXMLFROM9201
PROCEDURE MIGRATECOLUMNFROM9201
Argument Name Type In/Out Default?
OWNER VARCHAR2 IN
TABLE_NAME VARCHAR2 IN
COLUMN_NAME VARCHAR2 IN
PROCEDURE MIGRATETABLEFROM9201
Argument Name Type In/Out Default?
OWNER VARCHAR2 IN
TABLE_NAME VARCHAR2 IN
PROCEDURE MOVEXDB_TABLESPACE
Argument Name Type In/Out Default?
NEW_TABLESPACE VARCHAR2 IN
PROCEDURE PURGERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
PROCEDURE REBUILDHIERARCHICALINDEX
PROCEDURE RENAMERESOURCE
Argument Name Type In/Out Default?
SRCPATH VARCHAR2 IN
DESTFOLDER VARCHAR2 IN
NEWNAME VARCHAR2 IN
PROCEDURE SETACL
Argument Name Type In/Out Default?
RES_PATH VARCHAR2 IN
ACL_PATH VARCHAR2 IN
PROCEDURE SETFTPPORT
Argument Name Type In/Out Default?
NEW_PORT NUMBER IN
PROCEDURE SETHTTPPORT
Argument Name Type In/Out Default?
NEW_PORT NUMBER IN
PROCEDURE SETLISTENERENDPOINT
Argument Name Type In/Out Default?
ENDPOINT NUMBER IN
HOST VARCHAR2 IN
PORT NUMBER IN
PROTOCOL NUMBER IN
PROCEDURE SETLISTENERLOCALACCESS
Argument Name Type In/Out Default?
L_ACCESS BOOLEAN IN
FUNCTION UNLOCKRESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DELTOKEN VARCHAR2 IN
PROCEDURE UPDATERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
OLDMETADATA REF OF XMLTYPE IN
NEWMETADATA REF OF XMLTYPE IN
PROCEDURE UPDATERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
OLDMETADATA REF OF XMLTYPE IN
NEWMETADATA XMLTYPE IN
PROCEDURE UPDATERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
OLDNS VARCHAR2 IN
OLDNAME VARCHAR2 IN
NEWMETADATA XMLTYPE IN
PROCEDURE UPDATERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
OLDNS VARCHAR2 IN
OLDNAME VARCHAR2 IN
NEWMETADATA REF OF XMLTYPE IN
Linux
SQL> desc dbms_xdb
FUNCTION ACLCHECKPRIVILEGES RETURNS BINARY_INTEGER
Argument Name Type In/Out Default?
ACL_PATH VARCHAR2 IN
OWNER VARCHAR2 IN
PRIVS XMLTYPE IN
PROCEDURE APPENDRESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA XMLTYPE IN
PROCEDURE APPENDRESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA REF OF XMLTYPE IN
FUNCTION CFG_GET RETURNS XMLTYPE
PROCEDURE CFG_REFRESH
PROCEDURE CFG_UPDATE
Argument Name Type In/Out Default?
XDBCONFIG XMLTYPE IN
FUNCTION CHANGEPRIVILEGES RETURNS BINARY_INTEGER
Argument Name Type In/Out Default?
RES_PATH VARCHAR2 IN
ACE XMLTYPE IN
FUNCTION CHECKPRIVILEGES RETURNS BINARY_INTEGER
Argument Name Type In/Out Default?
RES_PATH VARCHAR2 IN
PRIVS XMLTYPE IN
PROCEDURE CLEANSGAFORUPGRADE
FUNCTION CREATEFOLDER RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
FUNCTION CREATEOIDPATH RETURNS VARCHAR2
Argument Name Type In/Out Default?
OID RAW IN
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA VARCHAR2 IN
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA XMLTYPE IN
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA REF OF XMLTYPE IN
STICKY BOOLEAN IN DEFAULT
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA CLOB IN
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA BINARY FILE LOB IN
CSID NUMBER IN DEFAULT
FUNCTION CREATERESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DATA BLOB IN
CSID NUMBER IN DEFAULT
PROCEDURE DELETERESOURCE
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DELETE_OPTION BINARY_INTEGER IN DEFAULT
PROCEDURE DELETERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
METADATA REF OF XMLTYPE IN
DELETE_OPTION BINARY_INTEGER IN DEFAULT
PROCEDURE DELETERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
METADATANS VARCHAR2 IN
METADATANAME VARCHAR2 IN
DELETE_OPTION BINARY_INTEGER IN DEFAULT
FUNCTION EXISTSRESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
FUNCTION GETACLDOCUMENT RETURNS XMLTYPE
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
FUNCTION GETFTPPORT RETURNS NUMBER
FUNCTION GETHTTPPORT RETURNS NUMBER
PROCEDURE GETLOCKTOKEN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
LOCKTOKEN VARCHAR2 OUT
FUNCTION GETPRIVILEGES RETURNS XMLTYPE
Argument Name Type In/Out Default?
RES_PATH VARCHAR2 IN
FUNCTION GETRESOID RETURNS RAW
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
FUNCTION GETXDB_TABLESPACE RETURNS VARCHAR2
PROCEDURE LINK
Argument Name Type In/Out Default?
SRCPATH VARCHAR2 IN
LINKFOLDER VARCHAR2 IN
LINKNAME VARCHAR2 IN
FUNCTION LOCKRESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DEPTHZERO BOOLEAN IN
SHARED BOOLEAN IN
PROCEDURE MIGRATEALLXMLFROM9201
PROCEDURE MIGRATECOLUMNFROM9201
Argument Name Type In/Out Default?
OWNER VARCHAR2 IN
TABLE_NAME VARCHAR2 IN
COLUMN_NAME VARCHAR2 IN
PROCEDURE MIGRATETABLEFROM9201
Argument Name Type In/Out Default?
OWNER VARCHAR2 IN
TABLE_NAME VARCHAR2 IN
PROCEDURE MOVEXDB_TABLESPACE
Argument Name Type In/Out Default?
NEW_TABLESPACE VARCHAR2 IN
PROCEDURE PURGERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
PROCEDURE REBUILDHIERARCHICALINDEX
PROCEDURE RENAMERESOURCE
Argument Name Type In/Out Default?
SRCPATH VARCHAR2 IN
DESTFOLDER VARCHAR2 IN
NEWNAME VARCHAR2 IN
PROCEDURE SETACL
Argument Name Type In/Out Default?
RES_PATH VARCHAR2 IN
ACL_PATH VARCHAR2 IN
PROCEDURE SETFTPPORT
Argument Name Type In/Out Default?
NEW_PORT NUMBER IN
PROCEDURE SETHTTPPORT
Argument Name Type In/Out Default?
NEW_PORT NUMBER IN
FUNCTION UNLOCKRESOURCE RETURNS BOOLEAN
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
DELTOKEN VARCHAR2 IN
PROCEDURE UPDATERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
OLDMETADATA REF OF XMLTYPE IN
NEWMETADATA REF OF XMLTYPE IN
PROCEDURE UPDATERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
OLDMETADATA REF OF XMLTYPE IN
NEWMETADATA XMLTYPE IN
PROCEDURE UPDATERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
OLDNS VARCHAR2 IN
OLDNAME VARCHAR2 IN
NEWMETADATA XMLTYPE IN
PROCEDURE UPDATERESOURCEMETADATA
Argument Name Type In/Out Default?
ABSPATH VARCHAR2 IN
OLDNS VARCHAR2 IN
OLDNAME VARCHAR2 IN
NEWMETADATA REF OF XMLTYPE IN
From these descriptions you can see that
PROCEDURE SETLISTENERENDPOINT
and
PROCEDURE SETLISTENERLOCALACCESS
are missing on LINUX
(oracle-xe-univ-10.2.0.1-1.0.i386.rpm)
Error when attempting
exec dbms_xdb.setlistenerlocalaccess(false);
SQL> exec dbms_xdb.setlistenerlocalaccess(false);
BEGIN dbms_xdb.setlistenerlocalaccess(false); END;
ERROR at line 1:
ORA-06550: line 1, column 16:
PLS-00302: component 'SETLISTENERLOCALACCESS' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
A description of the package in Linux and Windows does not agree with your comment that this is identical on both systems. I cant comment about whether the UI works on Linux or not since have not access to a local browser.
Thank you for your assistance.

Similar Messages

  • Problem with dbms_xdb.setListenerLocalAccess(false);

    Hello,
    I just made a clean instal of XE and I loged in as sysdba and tried to run:
    exec dbms_xdb.setListenerLocalAccess(TRUE);
    but I keep getting and error
    component dbms_xdb.setListenerLocalAccess must be declared.
    I do not know if it is relevant or not, but I made an exception in firewall for 8080 and no antivirus is interfering.
    Any ideas what is wrong and how I can fix this.
    Thanks in advance.

    Hi jana;
    Please see:
    http://www.liberidu.com/blog/?p=185
    dbms_xdb.setListenerLocalAccess
    DBMS_XDB.SETLISTENERLOCALACCESS (missing on Linux)
    Regard
    Helios

  • Cannot run 'exec dbms_xdb.setlistenerlocalaccess(false)' in sqlplus for XE

    Cannot run 'exec dbms_xdb.setlistenerlocalaccess(false)' from within sqlplus.
    Apparently it does not exist, because when i do
    sql> describe dbms_xdb
    it shows sethttpport... but not the setlistenerlocalaccess.

    Do you get any error messages?
    It works correctly for me:
    C:\WINDOWS\system32>sqlplus system/<pwd>@xe
    SQL*Plus: Release 10.2.0.1.0 - Production on Sa Feb 25 20:47:16 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Verbunden mit:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> exec dbms_xdb.setListenerLocalAccess(true);
    PL/SQL-Prozedur erfolgreich abgeschlossen.
    SQL> exec dbms_xdb.setListenerLocalAccess(false);
    PL/SQL-Prozedur erfolgreich abgeschlossen.###
    1) As which user do you connect?
    2) What version do you use (e.g. Windows Universal or Linux Western European)?
    3) Please post your error sqlplus protocol
    ~Dietmar.

  • Problem with DBMS_XDB.SETLISTENERLOCALACCESS (error PLS-00201)

    Hello everyone,
    I'm new to oracle and I have a problem after my installation.
    I install Oracle XE 11.2 on CENTOS 6.
    The installation does not seem to be a problem.
    Now I'm trying to activate the web interface for my lan with the command EXEC DBMS_XDB.SETLISTENERLOCALACCESS (FALSE);
    Unfortunately it does not work. Here is the error:
    -bash-4.1$ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Wed Nov 20 15:40:23 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
    SQL> EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
    BEGIN DBMS_XDB.SETLISTENERLOCALACCESS(FALSE); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_XDB.SETLISTENERLOCALACCESS' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    SQL>
    If someone can help me ... (and sorry for my english).

    Pretty sure the ...setlistenerlocalaccess call is not needed for the 11g XE version, by default in a 10g XE install remote apex access was disabled "out of the box". There was a change to that behavior in the final (?) 11g installer.
    Try a `desc[ribe] dbms_xdb` in sqlplus, that should give a (fairly long) listing of that package, its procedures and functions. What matters for getting the apex web pages working is a few items that relate to the network setup for the host and how the installer gets all that set up in the $ORACLE_HOME/network/admin/listener.ora file.
    Also note per the XE docs, Managing Network Connections says to use a SYSTEM connection, not SYSDBA, although for the XE setup on my (windows host) either a sysdba or a system connection both run that exec statement OK for me. Might be a linux vs. windows thing.
    A `lsnrctl status` output will show an HTTP presentation endpoint (default port 8080) in the section "Listener endpoints ..." as well as an endpoint to service remote database connection requests on port 1521. If the 8080 endpoint is not showing up, nothing will get the apex working. Nothing.
    And if you want to connect to apex from a different (remote) host be sure port 8080 is open in the firewall. That step is a frequent tripping point for lots of folks.
    Message was edited by: clcarter
    added system connection info from XE docs

  • EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);

    hi, there i have execute this procedure in database
    EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
    How to query if the procedure is success.. tx

    SETLISTENERLOCALACCESS Procedure (as per manual)
    This procedure restricts all listener end points of the XML DB HTTP server to listen either only on the localhost interface (when l_access is set to TRUE) or to listen on both localhost and non-localhost interfaces (when l_access is set to FALSE).
    If false then XDB endpoints are both on localhost and the public interfaces of the server. You can confirm that by
    checking the service endpoints registered with the LOCAL_LISTENER (i.e. are the HTTP and/or FTP raw endpoints available on localhost and the public IP of the server)?
    doing a physical check using telnet on the specified port on both localhost and the public IP
    Note the XDB need dispatchers and shared servers, and the DISPATCHER parameter correctly configured.

  • CRDB_JavaServer.ini file is missing in linux (for Crystal reports designer in Rational Application developer)

    <p>Hi </p><p>I am trying to design crystal reports in rational application developer on linux.  <br /></p><p>But I cannt find CRDB_JavaServer.ini  on linux. This file is present in Windows </p><p>in c:\program files\crystal decisions\2.5\bin path.But I cannt seem to find this file in linux.</p><p>I am running RAD 6011 ifix001,ifix002 and can see the Crystal Reports JSP Tags drawer in JSP design view.</p><p>But I cannot find "Crystal report" as one of the file types , when i right click on WebProject\WebContent folder</p><p>to create a new Crystal Report in my Web project. </p><p> </p><p>Any help would be much apprecated. </p><p>robin. </p>

    <p>I don&#39;t know much about this and I&#39;m assuming you already did a find or locate command.</p><p>Did you find a CRConfig.xml.  This file had replaced the old CRDB_JavaServer.ini in newer versions.  I&#39;m not sure which one IBM was using for this build.  If you have a support contract with IBM I would suggest talking to them as they handle first line support for this.  It could be that they forgot to include the file by mistake. </p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • NNM iSPI Performance for Traffic silentInstall*.properties missing for Linux

    HP -- I've been trying to figure out a way to get this information to you, and this is the best I could find.  When performing a silent installation of HP NNM iSPI Performance for Traffic, you need the silentInstallExt.properties, silentInstallMaster.properties, and silentInstallLeaf.properties files.  These files are not supplied with the Linux installation DVD image (Software_NNM_iSPI_Perf_Traf_Linux_9.20_Eng_TB770-15009.iso) -- you might want to remedy that.  If anyone needs to find the files for a silent install on Linux, you can get them from the Windows installation DVD image (Software_NNM_iSPI_Perf_Traf_10.00_Win_TB770-15014.iso) in the Traffic_NNM_Extension, Traffic_Master, and Traffic_Leaf directories.

    HP -- I've been trying to figure out a way to get this information to you, and this is the best I could find.  When performing a silent installation of HP NNM iSPI Performance for Traffic, you need the silentInstallExt.properties, silentInstallMaster.properties, and silentInstallLeaf.properties files.  These files are not supplied with the Linux installation DVD image (Software_NNM_iSPI_Perf_Traf_Linux_9.20_Eng_TB770-15009.iso) -- you might want to remedy that.  If anyone needs to find the files for a silent install on Linux, you can get them from the Windows installation DVD image (Software_NNM_iSPI_Perf_Traf_10.00_Win_TB770-15014.iso) in the Traffic_NNM_Extension, Traffic_Master, and Traffic_Leaf directories.

  • Saw.dll file is missing on Linux

    Hi all,
    I m trying to install OBIEE 10.1.3.2 on LinuxRedHat OS where Apache is already installed.
    I have finished the installation using the Basic mode. OC4j, BI server & Presentation server have started successfully. Httpd is also running.
    I have copied the analytics.war file to the html folder of the Apache server and have excecuted the jar -xvf analytics.war command too.
    The default.jsp page is also specified in the .conf file.
    The result of this is when I type http://localhost it shows me the default.jsp page in the Firefox. The value in this page is not parsed.
    I could not find saw.dll file on the machine.
    Is saw.dll file required to view answers, dashboards?
    Have searched entire forum but could not find any solution.
    Need help!!!

    Hello Cody. I created a sequenced
    Actuate 7 eSpreadsheet Designer 10.0.2 with Appv-5 Sp2. I published the package using the Powershell commands, but When I tested the app in this test machine the app never openned. The process eSpreadSheet.exe cosumed the 99% of the CPU and never
    open the app. I performed a Devirtualization in another machine and it looks work properly, So I think it's a virtualization problem. Do you have any idea how to fix this?
    Note: I created another sequence including all the DLLS detected in SystemX86 in the same directory where the exe file resides for this application C:\Program Files\Actuate7 as you suggested in the last entry but I'm still having the same problem.

  • Liboci.so missing on linux -x64

    I have installed oracle 11g on centos6.3-x64 .But I can't find liboci.so in the lib forder! why?

    bcm@bcm-laptop:~$ grep libocci master.lis
    /usr/lib/oracle/11.2/client64/lib/libocci.so.11.1
    /u01/app/oracle/product/11.2.0/dbhome_1/lib/libocci.so.11.1
    /u01/app/oracle/product/11.2.0/dbhome_1/lib/libocci11.a
    /u01/app/oracle/product/11.2.0/dbhome_1/lib/libocci.so
    /downloads/instantclient_11_2/libocci.so.11.1
    /home/oracle/oracle/product/10.2.0/db_1/lib/libocci10_296.so.10.1
    /home/oracle/oracle/product/10.2.0/db_1/lib/libocci.so.10.1
    /home/oracle/oracle/product/10.2.0/db_1/lib/libocci10.a
    /home/oracle/oracle/product/10.2.0/db_1/lib/libocci10_296.a
    /home/oracle/oracle/product/10.2.0/db_1/lib/libocci.so
    /home/oracle/oracle/product/10.2.0/db_1/lib32/libocci.so.10.1
    /home/oracle/oracle/product/10.2.0/db_1/lib32/libocci10.a
    /home/oracle/oracle/product/10.2.0/db_1/lib32/libocci.so
    /home/bcm/iclient/instantclient_11_2/libocci.so.11.1
    bcm@bcm-laptop:~$

  • Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto

    h2. Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto
    Version: B
    Author: Dude, 24. May 2011
    The following are step by step instructions how to install Oracle 11gR2 Express Edition (Beta) under Linux Ubuntu 11.04, 64-bit.
    Access to the Internet is required.
    The instructions cover the following additional topics:
    - Converting Red Hat based Oracle XE installer to Ubuntu.
    - Work-around for missing /sbin/chkconfig tool.
    - Install Oracle XE into a different directory or disk volume.
    - Relocate and configure the Oracle user and default login directory.
    - Uninstall, reconfigure and perform first database backup.
    - Notes and web links.
    - Troubleshooting
    h3. A) System Setup and Prerequisites
    h4. A.1. System Access
    You will need terminal command line, root and system console access to perform the setup tasks.
    To open a Terminal at the system console:
    Menu Applications > Accessories > TerminalThe following commands will enable remote ssh login with root access:
    sudo apt-get install openssh-server
    sudo passwd root
    Verify:
    ssh root@xe_server_host_nameh4. A.2. Software Prerequisites
    The following is required in order to install Oracle 11gR2 XE:
    sudo apt-get install alien libaio1 unixodbcThe following is not required, but it will fix backspace and arrow keys in case you prefer using the vi-editor:
    sudo apt-get install vimh4. A.3. System Swap space
    Minimum swap space required is 2 GB. You can increase swap space if necessary using a swap file:
    To analyze current swap space and memory configuration:
    sudo cat /proc/meminfo
    To install a 1 GB swapfile named swapfile in /, for example:
    sudo dd if=/dev/zero of=/swapfile bs=1024 count=1048576
    (this may take a while)
    sudo mkswap /swapfile
    sudo swapon /swapfile
    sudo cp /etc/fstab /etc/fstab.orig
    sudo echo '/swapfile swap swap defaults 0 0' >> /etc/fstab
    Verify:
    sudo swapon -a
    sudo swapon -sh4. A.4. Kernel Parameters
    Oracle 11g XE requires the following additional kernel parameters:
    sudo nano /etc/sysctl.d/60-oracle.conf
    (Enter the following)
    # Oracle 11g XE kernel parameters
    fs.file-max=6815744
    net.ipv4.ip_local_port_range=9000 65000
    kernel.sem=250 32000 100 128
    kernel.shmmax=536870912
    (Save the file)
    Note: kernel.shmmax = max possible value, e.g. size of physical RAM.
    Verify: sudo cat /etc/sysctl.d/60-oracle.conf
    Load new kernel parameters:
    sudo service procps start
    Verify:
    sudo sysctl -q fs.file-max
    -> fs.file-max = 6815744h4. A.5. Oracle Installation Directory
    The current Oracle Installation Guide uses the same directory like in previous versions: /usr/lib/oracle/xe/app/oracle/product/11.2.0/server. However, the current Beta installation uses Oracle Flexible Architecture (OFA) and installs into /u01/app/oracle/product/11.2.0/xe. Due to size limitations of Oracle XE it may not be necessary to store the installation to a specific directory or separate volume, but it is possible:
    Install Oracle XE to separate disk volume:
    From the system console menu: System > Administration > Disk Utility
    Select "ext3" filesystem for Oracle compatibility and specify a Volume label, e.g. Oracle.
    Notice the device name e.g. /dev/sdb
    Get the drive UUID:
    sudo blkid
    e.g. /dev/sdb: UUID="d19a2d8f-da43-4802-8bdb-0703c855e23a"
    Modify /etc/fstab to automatically mount the volume at system startup:
    sudo cp /etc/fstab /etc/fstab.original
    sudo nano /etc/fstab
    (Add the following, using determined UUID, for exmple)
    UUID=d19a2d8f-da43-4802-8bdb-0703c855e23a /u01 ext3 defaults,errors=remount-ro 0 1
    (Save the file)
    Create the mount-point, mount the new volume and set ownership and privileges:
    sudo mkdir /u01
    sudo mount -a
    sudo chown root:root /u01
    sudo chmod 755 /u01
    Verify:
    df -h
    or restart the systemYou can also install Oracle XE into a specific directory:
    Create a symbolic link to store the installation into an existing directory, for instance:
    sudo mkdir /home/oracle-xe
    sudo ln -s /home/oracle-xe /u01h3. C) Oracle 11g XE Download and Installation
    h4. C.1. Download and convert the Installer from Red Hat to Ubuntu
    Please see section E.3. to download the Oracle 11gR2 XE installer.
    Select the version listed for Linux x64.
    sudo unzip linux.x64_11gR2_OracleXE.zip
    sudo alien --to-deb --scripts oracle-xe-11.2.0-0.5.x86_64.rpm
    (This may take a while)h4. C.2. Create a special chkconfig script
    The Red Hat based installer of Oracle XE 11gR2 beta relies on +/sbin/chkconfig+, which is not used in Ubuntu. The chkconfig package available for the current version of Ubuntu produces errors and my not be safe to use. Below is a simple trick to get around the problem and install Oracle XE successfully:
    Create /sbin/chconfig:
    sudo nano /sbin/chkconfig
    (Cut and paste the following)
    #!/bin/bash
    # Oracle 11gR2 XE installer chkconfig hack for Debian by Dude
    file=/etc/init.d/oracle-xe
    if [[ ! `tail -n1 $file | grep INIT` ]]; then
       echo >> $file
       echo '### BEGIN INIT INFO' >> $file
       echo '# Provides:             OracleXE' >> $file
       echo '# Required-Start:       $remote_fs $syslog' >> $file
       echo '# Required-Stop:        $remote_fs $syslog' >> $file
       echo '# Default-Start:        2 3 4 5' >> $file
       echo '# Default-Stop:         0 1 6' >> $file
       echo '# Short-Description:    Oracle 11g Express Edition' >> $file
       echo '### END INIT INFO' >> $file
    fi
    update-rc.d oracle-xe defaults 80 01
    (Save the file)
    Set appropriate execute privileges:
    chmod 755 /sbin/chkconfig
    Note: You should remove the /sbin/chkconfig file after successful installation of Oracle XE.
    h4. C.3. Install and configure Oracle XE
    sudo dpkg --install ./oracle-xe_11.2.0-1.5_amd64.deb
    /etc/init.d/oracle-xe configure
    (This will take a while)
    Remove the /sbin/chkconfig script, which is no longer needed.
    sudo rm /sbin/chkconfigh4. C.4. Relocate and Configure the Oracle user login
    The Oracle XE installer specifies /u01/app/oracle as the login directory for the Oracle user. Although not really necessary, the following will relocate the Oracle user $HOME to a standard location and create standard /etc/skel login files:
    Exit all Oracle user sessions:
    sudo /etc/init.d/oracle-xe stop
    sudo kill -9 `ps -ef | grep oracle | grep -v grep | awk '{print $2}'`
    sudo userdel oracle
    sudo useradd -s /bin/bash -G dba -g dba -m oracle
    sudo passwd oracle
    Verify:
    sudo id oracle
    -> uid=1001(oracle) gid=1001(dba) groups=1001(dba)h4. C.5. Setup Oracle environment variables
    In order to use sqlplus and other tools, the Oracle account requires certain environment variables. The following will set these variables automatically at every interactive Oracle login:
    sudo echo '. /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh' >> /home/oracle/.bashrch4. C.6. Oracle sudo root access
    It is not essential to allow the Oracle user to use sudo, but it is convenient:
    usermod -G admin oracle
    Verify:
    id oracle
    -> uid=1001(oracle) gid=1001(dba) groups=1001(dba),120(admin)
    sudo su -
    -> Enter Oracle account passwordh4. C.7. Oracle 11g XE Post-installation
    After you install Oracle Database XE, its graphical user interface is only available from the local server, but not remotely.
    The following will correct the problem if necessary:
    Login as user Oracle or use:
    su - oracle
    sqlplus / as sysdba
    At the SQL prompt, enter the following command:
    EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
    exith3. D) Unintstall, Reconfigure and Troubleshooting
    h4. D.1. Uninstall Oracle 11g XE
    The following will completely uninstall and remove Oracle 11g XE:
    Login as user root:
    sudo su -
    /etc/init.d/oracle-xe stop
    dpkg --purge oracle-xe
    rm -r /u01/app
    rm /etc/default/oracle-xe
    update-rc.d -f oracle-xe removeh4. D.2. Reconfigure Oracle 11g XE
    Type the following in a terminal window:
    /etc/init.d/oracle-xe stop
    sudo rm /etc/default/oracle-xe
    /etc/init.d/oracle-xe configureh4. D.3. Enable Archivelog mode and perform a database backup
    Login as user Oracle:
    su - oracle
    sqlplus / as sysdba
    At the SQL prompt, enter the following commands:
    shutdown immediate
    startup mount
    alter database archivelog;
    alter database open;
    exit
    Login to system console of the Oracle user account:
    Select Applications > Oracle Database 11g Express Edition > Backup Databaseh3. E) Notes
    h4. E.1. Oracle 11g XE limitiations overview
    - It will consume, at most, processing resources equivalent to one CPU.
    - Only one installation of Oracle Database XE can be performed on a single computer.
    - The maximum amount of user data in an Oracle Database XE database cannot exceed 11 GB.
    - The maximum amount of RAM that Oracle XE uses cannot exceed 1 GB, even if more is available.
    - HTTPS is not supported natively with the HTTP listener built into Oracle Database XE.
    h4. E.2. Documentation and Links
    Official documentation for Oracle 11gR2 XE can be found at:
    http://www.oracle.com/pls/xe112/homepage
    h4. E.3. Oracle 11g XE downloads
    The Installer is available from the Oracle Technology Network at:
    http://www.oracle.com/technology/products/database/xe
    http://www.oracle.com/technetwork/database/express-edition/downloads/index.html
    h4. E.4 APEX links and archives
    The APEX archives can be found at:
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/all-archives-099381.html
    The APEX download site is:
    http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html
    h3. F) Troubleshooting
    ... in progress
    Regards and best of luck!
    Edited by: Dude on May 25, Version B: various corrections. chkconfig package (A.2.) not required.

    even though I am admin user.Admin user is a MS Windows term, that does not apply to Linux or Unix in the same fashion.
    The configuration script tells you "You must be root user to run the configure script. Login as root user and
    then run the configure script."
    This is most likely correct because your account is not root and does not have UID 0. What you can do is to login as root e.g. sudo su -, as the message suggest, or use "sudo /etc/init.d/oracle-xe configure", provided your account is defined in the /etc/sudoers file to perform root/admin actions.
    Btw, do not modify /etc/passwd and /etc/group to give you admin privileges or try to create a another root account under a different name. That's not the way it works and usually leads to nasty problems.

  • Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 howto

    h1. Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 howto
    Author: Dude
    Version: D
    Last modified: 14-Jan-2012
    You are welcome to add comments, but please do not discuss your installation issues in this thread.  If you have a question about the instructions, please add a simple note to the link of your own thread. The instructions are the result of my own research and development. If you would like to use any of the information for your own blog or website, please include a link to this reference to include future changes.
    Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 howto
    h2. Purpose
    This document outlines instructions how to install Oracle XE under Ubuntu 11.10.
    Ubuntu or Debian based Linux is not on the list of supported operation systems according to the Oracle documentation at http://download.oracle.com/docs/cd/E17781_01/install.112/e18802/toc.htm. You may want to consider virtualization software like Oracle Virtualbox and install Oracle Enterprise Linux as a free and professional alternative to installing XE under Ubuntu. You can also download pre-build virtual machines that include Oracle XE. You can browse http://otn.oracle.com/community/developer-vm for more information.
    h2. Topics
    h4. 1) Install Linux Ubuntu
    h4. 2) Remote Terminal
    h4. 3) Install Additional Software
    h4. 4) Managing Swap Space
    h4. 5) Modify Kernel Parameters
    h4. 6) Oracle Home Directory
    ...a) Resize the Root Partition
    ...b) Setup External Storage
    h4. 7) ORA-00845: MEMORY_TARGET
    h4. 8) Installing Oracle 11gR2 Express Edition
    h4. 9) Post-Installation
    h4. 10) Tips and Troubleshooting
    ...a) Port 1521 appears to be in use by another application
    ...b) cannot touch `/var/lock/subsys/listener': No such file or directory
    ...c) ORA-00845: MEMORY_TARGET
    ...d) Apex ADMIN password
    ...e) SYS and SYSTEM password
    ...f) Uninstall Oracle 11g XE
    ...g) Reconfigure Oracle 11g XE
    ...h) Gnome Classic desktop
    ...i) Unix vi cursor keys
    ...j) Backup Database
    h4. 11) History
    h4. 12) References
    h2. 1) Install Linux Ubuntu
    The following assumes you have installed Ubuntu 11.10 Desktop Edition for AMD 64-bit, or upgraded from a previous version. Keep in mind that Oracle 11gR2 Express Edition is only available for 64-bit architecture. It is not necessarily a requirement, but I would not bother to install Oracle 11gR2 XE on a system with less than 2 GB of RAM installed. You can download Ubuntu for free at: http://www.ubuntu.com/download/ubuntu and install it using the default settings provided.
    You can apply the latest OS patch-sets by clicking the power button icon in the upper right hand corner of the screen and selecting "Updates available..."
    h2. 2) Remote Terminal
    You will need command line access to perform the installation tasks. Select the top "Dash Home" button of the Unity toolbar and enter the word "terminal", or use CTRL-ALT-t. If you prefer to open a remote terminal session use SSH. Ubuntu does not come with a secure shell login by default. To install it, use the following command:
    sudo apt-get install openssh-serverYou cannot login as root unless you set a root password using the "sudo passwd root" command. However, you can get root user access using the "sudo" command, which requires only to re-enter the password of your personal account. Access to "sudo" is controlled by the /etc/sudoers file.
    The best way to establish a remote command line session as root is to login with your personal account, e.g.: ssh [email protected], and then type "sudo su -" to become root, or use "sudo <command>" to execute individual commands. If your account does not have "sudo" access you can login as root using "su - root", but will need to know the root password.
    h2. 3) Install Additional Software
    Oracle 11g Express Edition requires additional software that is not installed by default:
    sudo apt-get install alien libaio1 unixodbch2. 4) Managing Swap Space
    Oracle demands that the minimum swap space for Oracle Database XE is 2 GB (2095100 KB) or twice the size of RAM, whichever is lesser. Enter the following shell command to verify your swap space:
    cat /proc/meminfo | grep -i swap
    SwapCached:            0 kB
    SwapTotal:       2095100 kB
    SwapFree:        2095100 kBYou can increase available swap space by using a swap file as long as disk space permits. The advantage of a swap file versus a swap partition is flexible space management because you can add or delete swap space on demand as necessary. The following will create and enable an additional 1 GB swap file at system startup, located in the /home directory:
    Login as root:
    sudo su -Enter the following commands:
    dd if=/dev/zero of=/home/swapfile bs=1024 count=1048576
    mkswap /home/swapfile
    swapon /home/swapfile
    swapon -aCreate a backup of the original "fstab" file and add the new swap file:
    cp /etc/fstab /etc/fstab.backup_`date +%N`
    echo '/home/swapfile swap swap defaults 0 0' >> /etc/fstabExit from root and verify the new swap space:
    exit
    swapon -s
    Filename                    Type          Size     Used     Priority
    /dev/sda5                               partition     2095100     0     -1
    /home/swapfile                          file          1048572     0     -2Swap space is not a substitute for installed RAM. Swap space is a safeguard that allows the system to move idle processes to disk before the OOM killer will begin to terminate processes in order to free up enough real memory to keep the system operational. The general rule for sizing the swap space depends on the size of installed RAM. If your system has less then 4 GB of RAM the swap space should usually be at least twice this size. If you have more than 8 GB of RAM installed you may consider to use an equal size as swap space. The more RAM you have installed, the less likely you are going to run into memory starvation, and the less likely you are going to need swap space, unless you have a bad process.
    h2. 5) Modify Kernel Parameters
    Oracle 11gR2 Express Edition requires the following Kernel parameters. Enter the commands exactly as shown:
    Login as root:
    sudo su -Cut & paste the following directly into a command shell (not a text editor):
    cat > /etc/sysctl.d/60-oracle.conf <<-EOF
    # Oracle 11g XE kernel parameters
    fs.file-max=6815744
    net.ipv4.ip_local_port_range=9000 65500
    kernel.sem=250 32000 100 128
    # kernel.shmmax=429496729
    kernel.shmmax=107374183
    EOFLoad and verify the new kernel parameters:
    service procps start
    sudo sysctl -q fs.file-max
    sudo sysctl -q kernel.shmmax
    sudo sysctl -q net.ipv4.ip_local_port_range
    sudo sysctl -q kernel.sem The SHMMAX kernel parameter defines the upper memory limit of a process. It is a safeguard to stop a bad process from using all memory and causing RAM starvation. The Linux default is 32 MB. The official Oracle XE installation documentation suggests a value of 4 GB -1 bytes (429496729). Since Oracle 11g XE has a 1 GB memory limit, a smaller footprint will be a better safeguard for the complete system. Setting the SHMMAX parameter to 107374183 will be sufficient.
    h2. 6) Oracle Home Directory
    At the time of this writing, Enterprise Linux 6 is not supported for Oracle database yet. It is therefore not possible to confirm Oracle ext4 filesystem compatibility, which is default in Ubuntu 11. According to various information, ext4 may cause a performance problem for Oracle 11g database. The following will show you how to add a ext3 partition to your existing setup.
    h3. 6.a) Resize the Root Partition
    Provided you have sufficient free disk space, you should be able to resize the root partition to create an extra ext3 filesystem. Considering the 11 GB user datafile limit of the Express Edition, 18 GB should be more than enough.
    You can use the free Gparted Live CD to shrink your startup volume. Gparted downloads are available at http://sourceforge.net/projects/gparted/files/gparted-live-stable. When burning the CD, pay attention to burn the raw .iso image and not the possibly "mounted" image. If you are using a virtual machine like Oracle Virtualbox, you can mount the .iso image directly. There are going to be a few prompts when the system starts from the CD, but you can press Return to accept the defaults.
    When the Gparted window appears:
    - Select your ext4 root partition, usually /dev/sda1
    - Select the "Resize/Move" button from the toolbar.
    - Enter 18000 into the "Free space following" field and press the Return key.
      Be careful not not change the start of the partition!
    - Click the "Resize/Move" of the dialog and then then the "Apply" toolbar button.
      The process may take several minutes - do not abandon it!
    - Select the new unallocated free space of ~ 18 GB and push the "New" button.
    - Set the file system to "ext3" and label it "oraclexe" and click the "Add" button.
      Be sure to label it oraclexe, otherwise the follow-up instructions will fail.
    - Finally select "Apply from the toolbar to apply the changes.
    - Quit "Gparted", select "Exit" from the desktop and choose "Reboot" to restart the system.
    {code}
    After the system has restarted, open a terminal command shell.
    Login as root:
    {code}
    sudo su -
    {code}
    Backup "fstab" and add the UUID of the partition. The "tr" command remove the quotes:
    {code}
    cp /etc/fstab /etc/fstab_`date +%N`
    uuid=`blkid | grep oraclexe | awk '{print $3}'`
    uuid=`echo $uuid | tr -d '\042'`
    echo $uuid
    echo "$uuid  /u01  ext3  errors=remount-ro 0 1" >> /etc/fstab
    {code}
    The UUID is a unique number and should look similar to:
    {code}
    UUID=d1db753e-b5dd-4a4c-a61e-259c69867b58
    {code}
    Restart the system:
    {code}
    reboot
    {code}
    Verify the success:
    {code}
    df -h /u01
    {code}
    h3. 6.b) Setup External Storage
    If you prefer to setup an external drive to install Oracle XE, beware that it can be a fatal mistake to make an entry in /etc/fstab to automount your external storage device.  An unavailable device in /etc/fstab will prevent a system startup and prompt for appropriate actions at the console.
    The following is an example of how to prepare an external storage device to be used for Oracle 11g, including a script to automatically mount an external drive at system startup without the disadvantages of /etc/fstab. The script will also take into consideration that a device name might shift if you attach additional devices.
    To find out which USB devices are connected:
    {code}
    sudo parted -l
    {code}
    Look for the device that matches your USB storage. For example: /dev/sdb1
    {code}
    Model: USB 2.0 Flash Disk (scsi)
    Disk /dev/sdb: 2064MB
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt
    Number  Start   End     Size    File system  Name     Flags
    1      20.5kB  1929MB  1929MB  hfs+         mystick
    {code}
    Initialize the device using ext3 filesystem - this will erase all data. The "-c" option will check for bad blocks (read-only), "-L" is the volume label:
    {code}
    sudo umount /dev/sdb1
    sudo mkfs.ext3 -c -L oraclexe /dev/sdb1
    {code}
    Install the pmount distribution package:
    {code}
    sudo apt-get install pmount
    {code}
    Login as root:
    {code}
    sudo su -
    {code}
    Cut & paste the following into the command prompt (not a text editor):
    {code}
    cat > /etc/init.d/oracle-mount <<-EOF
    #! /bin/sh
    # /etc/init.d/oracle-mount
    VOL_UUID=alphanumeric
    VOL_LABEL=oraclexe
    VOL_SYMLINK=/u01
    mount=/usr/bin/pmount
    uuid2dev() {
       VOL_DEVICE="\`blkid | grep \$VOL_UUID | awk '{print \$1}'\`"
       VOL_DEVICE="\`echo \$VOL_DEVICE | tr -d ':'\`"
       echo \$VOL_DEVICE
    case "\$1" in
      start)
        echo "Starting script /etc/init.d/oracle-mount"
        uuid2dev
        \$mount \$VOL_DEVICE \$VOL_LABEL
        if [ -d /media/\$VOL_LABEL ]; then
           echo "Mount \$VOL_DEVICE success"
           ln -sf /media/\$VOL_LABEL \$VOL_SYMLINK
        else
           echo "Error mouting \$VOL_DEVICE"
        fi
      stop)
        echo "Stopping script /etc/init.d/oracle-mount"
        uuid2dev
        /bin/umount \$VOL_DEVICE 2>/dev/null
        if [ "\`/usr/bin/pmount | /bin/grep \$VOL_DEVICE\`" ]; then
           echo "Error unmounting \$VOL_DEVICE"
        else
           rm -f \$VOL_SYMLINK
        fi
        echo "Usage: /etc/init.d/oracle-u01 {start|stop}"
        exit 1
    esac
    ### BEGIN INIT INFO
    # Provides:          oracle-mount
    # Required-Start:    \$remote_fs \$syslog
    # Required-Stop:     \$remote_fs \$syslog
    # Default-Start:     2 3 4 5
    # Default-Stop:      0 1 6
    # Short-Description: Start daemon at boot time
    # Description:       Mount hotplug-usb drive and create symlink
    ### END INIT INFO
    EOF
    {code}
    Install the oracle-mount init script:
    {code}
    chmod 755 /etc/init.d/oracle-mount
    update-rc.d oracle-mount defaults 01 99
    {code}
    Get the UUID of the volume "oraclexe" and update the VOL_UUID in the init script accordingly:
    {code}
    uuid=`blkid | grep oraclexe | awk '{print $3}'`
    echo $uuid
    sed -i "s/^VOL_UUID=.*/VOL_$uuid/g" /etc/init.d/oracle-mount
    {code}
    The UUID of your device will be a unique number, but should be similar to:
    {code}
    UUID="3f5e9963-b328-49f3-b3e8-a3561ae34106"
    {code}
    Logout of root and test the init script:
    {code}
    exit
    sudo /etc/init.d/oracle-mount stop
    ls /u01
    sudo /etc/init.d/oracle-mount start
    ls /u01
    {code}
    Your output should look like:
    {code}
    Stopping script /etc/init.d/oracle-mount
    /dev/sdb1
    ls: cannot access /u01: No such file or directory
    Starting script /etc/init.d/oracle-mount
    /dev/sdb1
    Mount /dev/sdb1 success
    lost+found
    {code}
    h2. 7) ORA-00845: MEMORY_TARGET
    Oracle 11gR2 XE under Ubuntu 11.10 will result in "ORA-00845: MEMORY_TARGET not support on this system" either at Oracle database startup or during the initial installation. Ubuntu 11.10 uses a new version of the "systemd" system and session manager and has migrated away from /dev/shm and other common directories in favor of /run.
    There are several ways how to address the problem. You can either enable /dev/shm shared memory, or change the default memory management of Oracle 11g from AMM (Automatic Memory Management) to ASMM (Automatic Shared Memory Management) as it was in used the previous 10g version. Since AMM is one of the new features of 11g, the following will show you how to make to make AMM work.
    Login as root:
    {code}
    sudo su -
    {code}
    Cut & paste the following into the command prompt (not a text editor):
    {code}
    cat > /etc/init.d/oracle-shm <<-EOF
    #! /bin/sh
    # /etc/init.d/oracle-shm
    case "\$1" in
      start)
        echo "Starting script /etc/init.d/oracle-shm"
        # Run only once at system startup
        if [ -e /dev/shm/.oracle-shm ]; then
          echo "/dev/shm is already mounted, nothing to do"
        else
          rm -f /dev/shm
          mkdir /dev/shm
          mount -B /run/shm /dev/shm
          touch /dev/shm/.oracle-shm
        fi
      stop)
        echo "Stopping script /etc/init.d/oracle-shm"
        echo "Nothing to do"
        echo "Usage: /etc/init.d/oracle-shm {start|stop}"
        exit 1
    esac
    ### BEGIN INIT INFO
    # Provides:          oracle-shm
    # Required-Start:    $remote_fs $syslog
    # Required-Stop:     $remote_fs $syslog
    # Default-Start:     2 3 4 5
    # Default-Stop:      0 1 6
    # Short-Description: Bind /run/shm to /dev/shm at system startup.
    # Description:       Fix to allow Oracle 11g use AMM.
    ### END INIT INFO
    EOF
    {code}
    Install the oracle-shm init script:
    {code}
    chmod 755 /etc/init.d/oracle-shm
    update-rc.d oracle-shm defaults 01 99
    {code}
    Restart the system:
    {code}
    reboot
    {code}
    Verify the success:
    {code}
    sudo cat /etc/mtab | grep shm
    {code}
    {code}
    none /run/shm tmpfs rw,nosuid,nodev 0 0
    /run/shm /dev/shm none rw,bind 0 0
    {code}
    The upper limit of shared memory under Linux is set to 50 % of the installed RAM by default. If your system has less than 2 GB of RAM installed, there is still a chance to run into ORA-00845 error if your shared memory is used by other software.
    The verify available shared memory, type the following commands:
    {code}
    sudo df -h /run/shm
    {code}
    h2. 8) Installing Oracle 11gR2 Express Edition
    The final release version of Oracle 11gR2 Express Edition can be downloaded for free at http://otn.oracle.com/database/express-edition/downloads. The software should automatically downloaded into the "Downloads" folder of your home directory.
    Enter the following commands to unpack the installer:
    {code}
    cd ~/Downloads
    unzip oracle-xe-11.2.0-1.0.x86_64.rpm.zip
    rm oracle-xe-11.2.0-1.0.x86_64.rpm.zip
    {code}
    The Debian Linux based package management of Ubuntu is not compatible with the Red Hat package manager. The Oracle installer needs to be converted using the following commands:
    {code}
    cd ~/Downloads/Disk1
    sudo alien --to-deb --scripts oracle-xe-11.2.0-1.0.x86_64.rpm
    (This may take a few minutes)
    rm oracle-xe-11.2.0-1.0.x86_64.rpm
    {code}
    The following needs to be set for compatibility:
    {code}
    sudo ln -s /usr/bin/awk /bin/awk
    sudo mkdir /var/lock/subsys
    {code}
    Ubuntu uses different tools to manage services and system startup scripts. The "chkconfig" tool required by the Oracle installer is not available in Ubuntu. The following will create a file to simulate the "chkconfig" tool.
    Login as root:
    {code}
    sudo su -
    {code}
    Copy & paste the following *directly* into the command prompt to create a file:
    {code}
    cat > /sbin/chkconfig <<-EOF
    #!/bin/bash
    # Oracle 11gR2 XE installer chkconfig hack for Debian based Linux (by dude)
    # Only run once.
    echo "Simulating /sbin/chkconfig..."
    if [[ ! \`tail -n1 /etc/init.d/oracle-xe | grep INIT\` ]]; then
    cat >> /etc/init.d/oracle-xe <<-EOM
    ### BEGIN INIT INFO
    # Provides:                  OracleXE
    # Required-Start:        \\\$remote_fs \\\$syslog
    # Required-Stop:        \\\$remote_fs \\\$syslog
    # Default-Start:            2 3 4 5
    # Default-Stop:            0 1 6
    # Short-Description:   Oracle 11g Express Edition
    ### END INIT INFO
    EOM
    fi
    update-rc.d oracle-xe defaults 80 01
    EOF
    {code}
    Exit root:
    {code}
    exit
    {code}
    Set execute privileges:
    {code}
    sudo chmod 755 /sbin/chkconfig
    {code}
    Install Oracle 11gR2 Express Edition entering the following commands:
    {code}
    cd ~/Downloads/Disk1
    sudo dpkg --install ./oracle-xe_11.2.0-2_amd64.deb
    (This may take a couple of minutes)
    {code}
    Run the configuration script to create (clone) the database and follow the screen. Accept the default answers, including "y" to startup the database automatically, or modify as required.
    {code}
    sudo /etc/init.d/oracle-xe configure
    (This can take a few minutes - the installation completed successfully.)
    {code}
    To verify success, the procedure should end showing:
    {code}
    Starting Oracle Net Listener...Done
    Configuring database...Done
    Starting Oracle Database 11g Express Edition instance...Done
    Installation completed successfully.
    {code}
    Set a password for the Oracle account:
    {code}
    sudo passwd oracle
    {code}
    h2. 9) Post-Installation
    In order to use sqlplus and other tools, the Oracle account requires specific environment variables. The following will set these variables automatically at every Oracle login:
    Login as the Oracle user:
    {code}
    su - oracle
    {code}
    Copy the default account skeleton files and add the Oracle env script to .profile:
    {code}
    cp /etc/skel/.bash_logout ./
    cp /etc/skel/.bashrc ./
    cp /etc/skel/.profile ./
    echo "" >>./.profile
    echo '. /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh' >>./.profile
    {code}
    By default, the Oracle Database XE graphical user interface is only available at the local server, but not remotely. The following will enable remote logins:
    Login as the Oracle user:
    {code}
    su - oracle
    {code}
    Login as SYSDBA and execute the following:
    {code}
    sqlplus / as sysdba
    SQL> EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
    exit
    {code}
    See http://download.oracle.com/docs/cd/E17781_01/admin.112/e18585/toc.htm for more information.
    h3. a) Unity desktop configurations
    The Oracle XE menu under the previous Gnome Classic desktop shows several useful scripts to backup the database, start and stop the database, etc. Under the Unity based desktop this menu is not available. You can either switch to the Gnome Classic desktop as outlined in chapter 2, or perform the following steps to modify and copy the scripts as outlined below. The start and stop database scripts will also be modified to perform a progress feedback.
    Login as user root:
    {code}
    sudo su -
    {code}
    Convert desktop files:
    {code}
    cd /usr/share/applications
    sed -i 's/Categories.*/Categories=Database;Office;Development;/g' oraclexe*
    sed -i 's/MultipleArgs/X-MultipleArgs/g' oraclexe*
    sed -i 's/MimeType.*/MimeType=application\/x-database/g' oraclexe*
    sed -i 's/.png//g' oraclexe*
    sed -i 's/Terminal=false/Terminal=true/g' oraclexe-startdb.desktop
    sed -i 's/Terminal=false/Terminal=true/g' oraclexe-stopdb.desktop
    {code}
    Exit root:
    {code}
    exit
    {code}
    Login as user Oracle:
    {code}
    su - oracle
    {code}
    Modify database start and stop scripts:
    {code}
    cd /u01/app/oracle/product/11.2.0/xe/config/scripts
    cp startdb.sh start.sh_orig
    cp stopdb.sh stopdb.sh_orig
    sed -i 's/>.*//g' startdb.sh
    sed -i 's/>.*//g' stopdb.sh
    {code}
    You will need SYSDBA privileges and set Oracle environment variables in order to use your regular user account.
    Login to your regular user account:
    {code}
    su - dude
    {code}
    Enter the folowing command:
    {code}
    sudo usermod -a -G dba dude
    {code}
    Then update your profile to automatically set the necessary Oracle environment variables:
    {code}
    echo "" >>./.profile
    echo '. /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh' >>./.profile
    {code}
    Update your Desktop folder to contain useful Oracle XE scripts:
    {code}
    cp /usr/share/applications/oraclexe* ~/Desktop
    chmod 750 ~/Desktop/oraclexe*
    {code}
    To verify success re-login and try "sqlplus":
    {code}
    su - oracle
    sqlplus / as sysdba
    {code}
    h2. 10) Tips and Troubleshooting
    h3. 10. a) Port 1521 appears to be in use by another application
    Error: Port 1521 appears to be in use by another application. Specify a different port.This error happens after a previously unsuccessful configuration attempt using /etc/init.d/oracle-xe configure script. The script was able to start the Listener process, but most likely failed to continue  to clone the database, e.g. ORA-00845. The following should correct the problem:
    Determine the oracle listener process that is already running:
    {code}
    $ ps -ef | grep oracle
    {code}
    Your output should be similar to:
    {code}
    oracle   19789     1  0 19:46 ?        00:00:00 /u01/app/oracle/product/11.2.0/xe/bin/tnslsnr
    {code}
    Then kill the process, using the appropriate process id, for instance:
    {code}
    $ sudo kill -9 19789
    {code}
    h3. 10.b) cannot touch `/var/lock/subsys/listener': No such file or directory
    Starting Oracle Net Listener...touch: cannot touch `/var/lock/subsys/listener': No such file or directoryThis error occurs when you run /etc/init.d/oracle-xe configure, but failed the preinstallation step to create the /var//lock/subsys directory as outlined in chapter 8.
    h3. 10.c) ORA-00845: MEMORY_TARGET
    ORA-00845: MEMORY_TARGET not supported on this system See chapter 7 to enable /dev/shm and verify free space available in /run/shm
    h3. 10.d) Apex ADMIN password
    According to the Oracle documentation, the password for the INTERNAL and ADMIN Oracle Application Express user accounts is initially the same as the SYS and SYSTEM administrative user accounts. Well, I tried several times without success. To reset the Apex Admin password:
    Login as user oracle:
    {code}
    su - oracle
    {code}
    Login as SYSDBA and type the following:
    {code}
    sqlplus / as sysdba
    {code}
    At the SQL prompt, type the following to be prompted to change the password:
    {code}
    SQL> @?/apex/apxxepwd.sql
    exit
    {code}
    When done, open your browser and go to http://127.0.0.1:8080/apex
    Workspace: Internal
    Username: ADMIN
    Password: password you set with apxxepwd.sql
    I will prompt you to reset the password:
    old password: password you set with apxxepwd.sql
    new password: final_password
    You can also login as the Apex Admin using http://127.0.0.1:8080/apex/apex_admin
    h3. 10.e) SYS and SYSTEM password
    Use the following commands to reset the SYS and SYSTEM passwords if necessary:
    Login as the Oracle user:
    {code}
    su - oracle
    {code}
    Login as SYSDBA and type the following at the SQL prompt:
    {code}
    sqlplus / as sysdba
    SQL> alter user sys identified by "password" account unlock;
    SQL> alter user system identified by "password" account unlock;
    SQL> exit
    {code}
    h3. 10.f) Uninstall Oracle 11g XE
    The following will completely uninstall and remove Oracle 11g XE:
    Open a terminal seesion and login as user root:
    {code}
    sudo su -
    {code}
    Enter the following:
    {code}
    /etc/init.d/oracle-xe stop
    dpkg --purge oracle-xe
    rm -r /u01/app
    rm /etc/default/oracle-xe
    update-rc.d -f oracle-xe remove
    update-rc.d -f oracle-mount remove
    update-rc.d -f oracle-shm remove
    {code}
    h3. 10.g) Reconfigure Oracle 11g XE
    Type the following commands in a terminal window:
    {code}
    sudo /etc/init.d/oracle-xe stop
    sudo rm /etc/default/oracle-xe
    sudo /etc/init.d/oracle-xe configure
    {code}
    h3. 10.h) Gnome Classic desktop
    Ubuntu 11 moved from the Gnome Classic desktop to Unity and removed the "Ubuntu Classic" login option. Unity was designed to make more efficient use of space given a limited screen size and touch screens. If you prefer to use the Gnome Classic desktop, enter the following into a terminal window:
    {code}
    sudo apt-get install gnome-panel
    {code}
    To log into the Gnome Classic desktop, select the "Gearwheel" at the login screen and select "Gnome Classic".
    h3. 10.i) Unix vi cursor keys
    The instructions in this tutorial do not require the use of any text editor. However, if you would like use the backspace and cursor keys in the "vi-editor", the following needs to be installed:
    {code}
    sudo apt-get install vim
    {code}
    h3. 10.j) Backup Database
    In order to perform an online database backup using the supplied "Backup Database" script, the database needs to run in Archive-Log mode. This can be setup using the following commands:
    Login as the Oracle user:
    {code}
    su - oracle
    {code}
    Login as SYSDBA and type the following:
    {code}
    sqlplus / as sysdba
    SQL> shutdown immediate
    SQL> startup mount
    SQL> alter database archivelog;
    SQL> alter database open;
    SQL> exit
    {code}
    h2. 11) History
    Version: A, 24-Oct-2011
    - first release
    Version: B, 25-Oct-2011
    - reduced instructions.
    - corrected errors in 6a and 8.
    - new strategy addressing ORA-00845 error.
    - rework of chapter 10.
    Version: C, 30-Nov-2011
    - corrected typo in 6a
    - new procedures in 9a.
    - added progress feedback to database scripts.
    Version D, 14-Jan-2012
    - corrected presentation errors.
    - reorganized instructions.
    h3. 12) References
    http://download.oracle.com/docs/cd/E17781_01/install.112/e18802/toc.htm
    http://askubuntu.com/questions/57297/why-has-var-run-been-migrated-to-run
    http://lwn.net/Articles/436012/
    https://forums.oracle.com/forums/thread.jspa?threadID=2300750&tstart=0
    Kind regards and best of luck!
    Dude.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Excellent Blog. Thank You
    Small clarification on Step **6) Oracle Home Directory, ...a) Resize the Root Partition**
    Ubuntu 11.10 has Gparted available as a Ubuntu software download, DONT use that while trying the above step, instead download the ISO file from http://sourceforge.net/projects/gparted/files/gparted-live-stable/ gparted-live-0.12.0-5.iso (124.6 MB)
    Burn that ISO file on a Blank DVD, reboot the Ubuntu , during startup select Boot from DVD Option if not already selected. this will take to Boot Menu Options of Gparted Live then select the first menu option, and this allows to do further action such as Re-sizing .
    and once you have chosen and executed step a) . do NOT run step b) also that is "Setup External Storage"
    I hope this minor clarification can avoid some confusion
    Regards
    Madhusudhan Rao
    Edited by: MadhusudhanRao on Mar 24, 2012 11:30 PM

  • Can't get tomoyo (AUR repo linux-tomoyo) to work

    Hey there,
    I've got a little problem with tomoyo.
    I first tried to install the tomoyo-tools -> Missing dependency: linux-tomoyo.
    Then I read that tomoyo is already inbuilt in Linux kernel, but disabled by default.
    So I tried to change this setting - made my own custom kernel.. Wow, til I found a more or less easy way that worked, by following this guide, hours passed by. So I made it, added the single line to the config.x86_64 (I read this should be enough somewhere on the official tomoyo site) and to be safe, to the config file too: CONFIG_SECURITY_TOMOYO=y
    After completing the makepkg (I didn't choose tomoyo as default security system), I installed it, said my bootloader what to do (first without any special APPENDS, then, because this didnt work, with this appended: "security=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd". With this appends, the custom kernel didn't start anymore (don't know the exact error anymore, but it was not very informative and I used an easier solution either way). So I removed the new kernel and searched further... Until I found an illusive very easy solution - the AUR linux-tomoyo... Why I didn't look earlier for this AUR?
    Well this AUR tarball downloaded, bla bla.. But installation didnt work too. Everything was fine, extracting sources did work, but then...
    ================================================
    ==> Begin prepare()...
    patching file Documentation/stable_kernel_rules.txt
    patching file Makefile
    patching file arch/x86/boot/compressed/efi_stub_64.S
    The next patch would create the file arch/x86/boot/compressed/efi_thunk_64.S,
    which already exists!  Assume -R? [n]
    Apply anyway? [n]
    Skipping patch.
    1 out of 1 hunk ignored
    patching file arch/x86/include/asm/spinlock.h
    patching file tools/perf/util/cloexec.c
    ==> ERROR: An error occured in prepare().
        Aborting...
    ================================================
    So, I didn't found anything to this topic anymore and can't help myself now.  I hope you have some hints for me?
    Background: I wanted to use skype, read the wiki page and found infos about securing skype. Sounded good. Among others, tomoyo seemed really nice...
    Of course, it would be enough, to secure skype theoretically, but now I want tomoyo to work
    Thank you for help!
    xy

    Hi,
    BI 4.0 mobile comes integrated with BI 4.0 Enterprise.
    So there would be no seperate download for the same.
    Also, BO on linux and mobile on windows will cause in consistency. This has to be avoided.
    Also, if you are using BB without BES servers, then you need to have a MDAS configured for the same. This will replicate your BES server, as a simulator BB will communicate to the servers thorugh teh MDAS servers.
    Regards,
    Atul

  • Compilation error while generating the form in linux

    Hello everyone,
    I am using Oracle Designer ver10.1.2.4 in windows to generate the forms with standard object library ofgwebol.olb and template form ofgwebt.fmb. form (with both .fmb and .fmx files) are generated without errors. Also when I open the forms in separately they compiles without errors. But when I copy the same .fmb file into linux enviroment and compile it using frmcmp.sh userid=user/password@database module_type=form compile_all=yes module=form_name it gives following errors.
    $> frmcmp.sh userid=odin/odin@ontw10g module_ty
    pe=form compile_all=yes module=LOGIN_SCHERM
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    FRM-18108: Failed to load the following objects.
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$BLOCK
    Source Module:ofgwebol.olb
    Source Object: CGSO$CANVAS
    Source Module:ofgwebol.olb
    Source Object: CGSO$WINDOW
    Compiling function CGTE$CHECK_CONSTRAINT_VIO...
    No compilation errors.
    Compiling procedure CGTE$INLOGGEN_ERRORS...
    No compilation errors.
    L/SQL ERROR 0 at line 17, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 36, column 3
    identifier 'CGNV$.NAV_CLOSE_FORMS' must be declared
    PL/SQL ERROR 0 at line 36, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 37, column 3
    identifier 'CGNV$.NAV_OPENING_WND' must be declared
    PL/SQL ERROR 0 at line 37, column 3
    Statement ignored
    Compiling KEY-HELP trigger on form...
    No compilation errors.
    Compiling WHEN-WINDOW-ACTIVATED trigger on form...
    Compilation error on WHEN-WINDOW-ACTIVATED trigger on form:
    PL/SQL ERROR 201 at line 6, column 8
    identifier 'CGNV$GET_ITEM_WINDOW' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling POST-TEXT-ITEM trigger on form...
    Compilation error on POST-TEXT-ITEM trigger on form:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$.STORE_WND_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling WHEN-WINDOW-CLOSED trigger on form...
    Compilation error on WHEN-WINDOW-CLOSED trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.TERMINATE_WINDOW' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    Compiling WHEN-FORM-NAVIGATE trigger on form...
    Compilation error on WHEN-FORM-NAVIGATE trigger on form:
    PL/SQL ERROR 201 at line 3, column 3
    identifier 'CGNV$.REMOVE_CHILD_FORM' must be declared
    PL/SQL ERROR 0 at line 3, column 3
    Statement ignored
    Compiling KEY-EXIT trigger on form...
    Compilation error on KEY-EXIT trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.NAV_ENTER_QUERY' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 9, column 5
    identifier 'CGNV$.CLOSE_ALL_WINDOWS' must be declared
    PL/SQL ERROR 0 at line 9, column 5
    Statement ignored
    Compiling KEY-CLRFRM trigger on form...
    No compilation errors.
    Compiling ON-ERROR trigger on INLOGGEN data block...
    No compilation errors.
    Compiling KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block...
    Compilation error on KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_PREV_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data block...
    Compilation error on KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data blo
    ck:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_NEXT_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compilation errors have occurred.
    Form not created
    I think some standard library are missing in Linux environment. But I do not know the name of them and neither I can find. Please suggest the what need to be done to resolve the problem. The reason I am compiling the form in Linux is that I can run the form in windows because of corrupted installation of OC4j.
    Thanking you all much in advance.
    Edited by: Deepank on Dec 2, 2008 1:49 AM

    Deepank-
    When generating forms from Designer, Designer attaches libraries - like ofgmes.pll, ofgnavl.pll, etc. You will need to copy these libraries to the same directory where your forms reside on your Linux box. To find out what libraries ate attached to your form, open it on your windows PC after generating it from Designer and you will see the attached libraries. Also, watch out for the case-sensitivity of Linux. If you have the Designer libraries on your linux box and you still get errors, try changing the case of the names of the libraries.
    Hope this helps,
    Dan

  • ORA-01034: ORACLE not available  Linux Error: 2: No such file or directory

    Hi,
    I have oracle 10.2.0 on Redhat 4 Linux. Yesterday i transport my database from windows to linux and it was working fine.
    but today when i try to log in it gives me error like,
    [oracle@satish bin]$ ./sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 19 15:33:22 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name: system
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Enter user-name:My all environment variables are fine.
    According to me any file is missing by
    Linux Error: 2: No such file or directory
    but can't find out what.
    While i have another database on same system which is working fine.
    Thanks
    UMesh

    Thanks for reply
    I applied all the thing
    1. my user is already in dba group.
    2. I change the permission on orapwORCL and i recreate the same file.
    3. [oracle@satish bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 19 16:06:25 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    ERROR:
    ORA-01031: insufficient privilegesBut nothing works.
    any other suggestions.

  • Java Performance on Jaguar vs Linux and Windows

    Hi All
    Sometimes ago I heard that Java apps gain performance improvements running on the Mac OS X platform and the IDEs are more responsive on Mac OS X compared to Windows and Linux.
    I'm going to buy a new notebook and now after 10 years of having experience of using PCs I have the opportunity to buy a PowerBook if I find it reasonable. Indeed, I'm a university student and because of that it doesn't matter that which IDEs are available for Mac OS X or not. The only thing important to me right now is the performance (compiling, executing, and...).
    Does any body have any idea on the performance of Java on Mac OS X vs. Windows or Linux?
    Thanks in advance,
    bye.

    Windows is the fastest, hands down. If you get a top of the line desktop replacement laptop, then you will get the best performance. If that's all you care about ,then get that and put windows on it. Don't bother with linux as the video drivers are bad compared to the Windows ones.
    However, being a recent mac convert, I would not say that the mac is a bad choice. It has netbeans and it's own IDE (project builder). It's fast enough for work. Just make sure you have 512MB+ of ram, though I'd say the same for windows XP. Also, you'll be able to make apps that use the native OS much easier with the Mac as opposed to windows. Since all the tools come for free with the mac, you have to buy MSVC to use things like JNI. Unless that is you like using the borland compiler.
    As a dev platform, a new Mac running X is supreme. It's got real unix, and it's got an awesome toolset. You can go and design GUIs that work with only writing minimal code. Cocoa is amazing, especially because it works with Java instead around it.
    If you are looking for max speed, Windows. X86 based pc's are also better because there are more out there so you get more software and support. Linux is nice, but I still don't think that it's a good laptop OS. Love it for servers though. With OSX you get all the desktop features that are missing from linux, with all the unix you are missing from Windows.
    Besides, how many operating systems do you know where all you need to do to install MS Office is to copy it from the CD? (to run it you need a key though :)

Maybe you are looking for

  • Wifi randomly disconnects from my macbook pro running 10.9.2.

    Wifi randomly disconnects from my macbook pro running 10.9.2.  Rebooting is necessary to regain the wifi connection.  The wifi power indicator indicates a full connection, but the card sees no wifi networks. I have renamed the location, deleted and r

  • Human Task in Compensation Handler - Error in Compilation

    Hi, I am developing a BPEL flow in which i need to have a Human Task in a BPEL Flow's Compensation Handler. The compiling fails saying receive from the human task has e a createInstance='no'. If i make it 'yes' (just to check) it fails saying createI

  • Playing video from a

    Hi I have just had installed a Radeon 9250 Graphics card and an Audigy 2 value sound card. Is this enough to take audio and video from my VCR as composite RCA plugs and then play the video and sound through my computer on my monitor? If so, how do I

  • Win7 64-bit Forms 11.1.2.0 and JDeveloper 11.1.1.6 use same weblogic server

    Trying to make JDev 11.1.1.6 and Forms 11.1.2.0 use same weblogic server on Win 7 64-bit. Installed JDeveloper 11.1.1.6 studio generic. This installs a 32-bit JDK and weblogic 10.3.5. (Oracle, Why doesnt forms installer install weblogic like JDev doe

  • Location Master in MDM

    Dear all We are working on a POC for transferring all Location Master Data with all attributes from SAP as well as Non SAP systems.As of now we dont have any standard bus content for this master data type which means we have to develop everything dat