How to secure Oracle Applications?

i have implemented security mechanisms in the database,but i would like to know how to implement security in an application rather than doing so through the database?
Thank you

Hi Kiranjaly!
Basically there are some things to keep in mind:
When you put security in the application you still need to protect the data - as somebody could choose not to use the application to get access to the data (eg using SQLPlus).
Furthermore it would be a great idea to have a link between authentication and authorisation. My bet is to place the authorisation information in the OID (LDAP) as this is used for the authentication as well (SSO).
And of course you need auditing in the database, the application server and in the application.
cu
Andreas

Similar Messages

  • How to secure oracle database

    how to secure oracle database,
    I am having the oracle database which will be packed as package in a machine and will be delivered to client place , need to ensure that the client will not access the database by any means.
    Even he breaks the password (he should not break but despite client has broken the password) and went inside the database, he should not be able to see the databases Procedures ,views,functions and triggers.
    Can we Encrypt this,if so can client will be able to decrypt the same?
    Is there a way to secure the database from the client not to access the database.
    Thanks!

    933663 wrote:
    so how can i secure when there is an option to unwrap ,then there is no use in using the wrap right?Yes, because when there is a lock there is a key, when there is wrap there is unwrap, when there is encrypt there is decrypt. We can not be rest assure for hack the code. I think you should think and explore above security options which are provided by Oracle itself which have lock and key by Oracle itself; which i have mentioned in my previous post.
    You just think that if that is that much easy and cheap, then why Oracle have developed above options/features by expending many dollors..!!!
    Regards
    Girish Sharma

  • How could the Oracle Application Module Browser collect all the interfaces?

    How could the Oracle Application Module Browser comes with the Oracle AS Adapter collect all the interfaces that are available through Oracle Integration Repository? Is it from the XML description file in the Oracle Integration Repository?
    Thanks,
    Qing

    Did you ever figure this out? I'm encountering the same issue.
    Thanks.

  • How to install Oracle Application Testing Suite on ubuntu 12.4 64 bits?

    Hi Guys,
    I am trying to install Oracle Application Testing Suite on ubuntu 12.4 64 bits, I have downloaded the application (Oracle Application Testing Suite 12.1.0.1.0 - Complete Install ) from http://www.oracle.com/technetwork/oem/app-test/index-084446.html, unzipped the zip file and then did sh setup.sh and I got this error:
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-07-10_11-42-14AM/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-07-10_11-42-14AM/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1003)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1028)
         at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Toolkit.loadLibraries(Toolkit.java:1605)
         at java.awt.Toolkit.<clinit>(Toolkit.java:1627)
         at oracle.bali.ewt.olaf.OracleLookAndFeel.<clinit>(Unknown Source)
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager._useOracleLookAndFeel(OiifmGraphicInterfaceManager.java:243)
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:263)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:209)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:243)
         at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:466)
         at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:965)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:905)
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class oracle.bali.ewt.olaf.OracleLookAndFeel
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager._useOracleLookAndFeel(OiifmGraphicInterfaceManager.java:243)
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:263)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:209)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:243)
         at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
         at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:1023)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:905)
    I have downloaded 64 bits for Linux but it comes with jre/lib/i386 which to my understanding it is 32 bits jre.
    any help please on how to install this application on ubuntu 12.4 64 bits.
    Many thanks in advance.
    Regards,

    Hi
    OATS is not supported on Ubuntu only on OEL 5.2 and 4u8 both 64 bit
    Thanks and Regards
    Alex

  • How to connect oracle application server portal to MS access DataBase

    Hello,
    I am facing one problem here.
    Our client is having their database in MS access and they want to implement the oracle application server portal for their organization then how to connect the MS access DB to oracle Application server portal

    There is a worked example of how to connect oracle to an Excel spreadsheet, which is easily modifyable to read from an Access Database.
    http://asktom.oracle.com/pls/ask/f?p=4950:61:::::P61_ID:4406708207206#18830681837358
    I had some concurrency problems - only one person could use the link at any one time, so I used it to load the data into oracle tables.
    Tak

  • How to access Oracle Application Manager

    Dear All,
    I have installed EBS R12.0 in Oracle Enterprise Linux Release 4 environment. Through browser I am able to login using sysadmin username and password however I am unable to find Oracle Application Manager or AutoConfig option any where. Can any of you please tell me how I can enable or access OAM.
    Kindly mention the step by step procedure.
    Regards,
    Asif

    Hi Asif;
    I have installed EBS R12.0 in Oracle Enterprise Linux Release 4 environment. Through browser I am able to login using sysadmin username and password however I am unable to find Oracle Application Manager or AutoConfig option any where. Can any of you please tell me how I can enable or access OAM.For OAM:
    Login as sysadmin >> System Administrator>> Oracle Applications Manager (There are link under this)>> click dashboard then u will see Site map top of page click it
    you will see System Configuration>>AutoConfig there
    Regard
    Helios

  • How to authenticate oracle application user from third party application -

    Hi All!
    I am using OC4J as a J2EE container with an Oracle Applications setup (11.5.10, LINUX version). This is for an application which gets called from Oracle Applications. We need the user, responsibility and session information of Oracle applications to be passed on to our application which is running on a different port in OC4J. We are unable to get the information when we call our application from a menu option in Oracle Applications.
    Various papers have been mentioning mod_oc4j.so module, which we are unable to find in our Oracle Applications setup.
    Any help as to
    (1) where we can download and install mod_oc4j.so from and
    (2) passing the above mentioned information to our application running on the OC4J port will be greatly appreciated.
    Thank you
    Narasimha Rao M L V

    Hi,
    thanks for your reply, but i don't wanna see that user in my list then what should i do??? This is not possible, you cannot delete the user from the application.
    if i set end for that user in that form then anyway the user will be there and visible....am i right??? please correct me if i am wrong...Correct.
    is it so that when the end date is passed, the user will be deleted from list which is shown in user management form??No, you will still see the user in the form/table.
    Regards,
    Hussein

  • How to install Oracle Applications on Fedora Core 6?

    I am trying to install Oracle Applications on Fedora Core 6. But when i start rapidinstall it is showing the error as permission denied eventhough all permissions are correct. I tried this with singleuser and multiuser also.
    Is it possible to install Oracle Applications on Fedora Core 6?

    It is probably best to stick with Red Hat AS/ES 3.0/4.0, Oracle Linux 4.0, or SLES9/Suse9/10 for installing Oracle Applications. Even if you could install it on FC 6, it is likely it would break, and be very difficult to get it working again.
    Here are the RH 4 prerequisites:
    Red Hat Enterprise Linux AS/ES 4.0*      Legacy Software Development package and X Software Development package
    Note: Select these packages from the Package Group Selection screen. If the operating system is already installed, use System Settings > Add/Remove Applications to install these two packages.
    The following components will be installed automatically:
    compat-db-4.1.25-9
    compat-gcc-32-3.2.3-47.3
    compat-gcc-32-c++-3.2.3-47.3
    compat-oracle-rhel4-1.0-5
    compat-libcwait-2.0-2
    compat-libgcc-296-2.96-132.7.2
    compat-libstdc++-296-2.96-132.7.2
    compat-libstdc++-33-3.2.3-47.3
    xorg-x11-deprecated-libs-devel-6.8.1-23.EL
    xorg-x11-deprecated-libs-6.8.1-23.EL
    The following required component must be installed manually:
    openmotif-2.1.30-x
    Note: For information on downloading the openmotif component, see the instructions at the following URL: https://rhn.redhat.com/errata/RHSA-2 005-412.html

  • How to Manage Oracle Applications - Info Available

    Check this site :
    http://www.oracle.com/appsnet/technology/managing/content.html
    Contains White Papers, Presentations, Technical Overviews, FAQs for managing and maintaining Oracle Applications.
    The Presentations are lucid and extremely useful.
    Best Wishes
    Vinod Subramanian

    Manging Oracle on Linux is no more difficult than managing Oracle on Windows.
    Managing Linux is about the same difficulty as managing Windows. Both require a degree of understanding of the environment. Once you are comfortable with the environment and the terminology / language used, you should have no big problems.
    I think the biggest challenges in Linux are
    - a different set of editors than you have used
    - a lot more time in the command line and writing batch scripts
    - Microsoft has many of the nix command capabilities but with enough changes (cp -> copy) to be confusing (remember, nix came first <g>)
    - the idea of 'C:, D:' drives is totally gone ... in *nix there is no 'drive', it's all just 'files'
    There are several GUI utilities to help 'manage' Linux. These may not be very useful when working with Oracle environment as they tend to relate to a file-oriented (or fire server) computing environment, not a database environment. However, you might want to search the web for 'WebMin' as a possibility.
    I encourage you get a good basic reference. One I like, although dated, is Essential System Administration

  • How to run Oracle applications from Oracle Test Manager(OTM)

    Hi All,
    I have done a recording in Oracle Applications and I have sucessfully imported into OTM.
    Whenever I run that script from OTM, it is showing some error called JIT Debugger error.
    After that it is going to next screen, but after that , it is skipping the rest of the steps.
    It is generating Reports as Skipped.
    Please help me out.
    Thanks in Advance,
    Nishanth Soundararajan.

    Hi Alex,
    These are the lines which got populated when I run those commands,
    C:\Documents and Settings\310700>C:\OracleATS\agentmanager\bin\AgentManagerServi
    ce.exe -c C:\OracleATS\agentmanager\bin\AgentManagerService.conf
    wrapper | --> Wrapper Started as Console
    wrapperp | port 1787 already in use, using port 1788 instead.
    wrapper | Launching a JVM...
    jvm 1 | Wrapper (Version 3.0.3)
    jvm 1 |
    jvm 1 | log4j:ERROR setFile(null,false) call failed.
    jvm 1 | java.io.FileNotFoundException: ..\..\logs\agentmanager.log (Access is
    denied)
    jvm 1 | at java.io.FileOutputStream.open(Native Method)
    jvm 1 | at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    jvm 1 | at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    jvm 1 | at org.apache.log4j.FileAppender.setFile(FileAppender.java:290)
    jvm 1 | at org.apache.log4j.FileAppender.activateOptions(FileAppender.ja
    va:164)
    jvm 1 | at org.apache.log4j.config.PropertySetter.activate(PropertySette
    r.java:257)
    jvm 1 | at org.apache.log4j.config.PropertySetter.setProperties(Property
    Setter.java:133)
    jvm 1 | at org.apache.log4j.config.PropertySetter.setProperties(Property
    Setter.java:97)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyC
    onfigurator.java:689)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyC
    onfigurator.java:647)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureRootCategory(P
    ropertyConfigurator.java:544)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyCon
    figurator.java:440)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyCon
    figurator.java:334)
    jvm 1 | at org.apache.log4j.PropertyWatchdog.doOnChange(PropertyConfigur
    ator.java:717)
    jvm 1 | at org.apache.log4j.helpers.FileWatchdog.checkAndConfigure(FileW
    atchdog.java:89)
    jvm 1 | at org.apache.log4j.helpers.FileWatchdog.<init>(FileWatchdog.jav
    a:58)
    jvm 1 | at org.apache.log4j.PropertyWatchdog.<init>(PropertyConfigurator
    .java:709)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureAndWatch(Prope
    rtyConfigurator.java:400)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureAndWatch(Prope
    rtyConfigurator.java:382)
    jvm 1 | at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:369)
    jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597)
    jvm 1 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimple
    App.java:105)
    jvm 1 | at java.lang.Thread.run(Thread.java:619)
    jvm 1 | log4j:ERROR setFile(null,true) call failed.
    jvm 1 | java.io.FileNotFoundException: ..\..\logs\agentmanager_auth.log (Acce
    ss is denied)
    jvm 1 | at java.io.FileOutputStream.openAppend(Native Method)
    jvm 1 | at java.io.FileOutputStream.<init>(FileOutputStream.java:177)
    jvm 1 | at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    jvm 1 | at org.apache.log4j.FileAppender.setFile(FileAppender.java:290)
    jvm 1 | at org.apache.log4j.FileAppender.activateOptions(FileAppender.ja
    va:164)
    jvm 1 | at org.apache.log4j.config.PropertySetter.activate(PropertySette
    r.java:257)
    jvm 1 | at org.apache.log4j.config.PropertySetter.setProperties(Property
    Setter.java:133)
    jvm 1 | at org.apache.log4j.config.PropertySetter.setProperties(Property
    Setter.java:97)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyC
    onfigurator.java:689)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyC
    onfigurator.java:647)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.parseCatsAndRenderers(P
    ropertyConfigurator.java:568)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyCon
    figurator.java:442)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyCon
    figurator.java:334)
    jvm 1 | at org.apache.log4j.PropertyWatchdog.doOnChange(PropertyConfigur
    ator.java:717)
    jvm 1 | at org.apache.log4j.helpers.FileWatchdog.checkAndConfigure(FileW
    atchdog.java:89)
    jvm 1 | at org.apache.log4j.helpers.FileWatchdog.<init>(FileWatchdog.jav
    a:58)
    jvm 1 | at org.apache.log4j.PropertyWatchdog.<init>(PropertyConfigurator
    .java:709)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureAndWatch(Prope
    rtyConfigurator.java:400)
    jvm 1 | at org.apache.log4j.PropertyConfigurator.configureAndWatch(Prope
    rtyConfigurator.java:382)
    jvm 1 | at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:369)
    jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597)
    jvm 1 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimple
    App.java:105)
    jvm 1 | at java.lang.Thread.run(Thread.java:619)
    Please help me out.
    Thanks in Advance,
    Nishanth Soundararajan.

  • How to start Oracle Application Server 10g on Linux

    Hi,
    I have installed the Oracle Appliacion server and Infrastructure server on Linux. Both I have installed under with Diff. folder
    Can some one please tell me how to start / stop Appliacion server and Infrastructure server on Linux
    We are going to use the these with Oracle EBS 11.5.10.2 .
    Oracle EBS 11.5.10.2 installed in the same Linux server under diff. folder
    Can some one please guide me.
    Thanks,

    You can do as rizla said or go another route.
    We setup profiles to use for all of the oracle homes. Then in the scripts we call the profiles. Easier to migrate and manage in my opinion if you have multiple oracle homes. You can then use profiles when ssh'd into the boxes, too. Both ways will work.
    Example:
    Script which you can chkconfig.
    #!/bin/sh
    # oracle_collabInfra
    # This shell script takes care of starting and stopping Oracle Collab Infra instance.
    #chkconfig: 345 96 14
    # Source function library.
    . /etc/rc.d/init.d/functions
    RETVAL=0
    start () {
    echo $"Starting Collab Suite on the Infra instance..."
    echo $"Starting Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl start"
    sleep 10
    echo $"Starting Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    startup;
    exit;
    sleep 10
    echo $"Starting Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl start iasconsole"
    sleep 5
    echo $"Starting Infra OID and OC4J_Security processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OID"
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OC4J_Security"
    echo $"Starting Infra HTTP_Server processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=HTTP_Server"
    return $RETVAL
    stop () {
    echo $"Stopping Collab Suite on the Infra instance..."
    echo $"Stopping all Infra OPMN managed processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl stopall"
    sleep 5
    echo $"Stopping Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl stop iasconsole"
    sleep 10
    echo $"Stopping Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    shutdown immediate;
    exit;
    sleep 10
    echo $"Stopping Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl stop"
    return $RETVAL
    restart () {
    stop
    start
    RETVAL=$?
    return $RETVAL
    # See how we were called.
    case "$1" in
    start)
    start
    stop)
    stop
    restart)
    restart
    echo $"Usage: $0 {start|stop|restart}"
    RETVAL=1
    esac
    exit $RETVAL
    profile:
    export ORACLE_BASE=/opt/oracle
    export ORACLE_HOME=$ORACLE_BASE/collabInfra
    export ORACLE_SID=orcl
    export TMP=/tmp
    export TMPDIR=/tmp
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=/bin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/kerberos/bin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/backup_restore
    unset USERNAME

  • How to secure BSP applications for external users on the internet?

    I posted this question under Enterprise Portal forum but got no response. I am hoping some of you experts in this area can help.
    We have developed BSP applications and set them up as iViews in Enterprise Portal 6. Our portal implementation will be used by external users.
    We have security concerns that the access to the BSPs  allows external users direct access to the R/3 system. We were told that we should use ITS application instead of BSP application for external users.
    Do any of you have any insight into how we could work around the security problem with BSP applications, or BSP applications in EP6? Your help will be greatly appreciated.

    In sense they are correct as to whether it is more secure or not would have to be a call by people who are more of an expert than myself.
    But I can see there point the BSP runs directly on the system and uses the system security where as the ITS is basically just an RFC call. However for us we use a 620 server with BSP's and make RFC calls to our R/3 systems thus keeping people of the R/3 directly - however we are not opened to the Internet.
    If your message is answered please remember to mark it solved so others searching in the future can find the solved ones quicker - just click on the yellow star.

  • How to Monitor oracle Application in unix through log files?

    Hello Every Body,
    I Would Like To Know The Log Files locations to monitor the start-up and stop error entries in the logs , like web server where its log files located,...forms server ...etc
    is it in $COMMON_TOP ..if yes where..?
    one last Q: what should i do to be a pro-active apps dba?
    using unix -AIX commands
    Thanks and Regards,

    Startup/Shutdown logs
    $COMMON_TOP/admin/log/<SID_hostname>
    Apache logs
    $APACHE_TOP/Apache/Jserv/logs
    $APACHE_TOP/Apache/Jserv/logs/jvm
    Concurrent Manager Log Files
    $APPLCSF/$APPLLOG
    $APPLCSF/$APPLOUT
    Database Log Files
    $ORACLE_HOME/admin/<SID_hostname>/bdump
    You can also use Oracle Applcations Manager (OAM), with OAM you can view information on general system activity including the statuses of the database, concurrent managers and other services, concurrent requests, and Oracle Workflow processes. You can also start or stop services, and submit concurrent requests. You can also view configuration information, such as initialization parameters and profile options .. etc.

  • How to backup Oracle Applications

    Hi
    I am new at Applications and I am wondering what are the best practices in backing up Applications.
    Are there any documents available about this?
    Please advise
    regards
    Snjolaug

    hi Snjolaug and jill
    the backup strategy depends on the situation , you can backup all the three directories. In the event of crash you can install without database.
    import your backed up database and then overwrite on the three $TOP directories with the backed up directories.
    you have everything back normal.
    Else
    optionally you can backup database as normal , and backup just $APPL_TOP , $COMN_TOP . since patches when applied alters some files in $COMN_TOP.
    Bottom Line is database and $APPL_TOP backup is very important as database contains AOL and $APPL_TOP contains product directories.
    for clone tooo, the above procedure can be followed
    pls get back with your comments.
    NOTE: I appeal to all APPS DBA's to post their experience here as it helps other DBA's
    regards
    srinivas

  • How do I create "Oracle Application Express Adminstrator" in APEX 3.2.1?

    Hello,
    Quite the newbie so I appreciate any assistance with this.
    How do create "Oracle Application Express Adminstrator" in APEX 3.2.1? I am not talking about a workspace adminstrator but an Entire APEX instance administrator or "superuser"?
    I log into APEX_ADMIN as ADMIN and understand how to create a new user. But how do I grant the new user DBA or "super user" privlidges? It was easy to do when I first installed XE, I would just "check" the "DBA" when I created the user. But when I upgraded to APEX 3.2.1 the function does not seem to be there?
    Thank you for any help you can provide!

    Hi,
    I think you can not grant DBA role from Apex anymore.
    You need connect to database e.g. with SYS user and grant that role.
    http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html
    Br, Jari

Maybe you are looking for

  • Tomcat vs Apache with Tomcat connectors (mod/jk)

    Is there any advantage (security, performance etc.) of running a Java web application on Apache HTTP Server with Tomcat Connectors (mod/jk) rather than directly running it on Tomcat.

  • Aperture 2 not loading thumbnails...

    ...and moving very slow. Recently I was using Aperture 2 (haven't upgraded since I just bought A2 in January) on my Macbook (3 year-old black one running Leopard) and Aperture was running fine, albeit slow since I was trying to edit around 400+ shots

  • Assessment and Distribution Cycles

    Hi We are yet to carry forward the GL account balances (both balance sheet and PL) from 2008 to 2009 in FI module. Can we run the assessment and the distribution cycles for the month of January without carrying the GL account balances to 2009? OR do

  • Viewing SQL Audit Logs

    I am new at the SQL auditing feature. I have played around with it, and I have one problem that I hope someone can help me with. When I first turn on the SQL audit and the audit file is small I can view the log on my local machine with the log viewer

  • A Continuous running function in webdynpro

    hi all, I wanted to know if a continoussly running function in the background can be run in webdynpro. For eg in my view if i enter in the morning a label should say "good morning" and afterwards a function should be running in the background which w