Oracle user  displaying as Inactive ---

Hi All,
I have a user that submits his request on Concurrent Managers, his session within Oracle becomes Inactive and sits there for dayss! what needs to be done to resolve the issue. I am not able to view any locks within v$lock for his session id or so. HELP...
If i dont supply information or so . dont be mad at me its due i am new to the whole concept of Application DBA. KINDLY let me know what more information is required. I am as it is going going nuts over bolts!
thanks
SJK

An idle session can be setup to become sniped after x minutes by setting the initialization parameter resource_limit = true in the init.ora and idle_time in the user profile. You can make user session becomes sniped after 8 hours of idle time by running below command:
alter profile DEFAULT set idle_time=480; change according to your requirement
SELECT DECODE(TRUNC(SYSDATE - LOGON_TIME), 0, NULL, TRUNC(SYSDATE - LOGON_TIME) || ' Days' || ' + ') || TO_CHAR(TO_DATE(TRUNC(MOD(SYSDATE-LOGON_TIME,1) * 86400), 'SSSSS'), 'HH24:MI:SS') LOGON, SID, v$session.SERIAL#, v$process.SPID UNIX_PROCESS, v$session.USERNAME, STATUS, OSUSER, MACHINE, v$session.PROGRAM, MODULE, 'alter system kill session ' || '''' || SID || ', ' || v$session.serial# || '''' || ' immediate;' kill_sql FROM v$session, v$process
WHERE ((v$session.paddr = v$process.addr) AND (status = 'SNIPED'))
ORDER BY logon_time ASC; Edited by: Mansoor on Dec 20, 2011 2:48 AM

