Srvctl change OS user during start database

Scenario:
Aix 7.1
Oracle Grid Infrastructure Standalone Server 11.2.0.3
Patch 16083653: GRID INFRASTRUCTURE PATCH SET UPDATE 11.2.0.3.6 (INCLUDES DB PSU 11.2.0.3.6)
Oracle RDBMS Single Instance Installation 11.2.0.3
Patch 16056266: DATABASE PATCH SET UPDATE 11.2.0.3.6 (INCLUDES CPUAPR2013)
Patch 16036950: N-APPLY PATCH 11.2.0.3 FOR CRITCAL AIX BUGS BUNDLE #1
Owner of Grid Install is grid11g
Owner of RDBMS Install is ora11g
After install both binaries and patches, i created +ASM instance and Diskgroups using raw device (OS user grid11g).
Using DBCA i created a single instance, executing all scripts in manual mode (OS user ora11g).
Add instance to clusterware using:
srvctl add database -d "$SID" -o /ora11g/app/product/11.2.0.3/$SID -p "+DG_$SID_DATA/$SID/spfile$SID.ora" -n "$SID" -a "DG_$SID_DATA"
My problem is:
When i start database with logged user ora11g using command: srvctl start database -d $SID, all process of instance are started with grid owner install (grid11g).
output of ps -ef | grep $SID
grid11g 5439526  
1   2 21:04:53 
-  0:00 oracle$SID (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
grid11g 5963952  
1   0 21:04:35 
-  0:00 ora_dbw4_$SID
grid11g 6488118  
1   3 21:04:53 
-  0:00 ora_m002_$SID
grid11g 6619268  
1   0 21:04:35 
-  0:00 ora_dbw7_$SID
grid11g 6684858  
1   0 21:04:44 
-  0:00 ora_o001_$SID
grid11g 6881424  
1   0 21:04:35 
-  0:00 ora_smon_$SID
grid11g 7078066  
1   0 21:04:35 
-  0:00 ora_ocf0_$SID
But when i start database using sqlplus /nolog;conn / as sysdba; startup open. All process of instance started with correct owner (ora11g).
output of ps -ef | grep $SID
  ora11g 5963950  
1   0 20:22:16 
-  0:00 ora_s000_$SID
  ora11g 6619262  
1   0 20:22:15 
-  0:00 ora_ckpt_$SID
  ora11g 7143426  
1   0 20:22:16 
-  0:01 ora_mmnl_$SID
  ora11g 7340278  
1   0 20:22:15 
-  0:00 ora_dbw6_$SID
  ora11g 7536702  
1   0 20:22:15 
-  0:00 ora_lgwr_$SID
  ora11g 7798912  
1   0 20:27:30 
-  0:00 ora_smco_$SID
  ora11g 7930010  
1   0 20:22:15 
-  0:00 ora_dbw2_$SID
Has anyone had any similar situation?
Thanks for help
Gustavo
Output:
With ora11g
srvctl config database -d $SID
Database unique name: $SID
Database name:
Oracle home: /ora11g/app/product/11.2.0.3/$SID
Oracle user: ora11g
Spfile:
Domain:
Start options: open
Stop options: immediate
Database role: PRIMARY
Management policy: MANUAL
Database instance: $SID
Disk Groups: DG_$SID_DATA
With grid11g
crsctl stat res ora.$SID.db -p
NAME=ora.$SID.db
TYPE=ora.database.type
ACL=owner:grid11g:rwx,pgrp:dba:r-x,other::r--,group:dba:r-x,user:ora11g:rwx
ACTIVE_PLACEMENT=1
AGENT_FILENAME=%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%
AUTO_START=never
CARDINALITY=1
CHECK_INTERVAL=1
CHECK_TIMEOUT=30
CLUSTER_DATABASE=false
DATABASE_TYPE=SINGLE
DB_UNIQUE_NAME=$SID
DEFAULT_TEMPLATE=PROPERTY(RESOURCE_CLASS=database) PROPERTY(DB_UNIQUE_NAME= CONCAT(PARSE(%NAME%, ., 2), %USR_ORA_DOMAIN%, .)) ELEMENT(INSTANCE_NAME= %GEN_USR_ORA_INST_NAME%) ELEMENT(DATABASE_TYPE= %DATABASE_TYPE%)
DEGREE=1
DESCRIPTION=Oracle Database resource
ENABLED=1
FAILOVER_DELAY=0
FAILURE_INTERVAL=60
FAILURE_THRESHOLD=1
GEN_AUDIT_FILE_DEST=/ora11g/app/admin/$SID/adump
GEN_START_OPTIONS=open
GEN_USR_ORA_INST_NAME=$SID
INSTANCE_FAILOVER=1
LOAD=1
LOGGING_LEVEL=1
MANAGEMENT_POLICY=MANUAL
OFFLINE_CHECK_INTERVAL=0
ONLINE_RELOCATION_TIMEOUT=0
ORACLE_HOME=/ora11g/app/product/11.2.0.3/$SID
PLACEMENT=balanced
RESTART_ATTEMPTS=1
ROLE=PRIMARY
SCRIPT_TIMEOUT=60
SERVER_POOLS=
START_DEPENDENCIES=weak(type:ora.listener.type,uniform:ora.ons) hard(ora.DG_$SID_DATA.dg)
START_TIMEOUT=600
STATE_CHANGE_TEMPLATE=
STOP_DEPENDENCIES=hard(intermediate:ora.asm,shutdown:ora.DG_$SID_DATA.dg)
STOP_TIMEOUT=600
TYPE_VERSION=3.2
UPTIME_THRESHOLD=1h
USR_ORA_DB_NAME=
USR_ORA_DOMAIN=
USR_ORA_ENV=
USR_ORA_FLAGS=
USR_ORA_INST_NAME=$SID
USR_ORA_OPEN_MODE=open
USR_ORA_OPI=false
USR_ORA_STOP_MODE=immediate
VERSION=11.2.0.3.0

Hi JollyRoger
At first, I thought it was the command executed with the wrong user and redid the command being careful to be connected with the correct user.
Having the same result.
Following your suggestion, remove database with grid11g user and add with ora11g user. Same result.
I'm thinking of removing the Clustware and RDBMS installation and install infrastructure without patching. After this applying each patches and checking if the user changes.

Similar Messages

  • How to monitor user password changes for users in a database.

    hi All,
    can someone please help me.
    I need to audit the user password changes in a database. Ive check the auditing but audit " alter user " doesnt audit the changes in password and ive also checked the select * from sys.user_history$; view but didnt find anything useful. So is there a way to trace who changed the password and when ?
    Thanks for the help.

    You need something along the lines of http://www.morganslibrary.org/reference/ddl_trigger.html
    or you need to disallow ALTER USER to everyone and write your own PL/SQL and instrument logging the changes.
    Sybrand Bakker
    Senior Oracle DBA

  • SQL Server 2000 auditing on DML changes on user tables to user databases

    Please let me know if you know if there is any procedure or steps to determine DML changes on user tables in database.

    Hello,
    You can use triggers as shown in the following article:
    http://sqlserver2000.databases.aspfaq.com/how-do-i-audit-changes-to-sql-server-data.html
    You may also consider third party tools that may still support SQL Server 2000. The following tool supported SQL Server 2000 a few years
    ago, not sure about today:
    http://www.apexsql.com/sql_tools_comply.aspx
    Server side traces may be another option:
    http://msdn.microsoft.com/en-us/library/cc293613.aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Cannot start RAC DB using srvctl start database

    Hello Fellows,
    We used to have a 10.1.0.4 RAC DB on top of CRS 10.1.0.4 on top of Sun cluster 3.1 on both Sun Solaris SPARC 64-bit 5.9 nodes.
    We :
    - Unregisted the current RAC DB from the 10.1.0.4 CRS.
    - Removed the CRS 10.1.0.4 permanently and cleanly
    - Installed a new Clusterware 10.2.0.1 and patched to 10.2.0.4 + patch 8705958.
    - CRS servcies are healthy and up :
    $ crs_status.sh
    ora.tibisdb1.LISTENER_TIBISDB1.lsnr ONLINE ....etc for all other services
    Now we are trying to upgrade the RAC DB from 10.1.0.4 to 10.2.
    When i started the DBUA it i chose the cluster mode and then DBUA tried to startup both DB instances but it failed. To reproduce this, i registed the databse TIBIS with the 2 instances to the CRS and then tried to startup the DB but it failed:
    $ crs_status.sh
    ora.TIBIS.TIBIS1.inst OFFLINE OFFLINE
    ora.TIBIS.TIBIS2.inst OFFLINE OFFLINE
    ora.TIBIS.db OFFLINE OFFLINE ...etc
    $ srvctl start database -d TIBIS
    PRKP-1001 : Error starting instance TIBIS1 on node tibisdb1
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    SQL*Plus: Release 10.1.0.4.0 ...
    Connected to an idle instance.
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-27504: IPC error creating OSD context
    ORA-27300: OS system dependent operation:IPC init failed with status: 65
    ORA-27301: OS failure message: Package not installed
    ORA-27302: failure occurred at: skgxpcini
    ORA-27303: additional information:libskgxpd.so called
    tibisdb1:ora.TIBIS.TIBIS1.inst:libskgxp10.so should reference real implementation.
    tibisdb1:ora.TIBIS.TIBIS1.inst:SQL> Disconnected
    CRS-0215: Could not start resource 'ora.TIBIS.TIBIS1.inst'.
    PRKP-1001 : Error starting instance TIBIS2 on node tibisdb2
    CRS-0215: Could not start resource 'ora.TIBIS.TIBIS2.inst
    BTW, i can open the instances fine through SQLPLUS.
    I did a full SRVCTL trace for the command and got the same errors above only.
    I also followed also Note :Note : 814896.1
    1. cd $ORACLE_HOME/rdbms/lib
    2. rename the original library (if exists)
    mv libskgxp10.so libskgxp10.so.old
    3. Relink to configure UDP for IPC
    make -f ins_rdbms.mk rac_on ipc_udp ioracle
    4. Check whether the library exists
    ls -l $ORACLE_HOME/lib/libskgxp10.so
    Same result when try to SRVCTL START DATABASE -D TIBIS
    RECENT CHANGES:
    - Unregisted the current 10.1.0.4 RAC DB from the 10.1.0.4 CRS.
    - Removed the CRS 10.1.0.4 permanently and cleanly
    - Installed a new Clusterware 10.2.0.1 and patched to 10.2.0.4 + patch 8705958.
    - Try to upgrade/register the 101 RAC DB to 10.2 .
    O/S DETAILS:
    $ uname -a
    SunOS tibisdb1 5.9 Generic_122300-29 sun4u sparc SUNW,Sun-Fire-V240
    CLUSTERWARE:
    Sun Cluster 3.1
    Please advise,
    Thank you.
    Feras

    Hello,
    Thanks first for your following up and trying to help. I appreciate that.
    Here is what you suggested :
    $ srvctl start instance -d TIBIS -i TIBIS1
    PRKP-1001 : Error starting instance TIBIS1 on node tibisdb1
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:SQL*Plus: Release 10.1.0.4.0 - Production on Tue Nov 17 08:57:50 2009
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:Copyright (c) 1982, 2005, Oracle. All rights reserved.
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:Enter user-name: Connected to an idle instance.
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    tibisdb1:ora.TIBIS.TIBIS1.inst:SQL> ORA-00603: ORACLE server session terminated by fatal error
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27504: IPC error creating OSD context
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27300: OS system dependent operation:IPC init failed with status: 65
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27301: OS failure message: Package not installed
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27302: failure occurred at: skgxpcini
    tibisdb1:ora.TIBIS.TIBIS1.inst:ORA-27303: additional information: libskgxpd.so called
    tibisdb1:ora.TIBIS.TIBIS1.inst:libskgxp10.so should reference real implementation.
    tibisdb1:ora.TIBIS.TIBIS1.inst:SQL> Disconnected
    tibisdb1:ora.TIBIS.TIBIS1.inst:
    CRS-0215: Could not start resource 'ora.TIBIS.TIBIS1.inst'.
    $ $ORA_CRS_HOME/bin/crs_stat -p ora.TIBIS.TIBIS1.inst
    NAME=ora.TIBIS.TIBIS1.inst
    TYPE=application
    ACTION_SCRIPT=/oracle/product/10.1.0/db_1/bin/racgwrap
    ACTIVE_PLACEMENT=0
    AUTO_START=1
    CHECK_INTERVAL=600
    DESCRIPTION=CRS application for Instance
    FAILOVER_DELAY=0
    FAILURE_INTERVAL=0
    FAILURE_THRESHOLD=0
    HOSTING_MEMBERS=tibisdb1
    OPTIONAL_RESOURCES=
    PLACEMENT=restricted
    REQUIRED_RESOURCES=ora.tibisdb1.vip
    RESTART_ATTEMPTS=5
    SCRIPT_TIMEOUT=600
    START_TIMEOUT=0
    STOP_TIMEOUT=0
    UPTIME_THRESHOLD=7d
    USR_ORA_ALERT_NAME=
    USR_ORA_CHECK_TIMEOUT=0
    USR_ORA_CONNECT_STR=/ as sysdba
    USR_ORA_DEBUG=0
    USR_ORA_DISCONNECT=false
    USR_ORA_FLAGS=
    USR_ORA_IF=
    USR_ORA_INST_NOT_SHUTDOWN=
    USR_ORA_LANG=
    USR_ORA_NETMASK=
    USR_ORA_OPEN_MODE=
    USR_ORA_OPI=false
    USR_ORA_PFILE=
    USR_ORA_PRECONNECT=none
    USR_ORA_SRV=
    USR_ORA_START_TIMEOUT=0
    USR_ORA_STOP_MODE=immediate
    USR_ORA_STOP_TIMEOUT=0
    USR_ORA_VIP=
    $ CRS_HOME/bin/crs_stat -p ora.oradb.oradb1.inst | grep ACTION_SCRIPT
    /usr/bin/ksh: CRS_HOME/bin/crs_stat: not found
    $ $ORA_CRS_HOME/bin/crs_stat -p ora.TIBIS.TIBIS1.inst | grep ACTION_SCRIPT
    ACTION_SCRIPT=/oracle/product/10.1.0/db_1/bin/racgwrap
    $ ls -ltr /oracle/product/10.1.0/db_1/bin/racgwrap
    -rwxr-x--x 1 oracle dba 629 Oct 17 14:23 /oracle/product/10.1.0/db_1/bin/racgwrap
    $ more /oracle/product/10.1.0/db_1/bin/racgwrap
    #!/bin/sh
    # Wrapper script
    ORACLE_HOME=/oracle/product/10.1.0/db_1
    export ORACLE_HOME
    ORACLE_BASE=/oracle/product/10.1.0/db_1
    # export ORACLE_BASE if it is set
    if [ ! -z "$ORACLE_BASE" ]
    then
    export ORACLE_BASE
    fi
    PATH=$ORACLE_HOME/bin:/usr/bin:$PATH
    export PATH
    # environment variable need to be set for executing
    # lsnrctl, agentctl and sqlplus
    ORA_RACG_EXEC_ENV="LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH"
    export ORA_RACG_EXEC_ENV
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    #_USR_ORA_DEBUG=1
    #export USRORA_DEBUG
    $ORACLE_HOME/bin/racgmain "$@"
    status=$?
    exit $status
    $Regarding the Oracle SR, they replied yesterday and requested logs..etc. Waiting for their feedback while trying to resolve this.
    Please advise.
    Thanks,
    Feras

  • PPCO0007 User Exit for  Changing Header Fields During Order  (CO40)

    .. Hi !!!!
      I need your help or suggestions,
      I need to change the standar order  before to save, i found the user exit PPCO0007,
      i assign the new value for the order, but when finish the fuction, EXIT_SAPLCOZV_001, the new values are
      lost, and finally the system set the standard order.
        Someona know how can change the order and the the batch.
         Thanks
    Noemí Huerta

    Hi Noemi
    You can use the enchancement PPCO0007 (exit when the production order is saved).
    Use the function module EXIT_SAPLCOZV_001 (User Exit for Checking or Changing Header Fields During Order Save) to update the field priority starting the information in the material-customer info record.

  • APEX Error: Current version of data in database has changed since user init

    Hi:
    APEX 4.1
    I have a page with 2 regions. The first region is built with custom SQL using the APEX APIs. I have a process the can successfully update records.
    I built the second region with the tabular form wizard. This created the multi row update process.
    I created a region button and the two process respond to that button: process for first region, then process for the second region.
    When I add data to the second region and click the region button, I get the following error:
    Current version of data in database has changed since user initiated update process. current row version identifier = "A884FA378C851786DDFE3A33709CB23C" application row version identifier = "9ED06A0F09F80F054AB781CA24CC4CBF"
    I know it has something to do with these two types of regions being on the same page, because when I create a page of just the table form, the data is updated.
    Can anyone suggest what I might be doing wrong?
    Thanks.

    Hello
    If you try update the same data from 2 places you will got this message because:
    Apex forms have locking mechanism.
    1. During fetch data to form apex calculate checksum from every items on the forms.
    2. Before update process apex again fetch data from database (in background) and calculate checksum again if checksum from point 1 is the same like this checksum APEX realy update data with new item values. If no, You will got your error (apex secure You, You realy don't know what you update).
    According this if you change data which you use in the form between 1 and 2 point you will got this "error". You can check it for example if you change data from SQL/Plus or from other form.
    Probably you forget about this locking mechanism during designe your process from APEX API <- successfully update records (maybe successful but you don't know what you updated) : )
    If I helped You please check correct or helpful :)

  • Databases instances stuck in MOUNT MODE after srvctl start database -d

    Hi,
    I wonder if anyone can shed some light on why the following scenario is happening in our environment.
    We have a 4 node site, configured with RAC on nodes 1 & 2 and dataguard shipping the logs to a standby physical cluster
    database on nodes 3 & 4.
    Our issue is this:
    When the database instances on nodes 1 & 2 are stopped and restarted using this command sequence
    srvctl stop database -d SOCPRODCAV
    srvctl start database -d SOCPRODCAV
    each database instance gets started up only as far as MOUNT mode.
    The databases are not opened and i have to go in and do this manually for each instance.
    The above command sequence used to successfully restart the database and leave it open for use so i'm wondering how the start
    mode has been changed and if there is an area of configuration or view anyone can guide me to look at it.
    I provide remote DBA support for this client's and it is possible that another onsite DBA may have changed something.
    Any pointers gratefully received.
    Regards,
    George

    See current configuration as follows
    srvctl config database -d SOCPRODCAV -aThis should show you current startup/stop settings as follows
    Start options: open
    Stop options: immediate
    Now you can change current settings if Start option is not "open"
    srvctl modify database -d SOCPRODCAV -s OPENReference
    http://docs.oracle.com/cd/E14072_01/server.112/e10595/restart005.htm#i1009665
    Salman

  • Srvctl start database -d dbname error tns lost contact

    hi,
    i am facing error while starting the databse by using srvctl in single node database.
    srvctl status database -d <dbname> is working fine and it is giving output. i am able to start the database manually too.
    srvctl start database -d <dbname>
    PRCR-1133 : Failed to stop database <dbname> and its running services
    PRCR-1132 : Failed to stop resources using a filter
    ORA-12547: TNS:lost contact
    any advice.
    regards
    Suresh J
    Edited by: user11982371 on Apr 20, 2012 6:53 AM

    may i know what you have done before....srvctl start...etc...
    do you have done any changes?
    post your oracle version and OS....
    please find below notes from metalink..it may helpful to you....
    This could be many things but a popular issue is when you have a separate ASM Home and the listener is running out of this home (it was the first home installed). Srvctl needs a TNS_ADMIN alias to the network/admin directory in this home instead of using the default ORACLE_HOME/network/admin for the database you are trying to start. For srvctl to work you must
    srvctl setenv nodeapps -n node -T TNS_ADMIN=full path
    on each node in the cluster.
    You cannot rely on a TNS_ADMIN environment variable.
    See Note 420977.1
    Another cause is non-existent spfile, see Note 732683.1
    source support.oracle.com
    Edited by: dbc001 on Mar 23, 2013 10:55 AM

  • Changing the password for OIM Database User

    We need to change the password of the database user that created and user to run the prepare_xl_db.sh. I changed the <password encrypted="true"> to "false" and modified the password in the xlconfig.xml and restarted the app server but I can't log in. I get the below error. - what else is needed?
    ERROR,30 Oct 2008 09:31:56,265,[XELLERATE.SERVER],Class/Method: XLJobStoreCTM/initialize encounter some problems: Error while connecting to Database. Please check if DirectDB settings are correct in Xellerate configuration file.
    FATAL,30 Oct 2008 09:31:56,265,[XELLERATE.SCHEDULER],QuartzSchedulerImpl constructor Exception
    org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'noTXDS': org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-01017: invalid username/password; logon denied
    ) [See nested exception: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-01017: invalid username/password; logon denied
         at org.quartz.impl.jdbcjobstore.JobStoreSupport.initialize(JobStoreSupport.java:429)
         at org.quartz.impl.jdbcjobstore.JobStoreCMT.initialize(JobStoreCMT.java:131)
         at com.thortech.xl.scheduler.core.quartz.XLJobStoreCTM.initialize(Unknown Source)
         at org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:753)
         at org.quartz.impl.StdSchedulerFactory.getScheduler(StdSchedulerFactory.java:885)
         at com.thortech.xl.scheduler.core.quartz.QuartzSchedulerImpl.initialize(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzSchedulerImpl.<init>(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzSchedulerImpl.getSchedulerInstance(Unknown Source)
         at com.thortech.xl.scheduler.core.SchedulerFactory.getScheduler(Unknown Source)
         at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.startScheduler(Unknown Source)
         at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.init(Unknown Source)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2371)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4824)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4748)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4936)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1145)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:570)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    * Nested Exception (Underlying Cause) ---------------
    org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'noTXDS': org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-01017: invalid username/password; logon denied
    ) [See nested exception: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-01017: invalid username/password; logon denied
    )]

    During oim installation datasources are created to access the database.
    So when you change the password for the database user you have to adjust the password in the datasources.

  • User Exit/ Badi for Changing Quant parameters during TO Creation

    Hi Gurus,
    Could you please guide me to advice the User Exit/Badi which can be used for changing Quant Data during TO Creation.
    User Requirement: Using "Recepient Field" in MIGO as a Key Value for FIFO in WM during goods issue. Receipient is copied into TR and TO (Standard SAP Functionality). For the purpose of Stock Removal based on Receipient Value, we need to copy this value into Quant Data field named Certificate Number ("LQUA-ZEUGN").
    I will highly appreciate reply from Gurus.
    Regards,
    Gupta M

    Hi manish,
    Use the Exit MWMTO001 for this purpose and modify the table accordingly. This will solve your problem.
    Thanks,
    Shibashis

  • MRU Error : Current version of data in database has changed since user init

    When i use HTMLDB Wizard to create Master Detail Form
    (You can see step by step what i doing by see this url :
    http://jroller.com/resources/w/wildan83/MRU%20Error.pdf
    The is error in MRU :
    Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process. current checksum = "A884FA378C851786DDFE3A33709CB23C", item checksum = "0EEFFABE8252B0B279DB14A77F567F5D"., update "CNAP2"."ENROLLMENT" set "STUDENT_ID" = :b1, "SECTION_ID" = :b2, "ENROLL_DATE" = :b3, "FINAL_GRADE" = :b4.
    If there something missing.., just say ..
    Thanks for the help.

    Oh i see ..,i never think if that is the source of the MRU
    error.
    Ok ..,
    Now ..., i have new question .., how can i change so the the primay key in detail table (enrollment table), i have one primary key with two columns .., if you don't understand what i mean ..,
    check this alter table statement :
    ALTER TABLE ENROLLMENT
    ADD CONSTRAINT ENR_PK PRIMARY KEY
    (STUDENT_ID
    ,SECTION_ID) ;
    Now the question is .., when i using wizard to create master detail form .., html db automatically make student_id and section_id as the primary at "application level (html db)" .., how can i change this behaviour ..,
    i want the html db not treat this two column as primary key ?
    Do i have to create master detail form manually to accomplish this ?
    Thanks before .., sorry if my english is not too good.

  • ORA-20001: Current version of data in database has changed since user.....

    Hi,
    I am having a tabular form which I created using the wizard
    I am facing the below error when I try to update or 'Add Row'
    Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process."
    I havenot changed the query but I made certain columns based on select list,gave some default values,etc..
    How can I solve this problem?
    Also,I am getting the above error once I change the query for another tabular form.The client wanted some more fields to be displayed on the page.
    How can I solve this problem too?
    Thanks and Regards,
    K.tanna

    Can somebody help me out?

  • Changing user permissions SQL Database Server for OBIEE repository

    Hi All
    We have installed OBIEE 11g and are using database SQL Server 2008 R2.
    The users of the repositories are connected to the master database, and our client query if these users can be disconnected from the master database, so that only stay connected to their corresponding repositories.
    Please help with this question.
    Regards
    Pedro

    Hi,
    You can move out of Master database with SQL server. If such a case is being considered then you have to create a database with SQL server then move all the existing OBI repository's and its users to the new Database. Once this change is complete on the Database side on Weblogic Database connect strings needs to be changed.
    Let me know if this helped.
    Regards,
    Jay

  • Is there any way changing the priviledge after starting the managed server with the other user

    Hi,
    is there any way to change the user privilege after i have started the managed
    server with one user.....say for example ....i have started one of my Managed
    server as "root" ...but after that i wanted to make this instance work under as
    "inet"
    how do i do this OR is it possible ????
    please advise ....
    sangita

    Thanks again Rob.
    Rob Woollen <[email protected]> wrote:
    >
    >
    sangita wrote:
    Thanks Rob for been so quick in responding.
    I have 3 questions for you:
    Running a server under root is a huge security hole.My Question: 1) what are the probable security issues while runninga server under
    root ?
    are these security issues external(from outside world) or internal(internally
    within a company) ?
    Iam basically curious to know external threats.
    The problem is the root user can do anything. So if someone finds a
    security hole in your server, then they have complete control of your
    system.
    The usual reason people want to do this is so they can bind to a port
    <
    1024. ie they want their web server to listen to 80.My Question: 2) What is the harm in using port 80 for webserver andwhy do the
    people wanted to bind to a port < 1024 ?
    People normally use 80 for web servers because that's the well-known
    port.
    Personally I would not recommend that you go that route. I would
    recommend that you start the server as a very unprivileged user andbind
    it to some port (say 7001).
    Most firewalls support redirecting ports. Your firewall can redirect
    80
    on the external net to 7001 on the internal net. That's the solution
    I
    would recommend.My Question: 3) Suppose iam having a cluster of 2 Managed servers runningon port
    7070. And Iam having a Iplanet server working as a Webserver that basicallyproxies
    requests to this cluster. Then what is the best approach that i shouldfollow
    in this context.....to be honest with you ....i still couldnot understandwhat
    does "binding" the webserver port to a managed server in weblogic mean.
    I would have your firewall redirect 80 to whatever port Iplanet is
    listening on and then have iplanet proxy to WLS.
    Do not run your WLS servers as root.
    -- Rob
    Iam sorry for asking these "silly" questions(in your opinion) ...butiam a bit
    confused.
    thanks, sangita
    Rob Woollen <[email protected]> wrote:
    Running a server under root is a huge security hole.
    The usual reason people want to do this is so they can bind to a port
    <
    1024. ie they want their web server to listen to 80.
    There is a set uid option in WLS where you start the server as root
    and
    then after it binds to the low port, it will switch to another userthat
    you specify.
    Personally I would not recommend that you go that route. I would
    recommend that you start the server as a very unprivileged user andbind
    it to some port (say 7001).
    Most firewalls support redirecting ports. Your firewall can redirect
    80
    on the external net to 7001 on the internal net. That's the solution
    I
    would recommend.
    -- Rob
    sangita wrote:
    <Sure, it's possible to do this, >
    how to do this?
    <but why do you want to do it? >
    Iam not sure why this group (the other group than me) does start theirserver
    as "root"...but somebody from that group asked me about this today.
    I would not recommend that you start WLS as root on your production
    system ever under any cirucmstance.then what is the best approach and what are the pros and cons if westart the
    server as "root" OR as different user ????
    please advise ....
    thanks again.
    Rob Woollen <[email protected]> wrote:
    Sure, it's possible to do this, but why do you want to do it?
    I would not recommend that you start WLS as root on your production
    system ever under any cirucmstance.
    -- Rob
    sangita wrote:
    Hi,
    is there any way to change the user privilege after i have startedthe managed
    server with one user.....say for example ....i have started one
    of
    my Managed
    server as "root" ...but after that i wanted to make this instance
    work
    under as
    "inet"
    how do i do this OR is it possible ????
    please advise ....
    sangita

  • What users are created during Oracle Database installation?

    By default, what users are created during Oracle Database installation?
    Thanks,
    Felipe

    Hi,
    All databases created by the Database Configuration Assistant (DBCA) include the SYS, SYSTEM, SYSMAN, and DBSNMP database accounts. In addition, Oracle provides several other administrative accounts. Before using these other accounts, you must unlock them and reset their passwords.
    Here you are:
    USERNAME
    MGMT_VIEW
    SYS
    SYSTEM
    DBSNMP
    SYSMAN
    SATYAM
    OUTLN
    MDSYS
    ORDSYS
    EXFSYS
    DMSYS
    USERNAME
    WMSYS
    CTXSYS
    ANONYMOUS
    XDB
    ORDPLUGINS
    SI_INFORMTN_SCHEMA
    OLAPSYS
    SCOTT
    TSMSYS
    BI
    PM
    USERNAME
    MDDATA
    IX
    SH
    DIP
    OE
    HR
    Regards,
    Satyam

Maybe you are looking for

  • Duplicate entries in loop browser

    Have just bought a new iMac and running GB '08. When I moved my old loops over from my old machine via an external hard drive, I now have duplicate entries of all the loops in the browser. Any ideas on a fix?

  • IWeb 8.0 - personal domain name publishing

    I have created a site and published to my MobileMe account and also published - to my personal domain name, to which the site tells me I have successfully published to the new name/site. I click on visit the site - and it comes up as address unknown.

  • How can I get rid of Apple's Helvetica?

    I need to get rid of the Helvetica system fonts so I can use Suitcase to load a complete set of Helvetica. I have removed all Helveticas I can find but still get a conflict when I try to open a different version. I work with other people's files and

  • Both itunes and quicktime just stopped running

    Just recently, my itunes just stopped working. At first it was perfectly fine, then it couldn't read anything from my ipod, then it just wouldn't start up. I kept receiving a message "Itunes cannot run because it has detected a problem with your audi

  • InDesign wants to reinstall itself

    I have InDesign installed on my computer. When I try to download an attachment in an email, Adobe Indesign opens up, trying to re-install itself. In fact, when I try to open up any PDF file, the Indesign installation process begins. I have been succe