Similar Messages

  • User display settings in Oracle Enterprise Linux 5

    Hi all:
    I have a weird problem with OEL5:
    I installed it on a (test) server and I access to it from windows machines through XDMCP. The weird thing is that ONE linux user cannot be viewed whereas all the others can. The Xwindow system (Xming) crashes. I can see the log in screen, but when I do the logging with this certain user (which happens to be 'oracle') all goes black and Xwindows crashes.
    I think it has to be some user display settings, but I am not able to find the configuration file to fix the problem. (Or find the other users' settings files to compare).
    Thanks in advance.
    Cheers.
    Carlos.

    Hi,Carlos
    Could you please post logs related X windows and system ?
    eg./var/log/message ,/var/log/X.log.*
    Regards
    Jason

  • RAU Add User - Cannot see all users in Oracle User  Name

    New to Desginer Designer 9i version 9.0.2.80.10
    with a new repository installed on a 9.2.0.3.0
    database.
    While attempting to add an existing user with the
    repository admin utility, the repository user
    properties panel/Oracle User Name drop down box
    does not display the user I need to add. In fact
    several users (schemas) are missing. What am I doing
    wrong?
    virgil

    Hi,
    I'm having some problems too, kind of the same thing.
    I've created a user test, i can connect using sql, toad to the database, but if i try to connect to any designer app, i get this CDR-20002 invalid user.
    If i go to RAU, RON i can see my user test and i can grant access to my app. system/container, i've granted all the options from user management but i can't connect.
    Am I missing some privilege ?
    I did the grant connect, resource to test, and all the privileges mentioned in the documentation.
    Best regards

  • Fully_qualified_remote_host_name while Configuring the oracle User's Enviro

    Hello All,
    I am installing Oracle 11g R2 on HP-UX server.
    I am connected to the HP-UX server through putty.
    On the Quick Installation guide i reached the section "Configuring the oracle User’s Environment" and i have the below questions:
    In the below
    Enter the following command to ensure that X Window applications can display
    on this system:
    $ xhost fully_qualified_remote_host_name
    what is the fully_qualified_remote_host_name ? is it the IP address of the my own PC where i am connecting to the remote server? or the IP address of the server it self?
    and in the below example
    $ export DISPLAY=local_host:0.0 -- local host is the IP of the PC i am connecting from it to the server?
    Regards,

    Hi;
    In the below
    Enter the following command to ensure that X Window applications can display
    on this system:
    $ xhost fully_qualified_remote_host_name
    what is the fully_qualified_remote_host_name ? is it the IP address of the my own PC where i am connecting to the remote server? or the IP address of the server it self?
    and in the below example
    $ export DISPLAY=local_host:0.0 -- local host is the IP of the PC i am connecting from it to the server?If you use putty than you need to some program like VNCviwer or xming etc. to can see GUI screen on your desktop.Please check my previous post
    Re: 11gR2 Grid Infrastructure cannout launch installer OEL 5.5
    Still have some issue than update thread.
    Regard
    Helios

  • Oracle User Not Excess

    i have oracle 10g on linux...today for some prob. my linux server is hangup... then after restrt it... all my oracle user (Which i have Created) was block..i can not loginto my created user using sql plus... where as sys and system user are open...WHY?
    what should i do ?...What will be the problem ?
    pl. reply
    i have create new user also but ...i fail to connect
    Message was edited by:
    piyukharwar

    Please, specify, are you using the password feature in the user's profile? You can check this from the DBA_PROFILES and the DBA_USERS views.
    On the other hand, if this is not letting you enter the sqlplus session, could you speficy the error message displayed when you attempt to connect?
    ~ Madrid
    http://hrivera99.blogspot.com

  • Oracle user group?

    hi,
    During auditing in my company auditor asked me provide me the oracle users and group to which they belong.
    any view to see user's group and appreciated to share the knowledge.
    Thanks
    Prakash

    Hi..
    If its the users in the database you can query DBA_USERS view
    sql>select USERNAME,USER_ID,ACCOUNT_STATUS,DEFAULT_TABLESPACE,to_char(CREATED,'DD-MM-YY HH24:MI:SS')created,PROFILE from dba_users;
    e.g..
    SYS on 14-MAR-09 at matrix >select USERNAME,USER_ID,ACCOUNT_STATUS,DEFAULT_TABLESPACE,to_char(CREATED,'DD-MM-YY HH24:MI:SS')created,PROFILE from dba_users;
    USERNAME                     USER_ID ACCOUNT_STATUS                   DEFAULT_TABLESPACE             CREATED           PROFILE
    MGMT_VIEW                         53 OPEN                             SYSTEM                         30-08-05 15:03:07 DEFAULT
    SYS                                0 OPEN                             SYSTEM                         30-08-05 13:50:29 DEFAULT
    SYSTEM                             5 OPEN                             SYSTEM                         30-08-05 13:50:29 DEFAULT
    DBSNMP                            24 OPEN                             SYSAUX                         30-08-05 14:11:29 MONITORING_PROFILE
    SYSMAN                            51 OPEN                             SYSAUX                         30-08-05 14:59:22 DEFAULT
    APES                              66 OPEN                             USERS                          03-03-09 23:08:23 DEFAULT
    SCOTT                             54 OPEN                             USERS                          30-08-05 15:06:08 DEFAULT
    STRMADMIN                         61 OPEN                             USERS                          24-02-09 19:50:02 DEFAULT
    HR                                55 OPEN                             USERS                          24-02-09 12:23:46 DEFAULT
    ANAND                             62 OPEN                             ANAND                          26-02-09 18:01:53 DEFAULT
    OUTLN                             11 EXPIRED & LOCKED                 SYSTEM                         30-08-05 13:50:38 DEFAULT
    USERNAME                     USER_ID ACCOUNT_STATUS                   DEFAULT_TABLESPACE             CREATED           PROFILE
    MDSYS                             46 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:31:27 DEFAULT
    ORDSYS                            43 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:31:27 DEFAULT
    EXFSYS                            34 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:24:46 DEFAULT
    DMSYS                             35 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:25:24 DEFAULT
    WMSYS                             25 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:14:03 DEFAULT
    CTXSYS                            36 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:26:16 DEFAULT
    ANONYMOUS                         39 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:27:39 DEFAULT
    XDB                               38 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:27:38 DEFAULT
    ORDPLUGINS                        44 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:31:27 DEFAULT
    SI_INFORMTN_SCHEMA                45 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:31:27 DEFAULT
    OLAPSYS                           47 EXPIRED & LOCKED                 SYSAUX                         30-08-05 14:48:53 DEFAULT
    USERNAME                     USER_ID ACCOUNT_STATUS                   DEFAULT_TABLESPACE             CREATED           PROFILE
    ORACLE_OCM                        63 EXPIRED & LOCKED                 USERS                          01-03-09 14:30:45 DEFAULT
    TSMSYS                            21 EXPIRED & LOCKED                 USERS                          30-08-05 14:08:08 DEFAULT
    BI                                60 EXPIRED & LOCKED                 USERS                          24-02-09 12:23:47 DEFAULT
    PM                                59 EXPIRED & LOCKED                 USERS                          24-02-09 12:23:47 DEFAULT
    MDDATA                            50 EXPIRED & LOCKED                 USERS                          30-08-05 14:51:12 DEFAULT
    IX                                57 EXPIRED & LOCKED                 USERS                          24-02-09 12:23:47 DEFAULT
    SH                                58 EXPIRED & LOCKED                 USERS                          24-02-09 12:23:47 DEFAULT
    DIP                               19 EXPIRED & LOCKED                 USERS                          30-08-05 13:58:57 DEFAULT
    OE                                56 EXPIRED & LOCKED                 USERS                          24-02-09 12:23:47 DEFAULTTo know the logon date and time to the database you need to enable AUDITING in the database or you can create a logon triggrer [http://www.dba-oracle.com/art_builder_sec_audit.htm]
    group to which they belongI am not sure about this ...
    all active, deactive and default usersActive users and inactive users are talked in terms, with those users who are connected to the database.Few users may be running some query who will be active and some of them might not , those will be inactive
    COLUMN username FORMAT A15
    col osuser for a15
    col module for a15
    COLUMN machine FORMAT A30
    col program for a20
    COLUMN logon_time FORMAT A20
    SELECT NVL(s.username, '(oracle)') AS username,
           s.osuser,
           s.sid,
           s.serial#,
           p.spid,
           s.status,
           s.module,
           s.terminal,
           s.machine,
           s.program,
           TO_CHAR(s.logon_Time,'DD-MON-YYYY HH24:MI:SS') AS logon_time
    FROM   v$session s,
           v$process p
    WHERE  s.paddr  = p.addr
    ORDER BY s.username, s.osuser;
    Password policy for DBA users.I think it would be related to the password strength of the user's password.It must be 8 characters with some some character like using #,$ etc .

  • Linux non-oracle user cannot connect to database using TNS

    LS,
    I've installed Oracle 11gR2 on a linux box (name="ilmserver") running CentOS 5.4 (based on RHEL).
    Created user "oracle" and groups "oinstall" and "dba".
    Installation under user "oracle" went fine, and logged in as "oracle" user I can - naturally - access the database easily (via SQL+, or using SQL Developer it works via Basic, TNS, and Advanced (=jdbc)).
    I have a second user on the linux box called "informatica", on which I have installed Informatica ILM 5.3.2, which uses the Oracle database as its repository.
    The "informatica" user has been granted the same groups as the "oracle" user, i.e. "oinstall" and "dba".
    I have severe problems accessing the Oracle database as the "informatica" user.
    Using SQL Developer I can access the database using the "Basic" method, but not TNS.
    But guess what: for ILM to work to its fullest extent I need to implement an environment variable called TNS_ADMIN.
    I have implemented it, it sits in bash_profile and as such works fine:
    +[informatica@ilmserver ~]$ echo $TNS_ADMIN+
    +/home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin+
    But as for being able to access it:
    +[informatica@ilmserver ~]$ cat $TNS_ADMIN/tnsnames.ora+
    cat: /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora: Permission denied
    Somehow I thought that granting "oinstall" group to "informatica" user would take care of this. Obviously it doesn't. I also granted "dba" group to "informatica", to no avail apparently.
    This is then - I assume - also the reason that when I want to connect using TNS from within SQL Developer, the dropdown list is empty (because it's not able to read TNSNAMES.ORA).
    Does anyone know how to resolve this issue?
    Thanks heaps!
    Cheers, Patrick

    Just ran all+ commands for oracle user:
    *[oracle@ilmserver ~]$ id*
    uid=502(oracle) gid=504(oinstall) groups=503(dba),504(oinstall),505(asmdba),506(asmadmin) context=user_u:system_r:unconfined_t
    *[oracle@ilmserver ~]$ env | sort*
    COLORTERM=gnome-terminal
    CVS_RSH=ssh
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-m8BEsoxTeM,guid=7c9a73a7390af7742e606e004e571934
    DESKTOP_SESSION=default
    DESKTOP_STARTUP_ID=
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GDM_XSERVER_LOCATION=local
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-TQlAPU/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=ilmserver
    INPUTRC=/etc/inputrc
    JAVA_HOME=/usr/java/jdk1.7.0
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/home/oracle/app/oracle
    ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1
    ORACLE_HOSTNAME=ilmserver
    ORACLE_SID=orcl
    PATH=/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin:/usr/java/jdk1.7.0/bin:/usr/sbin:/sbin:/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin
    PWD=/home/oracle
    SESSION_MANAGER=local/ilmserver:/tmp/.ICE-unix/14477
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=14513
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-INwup14477/agent.14477
    TERM=xterm
    TNS_ADMIN=/home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin
    USERNAME=oracle
    USER=oracle
    _=/usr/bin/env
    WINDOWID=24117329
    XAUTHORITY=/tmp/.gdm9ITN0V
    XMODIFIERS=@im=none
    *[oracle@ilmserver ~]$ ls -l /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora*
    -rw-r----- 1 oracle oinstall 879 Aug 24 21:39 /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    *[oracle@ilmserver ~]$ ls -ld /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/*
    drwxr-xr-x 3 oracle oinstall 4096 Aug 24 21:39 /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/
    *[oracle@ilmserver ~]$ ls -ld /home/oracle/app/oracle/product/11.2.0/dbhome_1/*
    drwxr-xr-x 74 oracle oinstall 4096 Aug 23 19:00 /home/oracle/app/oracle/product/11.2.0/dbhome_1/
    *[oracle@ilmserver ~]$ ls -ld /home/oracle/app/oracle/product/11.2.0/*
    drwxr-xr-x 3 oracle oinstall 4096 Aug 23 18:21 /home/oracle/app/oracle/product/11.2.0/
    [*oracle@ilmserver ~]$ ls -ld /home/oracle/app/oracle/product/*
    drwxr-xr-x 3 oracle oinstall 4096 Aug 23 18:21 /home/oracle/app/oracle/product/
    *[oracle@ilmserver ~]$ ls -ld /home/oracle/app/oracle/*
    drwxr-xr-x 10 oracle oinstall 4096 Aug 24 17:29 /home/oracle/app/oracle/
    *[oracle@ilmserver ~]$ ls -ld /home/oracle/app/*
    drwxr-xr-x 4 oracle oinstall 4096 Aug 23 18:21 /home/oracle/app/
    *[oracle@ilmserver ~]$ ls -ld /home/oracle/*
    drwx------ 22 oracle oinstall 4096 Aug 25 20:55 /home/oracle/
    Naturally the "oracle" user has full access to its own directories.
    A thought just occurred to me. I assume that theoretically it's possible to grant read privilige to informatica user on all these directories... would that do the trick?
    But even if so, makes me wonder whether that is "best practice".
    Also, I cannot imagine I'm the first person to encounter this scenario, and therefore there must be some standard approach to enable this.
    Any suggestions/thoughts?
    As for the TNSNAMES.ORA suggestion, I guess that is possible. Makes administration of TNSNAMES a bit more cumbersome though, as in, 2 files to maintain... risk of getting out of sync when making 'quick and dirty' changes without thinking things through too much (which shouldn't happen... but sometimes does anyway).
    I'd prefer a solution where "informatica" has genuine access to TNSNAMES.ORA.
    Thanks, Patrick
    ps the bold bits with env.var LS_COLORS are unintentional, but don't know how to turn that off

  • Lightswitch-I can't see tables created bya different restricted Oracle user

    I am new to Lightrswitch and connecting to Oracle through VS - we usually have a middle tier to do this. We are looking at some rapid CRUD application development so I am looking into lightswitch.
    However I have an issue:
    I have two oracle users. One has full access to the tables and the other has restricted access. When attaching my Lightswitch application to the database if I use the one with full access it works a treat. However if I use the DB user that has restricted access I can not see any of the tables (even though I can see them fine logged in under the same restricted user in toad ?). Upon connection I have gone into the filters tab and selected the unrestricted schema under the "Displayed Schemas" option to no avail.
    My version of Oracle is 9.2.0.7
    I also have Oralce OLEDB provider - ODAC92070.exe
    I have oracle developer tools ODTwithODAC1020221
    Any help would be much appreciated...

    951672 wrote:
    I have a similar problem with using ODAC 11.2 R4 (11.2.0.3).
    As a matter of policy, objects are never owned by general users. So when I connect as my user in Lightswitch, no objects are displayed.
    However, if I add a connection to the server explorer, alter the filter to include the owner of the objects, they display in the server explorer.
    If I follow the EXACT same sequence to add the external connection in the Lightswitch dialog, the filter is seemingly ignored and as I don't own any objects, none are shown. Additionally, if I "< Back" to the connection dialog, the filter has been reset to just my objects.
    Seems like the filter mechanism in the Lightswitch dialog is being ignored.
    Any other reports of this behavior, any workarounds or any idea when this problem will be fixed? It is a showstopper for me.We are aware of the problem and discussed it at length with Microsoft. They have said that they are looking into fixing it in some future release. Unfortunately, the fix did not make it into the Visual Studio 2012 RTM.
    If you have a support contract with MS, you could make it known to them that you urgently require a fix and perhaps that could speed things along.
    I don't know of a workaround, other than to log in as the schema owner (which is probably a non-starter for you).

  • Env settings for oracle user ,  when installing Oracle on linux

    Good Morning Oracle Experts ;
    Basicallly my major subject is Electrical and Electronics
    I am very new to ORACLE/LINUX [ LEARNING  ORACLE  DBA ] Technology.
    I have THREE questions .. Please help me to understand oracle concepts.
    QUES  1 :
    i am getting confused about “setting bash_profile” and it’s contents
    I googled , it said to set env variables for oracle user. Ok .
    Can anyone explain clearly what exactly happens when “ setting bash_profile ” ?
    MY   BASH_PROFILE SETTINGS
    My  bash_profile having  following contents  :
    +# Oracle Settings+
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=TSH1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    +#LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL+
    +if [ $USER = "oracle" ]; then+
    +if [ $SHELL = "/bin/ksh" ]; then+
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    QUES  2 :
    Please  note  : This  url  says   lot of  env  variables
    http://www.idevelopment.info/data/Oracle/DBA_tips/Unix/UNIX_4.shtml
    2 . In my case , Why following env variables *[LD_ LIBRARY_PATH , CLASS_PATH , PATH]* are missing ?
    My  pc  showing  only  four  env variables   $ env  |  grep  -e  ORA  -e  TNS
    ORACLE_SID=TSH1
    ORACLE_BASE=/u01/app/oracle
    ORACLE_TERM=xterm
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    QUES 3 :
    *[ LD_ LIBRARY_PATH , CLASS_PATH , PATH ]*
    *Are  they  [ above mentioned  env  variables] necessary (or) not necessary for oracle DB ?*
    When listing  env  variables ,  why   they  are  not  displayed  ? (anything  wrong ) ?
    As  a  beginner , I expect  some  clean  technical  information    to  improve my knowledge  ..
    Thanks in advance ;

    Required Output
    *$ id*
    uid=502(oracle) gid=502(oinstall) groups=502(oinstall),503(dba)
    *$ env | sort*
    CLASSPATH=/u01/app/oracle/product/10.2.0/db_1/JRE:/u01/app/oracle/product/10.2.0/db_1/jlib:/u01/app/oracle/product/10.2.0/db_1/rdbms/jlib
    COLORTERM=gnome-terminal
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-s2yfterD04
    DESKTOP_SESSION=default
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-oJUn3E/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=linuxserver
    INPUTRC=/etc/inputrc
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    ORACLE_SID=TSH1
    ORACLE_TERM=xterm
    PATH=/u01/app/oracle/product/10.2.0/db_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    PWD=/home/oracle
    SESSION_MANAGER=local/linuxserver:/tmp/.ICE-unix/4394
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=4450
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-cbAqMq4394/agent.4394
    TERM=xterm
    TMP=/tmp
    USER=oracle
    _=/usr/bin/env
    WINDOWID=42039592
    XAUTHORITY=/home/oracle/.Xauthority

  • BAM-00404: Authentication failed. User is marked inactive - BPM 11.1.1.6.0

    Hello experts!
    We have installed a brand new BPM Suite server with everything in the latest PS5 (11.1.1.6.0).
    We have successfully integrated User authentication with our Active Directory by creating an additional Provider in Weblogic. Such integrated authentication also works for Oracle BPM and the BPM Workspace.
    However, BAM is not working properly. Users can login to BAM, but after 5 minutes their users get flagged inactive by a background thread which can only be reverted by a System Administrator.
    The problem happens because we use Active Directory as the external authenticator and we do not use "cn" as the User Name attribute; instead we use sAMAccountName. We cannot change this setup though, as the AD is used in many applications across the company.
    We have followed all steps from document http://www.oracle.com/technetwork/middleware/bam/technote-bam-multiplesecurityprovid-130532.pdf but the background check is still active. My understanding is that we either change the User Name attribute to "cn" or we must disable the background verification. We want to accomplish the later, but we have not been successful so far. I'm wondering if this is a bug in the latest version or if there's something else that should be set in this version.
    Does anyone have an idea which could help us?
    Thanks,
    Bruno

    We are experiencing the same authenication issue in Oracle BAM as described above and are also running on an installation with the latest PS5 (11.1.1.6.0). When logging in with a user from the active directory provider the user will be set to inactive. Note, we are also having the user name attribute set to "sAMAccountName", but adding the property in the jps-config.xml did not help.
    If anyone managed to resolve this authenication issue we would really appreciate to know your solution.
    Thanks.

  • How to implement Oracle user/role security with Access front end?

    Hi,
    We have successfully migrated our Access database tables to Oracle 10g using SQL developer. We've recreated all the users and roles(i.e., access groups) in Oracle and granted rights to tables.
    In the Access front end database, in the Database window we have saved linked Oracle tables which replaced the Access tables. The forms, reports, queries run fine with the linked Oracle tables. All the linked table use one ODBC DSN to the Oracle database with the same Oracle user id.
    We need to be able to authenticate users into the Oracle database and RE-link the tables based on their own unique user id. By during so we can allow users to use the Oracle standard user id/role and system privileges to control select, update, ect. rights to the database.
    I've been able to use the VB code within Access to logon into the database with a unique id, but I have not been able to find out how to RE-link the tables to the unique user id using VB. There should be some way to relink tables dynamically, based on users login into the Access front end.
    I don't know a great deal about Access projects, but I do know with SQL server allows login into your Access project and link tables dynamically.
    Can someone give me some assistance or point me in the right direction?
    Thanks in advance,
    Larry

    We had one of our programmers here come up with a VB code solution for re-linking table within Access. However the relinking takes 3-4 minutes for 100+ tables.
    In an effort to help you understand the situation better, I will attempt to elaborate on the problem:
    We have an Access 2003 application which currently has a front end using Access(forms, reports, queries, & VB code) and a MS Access 2003 backend.
    We have migrated the backend tables to Oracle. However, we still have a need to maintain the front end in Access, since we have over 60 forms, 40 reports, 200+ queries in Access. Its easy to understand, we have a significant investment in the front end(Obviously, the plan is to migrate the front end also at some future date).
    In order to utilized the existing front end, we have to validate and modify the current front end connections to the new Oracle backend. One of the features of Access is that you can "link" tables and save the link for runtime. Each Access table can have its own link which is a separate ODBC/JET connection. As such, each separate link has its own userid/database information.
    The other issue with using the Access front-end is that Access utilizes a workgroup file to implement user and group security. The workgroup file contains all the users and which groups the users belong to in Access. Then within Access, you allow users access to object(tables, queries, ect) by their userid and or group. When users open an Access database with Access security enabled, they are required to log into Access. The login is authenticated by the workgroup file. Once, logged into Access, users have rights to Access objects based on their rights granted to their userid and groups they belong. The problem here is that when you remove the linked Access tables and replace them with linked Oracle tables, Access has knowledge about Oracle table rights granted to users; nor would you expect it to.
    The dilema is the disconnect between Access and the fact Oracle utilizes a similar but much more sophisticated security model. It creates users and roles(which are similar to Access groups), and again this is independent of Access security.
    Our solution was to still use the Access workgroup file security along with the Oracle security model. By using the Access userid and then creating a similar Oracle userid with similar table rights granted in Access, you could apply security within Access and also with the Oracle database.
    For example, a user BOB logs into Access via the workgroup file, using VB code, Access then establishes a Oracle connection logining into Oracle using the same unique userid BOB into Oracle.
    After connecting and validating user BOB into Oracle, then the Access tables are relinked to Oracle using the user BOB userid and table rights.
    This Oracle userid has been granted table rights specific for this userid.This allows the user BOB to use the Access application and still be authenticated into the Oracle database.
    The problem with this solution is that the relinking of the saved Access tables takes 3-7 minutes for about 100+ tables. This is not acceptable for users each time they log into the application.
    Our current alternative is to use one Oracle userid to login each user, and use Access form restrictions/security to allow/prevent users from updating/viewing data. Obviously, this is not the optimal solution in respect to security, but it at least allows us to control access to the data(via the forms) by using one logon required for each user, and quick startup time for the application.
    I understand SQL server does a better job in integration, but we use Oracle which is what I am trying to work with.
    Larry

  • SharePoint 2010 Web Analytics showing user Display Name and Account Name from the same user

    Hi!
    Since July, 16th 2012 the Web Analytics Daily Unique Visitors reports started to show almost the double of visitors we used to have on our Web Application. Here are some of the data (I intentionally deleted the weekend data):
    10/7/2012 2.497
    11/7/2012 2.723
    12/7/2012 2.722
    13/7/2012 2.699
    16/7/2012 5.055
    17/7/2012 4.963
    18/7/2012 4.954
    19/7/2012 4.998
    20/7/2012 4.965
    23/7/2012 5.117
    24/7/2012 5.012
    25/7/2012 5.071
    As you may notice the data jumped from around 2.700 unique visitors to around 5.000 unique visitors. As the number of permissioned users remains constant it is pretty odd. I also checked the Number of Page Views report and see no change on its behavior.
    The number of page views remained constant.
    So I went to look the Top Visitors report and understand why the visitors number almost doubled. The analytics started to count the users Display Name and Account name as two different visitors with a different number of page views. Let me show you an example
    from yesterday (July, 25th) Top Visitors report:
    #     Visitor                  Page Views    %
    1    Cinthia XXXXXXXXXX    359        0,55%
    5    Giselle XXXXXXXXXX     143        0,22%
    7    Aline XXXXXXXXXX       138        0,21%
    15  nt\cmazevedo              111        0,17%
    60  nt\gbsantana                 69        0,11%
    73  nt\aglsiqueira                 65        0,10%
    "Cinthia" and the account "nt\cmazevedo" are the same person. The same is applied to "Giselle" / "nt\gbsantana" and "Aline" / "nt\aglsiqueira".
    As I stated this is an example from July, 25th. If I checked the same report from a period before July, 16th I can only see the users Display Name as "Visitors". No account name is displayed or counted as a different visitor.
    About the environment:
    We have two SharePoint 2010 farms: a "corporate" and a "enterprise". The corporate farm contains four web servers and a central administration servers with publishing services. The enterprise farm contains two servers running User Profile Services, Search
    Services and some others. Our main version is the SP1 with June/2011 Cumulative Update with a few more hotfixes applied.
    This behavior on analytics is affecting all web applications (we have more than 20) installed on this farm and my company Support team said that no change were made on SharePoint on the weekend the problem started.
    Does anyone have any tip about what is going on?
    Thanks in advance!

    Hi, Manas!
    First of all thanks for your interest on this issue but I don't think it is related to the User Profile or the Active Directory.
    I checked both records and there was no change on the Display Names. All the users have "full names" as display names (first + middle + last name) and not logins as SharePoint is displaying on this report.
    But I did a test yesterday and checked the results today confirming that just the access been made using a specific server are causing this. Explaining it better:
    I have four web servers on my farm named from P01 to P04. Then I created this test script:
    Step 1: Change local HOSTS file to point the web application on the server P01.
    Step 2: Access site "A"
    Step 3: Access site "B"
    Step 4: Close the browser.
    Step 1: Change local HOSTS file to point the web application on the server P02.
    Step 2: Access site "C"
    Step 3: Access site "D"
    Step 4: Close the browser.
    Step 1: Change local HOSTS file to point the web application on the server P03.
    Step 2: Access site "E"
    Step 3: Access site "F"
    Step 4: Close the browser.
    Step 1: Change local HOSTS file to point the web application on the server P04.
    Step 2: Access site "G"
    Step 3: Access site "H"
    Step 4: Close the browser.
    I asked three users to execute that script. The results: All access to the sites "C" and "D" were registered on Web Analytics with the user account name such as "nt\cmazevedo". All the other sites registered the user Display Name correctly such as "Cinthia
    XXXXXXXXXX".
    With this test we could isolate the problem just on the server P02. It doesn't occur on the others. Now my support team is trying to find any configuration difference between this server and the other three that could point for the root cause.
    I am also looking for some information regarding the service responsible for this task ("transform the account name into a display name") to understand why it doesn't work on one server and works on the others.
    Thanks!

  • Welcome to the new Oracle User Group Community

    Welcome to the new Oracle User Group Community. Whether you landed here via the redirect from the previous community site - IOUC.org - or navigated here directly, welcome. This new platform brings new community features to enhance the way you connect with user group peers and with Oracle, as well as make it easier for you to find information through a more intuitive interface. We invite you to provide your feedback on the new site. Log in using your OTN Forum credentials and join the discussion here. If you do not yet have OTN Forum log in credentials, navigate to http://community.oracle.com/community, click on the "Register" link in the upper right corner of the page and create your account.
    We look forward to hearing from you.

    Hi Kashif,
    Glad you like the new Community. Communication among user group leaders works a little differently on this site than on the previous site. Rather than having communication focus around e-mail distribution lists, communication now is focused within the site itself. The intent is that this will provide users the one place to come for information, rather than having to sort through lots of e-mail threads. That doesn't mean that e-mail is completely out of the picture though. Users can opt-in to receive e-mail notifications when an individual piece of content is changed, or when content is posted to a space. Look for the "Receive email notifications" link under "Actions" to start receiving notices. To stop receiving notices, go back to the same content/space and click "Stop email notifications".
    Your Relationship Manager will be talking with you and the other leaders in your region over the next few days and weeks regarding how you and your group of leaders want to communicate.
    Best regards,
    Oracle User Group Team

  • ORA-20160: Encountered an error while getting the ORACLE user account.

    when users trying to apply for the leave . Once they apply for the leave and the respective manager approves it.
    They get an notification mail with the error message The changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator. ORA-06512: at "APPS.ALR_PER_ABSENCE__800_53447_IAR", line 3 ORA-04088: error during execution of trigger 'APPS.ALR_PER_ABSENCE__800_53447_IAR'
    EBS : 12.1.2
    Database : 11.2.0

    We are also facing the same issue , with the following error.
    The Changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request, Contact your system administrator. ORA-06512: at “ APPS.ALR_PAY_ELEMENT_801_53338_IAR”, line 1 ORA-04088: error during execution of the trigger ‘APPS.ALR_PAY_ELEMENT_801_53338_IAR’
    Dear Hussein ,
    As per your suggestion , if we disable the trigger , does it workflow goes ahead without any problems ?
    By Disabling the trigger , what would be the impact ? I mean does we are going to loose the data that was supposed to be updated the trigger.
    And basically please educate me . what is the use of this APPS.ALR_PAY_ELEMENT_801_53338_IAR’ ?
    Regards
    Raghu

  • Error while getting the ORACLE user account for your concurrent request

    Hi ,
    When I am submitting the Concurrent Program from OAF page Iam getting
    Error
    Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    When we will face this error.
    Not able to submit the Request
    Krishna

    Krishna
    Try like this
    public int submitCPRequest(String shipmentId) {
    System.out.println("into submitCPRequest");
    try {
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    String applnName = new String("XXAPL"); //Application that contains the concurrent program
    System.out.println("ApplName"+ applnName);
    String cpName = new String("SHIP_REQ"); //Concurrent program name
    System.out.println("Concc Name"+ cpName);
    // String cpDesc = new String("Shipping Request"); // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the
    //vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(shipmentId);
    System.out.println("Args"+ cpArgs);
    After this it is going into exception
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, null, null, false, cpArgs);
    System.out.println("Req Id"+ requestId);
    tx.commit();
    return requestId;
    catch (SetDeferredException e)
    throw new OAException("SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e) {
    System.out.println("Into Exception");
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    }Thanks
    AJ

Maybe you are looking for

  • How to dequeue a message from a queue

    I am able to Queue a request from a trigger. How do i dequeue this message. SELECT consumer_name, enq_txn_id, enq_time, enq_timestamp, user_data FROM AQ$PROCESSASSETS_Q; CONSUMER_NAME     ENQ_TXN_ID     ENQ_TIME     ENQ_TIMESTAMP     USER_DATA ASSET 

  • Can not  run  "RMDMRPEXTRACT01" report

    Hello Experts, After running the report "RMDMRPEXTRACT01" --> got error " BAdI MD_SR_LIST_EXTRACT for the extraction has no active implementation" while   the BAdI "MD_SR_LIST_EXTRACT " was actived    from transaction SE18. Please let me konw how to

  • �possible that the JNI side generates many instances of the native code?

    Hi guys, I asked this in a previous post but maybe with a bad constructed question. I have C code that generate data (particles) for one client (non multithreading). In my webapp Im gonna have many clients but changing the C side is not initially my

  • Adding condition type

    when i was trying to enter cnd type MWS3 manually in the pricing procedure  it is throwing an error that requirment is not fulfilled for condition type MWS3 I  have  checked in the pricing procedure the requirement was 10-plant is set Alt cnd type-16

  • Cant download in Creative Cloud

    I just purchased a month to month creative cloud premiere pro and I can't get it to show up in the apps. Its not downloading. It just shows a spinning icon in the apps on creative cloud for several hours now. Using Mac, Mavericks 10.9.5.