Aix Os User On Sqlplus

Hi
I have this command i execute in sqlplus (command for trace analyser) :
exec trca$i.trace_analyzer('aquest01_ora_852076.trc','aquest01_ora_852076.html');
This command analyse my trace file and generated the html file.
When i execute this command with my Os Oracle User, it works perfectly.
When i execute this command with Os Root User, it doesn't work.
I have this error :
ORA-22288 : file or LOB operation FILEEXISTS failed
Permission denied
I asked myself why and then i try to see when i am connected on sqlplus, which osuser is in the v$session.
So i run the command :
select osuser from v$session where audsid = userenv('SESSIONID');
When i am with Oracle Os user, the osuser returns Oracle.
When i am with Root Os user, the osuser returns daemon.
So, it seems that daemon user cannot handle the fact he has to write a new file (the html one), i don't understand why !!!
And i don't understand why the os user is daemon and not root.
If someone has an explanation, i take it.
Thanks

Hi
First, in both cases, i use : sqlplus "myuser/mypwd".
And of course, same user when i test for Oracle or Root.
I totally agree with the fact that Root as no right to connect via "sqlplus /nolog" and we do the same thing as u said : a simple su - Oracle to run a sql command.
I have an history for this problem. The command i launch "trca$i.ana ...." is in a package. This package is called by .net program. And when i execute it with the .net, this error comes.
That's why now i test directly on aix with this simple test.
And yes, the end of error is :
Cannot determine if trace file aquest01_ora_852076.trc exists on /Ora_log/aquest01/udump
Thanks.

Similar Messages

  • How to list the current user in sqlplus and how to switch to another?

    Assume I am in a sqlplus sesion.
    How can I display the user with whom I am currently working?
    And how can I switch (without leaving the sqlplus session) to another
    user aaa with pw=mypw?
    Peter

    By using host command
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> host su oracle
    Password:
    [oracle@backup root]$ exit
    exit
    SQL>From Documentation:
    *HOST [ command ] - Execute host commands*
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14195/sqlqraa.htm#sthref1972
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • Cannot connect as a new user to second database from SQLPLUS

    Hello,
    I've created a new database with CREATEDB POLITE jantest.
    I connected via sqlplus as system/mgr@ODBC:POLITE:jantest. This
    works fine, I run de poldemo.sql file and that worked fine also.
    Then I created a user jan identified by jan. Then I tried to
    connect to this user with SQLPLUS as
    jan/jan@ODBC:POLITE:jantest. I get an error message that the
    user does not exist. Then I tried to connect as
    scott/tiger@ODBC:POLITE:jantest. This worked, however is was
    then connected to the default 'polite' database.
    Has anyone experienced the same kind of weird problems.
    null

    Jan Boersma (guest) wrote:
    : Hello,
    : I've created a new database with CREATEDB POLITE jantest.
    : I connected via sqlplus as system/mgr@ODBC:POLITE:jantest. This
    : works fine, I run de poldemo.sql file and that worked fine
    also.
    : Then I created a user jan identified by jan. Then I tried to
    : connect to this user with SQLPLUS as
    : jan/jan@ODBC:POLITE:jantest. I get an error message that the
    : user does not exist. Then I tried to connect as
    : scott/tiger@ODBC:POLITE:jantest. This worked, however is was
    : then connected to the default 'polite' database.
    : Has anyone experienced the same kind of weird problems.
    Response:
    when you create a database under oracle lite, you first
    configure this database via ODBC(for example give to this
    database a sourcename jan) then connect to this database using
    system/manager@jan. Thenafter you should grant previllege ddl to
    user jan before connecting :
    grant ddl to jan
    and now you can connect using : connect jan/jan@jan
    null

  • Can't create or edit any users in 066 client

    Hi to all!
    I found that I have sap*/pass in 066 client:
    I want to create this user in SU01 to cover default sap*, but I don't have address fields in SU01 in 066 client:
    Because of this, I can't save the new user sap* and I got an error:
    I tried to rename user with sqlplus:
    update sapsr3.usr02 set bname= 'sap*' where bname='EARLYWATCH'; commit;
    It didn't help - I can't log on with this user, SAP can't see this user.
    How can I create user sap* to protect 066 client ?  Thanks !

    Hi Igor,
    Try with parameter login/no_automatic_user_sapstar = 0. Then restart SAP. And then you should be able to login with SAP*.
    Check sapnote 68048 - Deactivating the automatic SAPSTAR user
    Hope this helps.
    Best regards,
    Martina

  • Export and import oracle xe application users

    How can i import a user'sexport script using sqlplus?
    i make a export with application->export->users to a file exportuser.sql
    but when i'm try to import with sqlplus i get
    ORA-20001: Unauthorized access (wwv_flow_api.set_credentials).
    I need to make a silence creation of users using sqlplus, (not by htmldb), any idea?

    Hello
    Have a look on HTMLDB_UTIL.EXPORT_USERS - How this works?
    For me it works. Import works fine.
    Compare your file with the output from my command and check for differences...
    Greetings
    Sven

  • Procedure to fully backup a users email & manually deprovision a OCS user

    Procedure to BACKP/RESTORE email account (Note you need to create a dir on filesystem to store the backup)
    Backup a users email account
    Source the midtier env e.g. ORACLE_HOME , ORACLE_SID , PATH
    oesbkp task=backup type=all user=<email_address> admindn=cn=orcladmin password=<password>
    ldaphost=<hostname> ldapport=3090 backupdir= < path to backup dir >
    Restore a users email account
    Source the midtier env e.g. ORACLE_HOME , ORACLE_SID , PATH
    oesbkp task=restore type=all user=<email_address> admindn=cn=orcladmin password=<password>
    ldaphost=<hostname> ldapport=3090 backupdir= < path to backup dir >
    Procedure to Manually Deprovision A user in OCS
    In this example we will delete the user:
    email [email protected]
    userid 100009
    Step 1 : Delete the user in the GAL
    Source the 10g cal env e.g. ORACLE_HOME , ORACLE_SID , PATH
    Check for user in GAL
    uniuser -ls -n 1 | grep <user_name>
    Delete the user from the GAL
    uniuser -del "S=<last_name>/G=<first_name>*" -n 1
    e.g.
    uniuser -ls -n 1 | grep bruce.wayneEnter a password:
    + [email protected]/UID=100009/AUTOREFRESH=1/
    uniuser -del "S=wayne/G=bruce*" -n 1Enter a password:
    Delete "S=wayne/G=bruce/UID=100009/ID=5566/NODE-ID=1" and its agenda [y/n]: y
    uniuser: "S=wayne/G=bruce/UID=100009/ID=5566/NODE-ID=1" has been deleted
    Step 2: Delete the user in the OID e.g. ORACLE_HOME , ORACLE_SID , PATH
    Source the midtier env
    Check for user in OID (Note ensure you have the correct port in this example we user 3060)
    ldapsearch -h <hostname> -p 3060 -D "cn=orcladmin" -w <password> -s sub \
    -b "cn=Users,dc=...................." -v "cn=<userid>"
    Delete the user in OID
    Create a file called "user.ldif" of the format
    echo "cn=<userid>, cn=Users, dc=....................">user.ldif
    Execute the ldapdelete utility
    ldapdelete -h <hostname> -p 3060 -D "cn=orcladmin" -w <password> -v -f user.ldif
    deleting entry cn=<userid>, cn=Users, dc=............................................
    delete completed
    Step 3: Delete user from the mail store
    Source the midtier env e.g. ORACLE_HOME , ORACLE_SID , PATH
    Check for user in that database
    echo "select username from es_user where USERNAME like '%<username>%';" > user.sql
    sqlplus "es_mail/password"@<user.sql
    Create "mailstore_user.txt" of the format
    echo "mail=<email_address>">mailstore_user.txt
    Clean the mail store
    oesucr mailstore_user.txt -d -v
    oesucr mailstore_user.txt -clean_user_mailstore_data

    Hi Guys,
    Interesting question. I've me wondering how I can do something similar. But not so much for the email(coz we are not using Oracle Mail), but for the security setup of a user in OCS. eg. a user is granted access to many folders or objects, we want an easy way to deprovision everything. (if backing up is possible before the deprovisioning, even better - just in case a wrong delete was performed, it is recoverable).
    The other thing I'm interested is whether a branch in OCS can be backed-up and recovered easily (together with all it's meta-data and attributes) ?
    Regards
    Steve

  • How to access OS User created with "identified externally"

    I am able to
    SQL> create user ops$deskuser identified externally;
    while deskuser is one of my OS user.
    I believe it is a very easy question, however I just do not know how to access this user from sqlplus., please help
    Thanks in advance

    oracle@mini:~> sqlplus system
    SQL*Plus: Release 10.1.0.3.0 - Production on Sun Nov 13 21:11:47 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> create user ops$pops identified externally;
    User created.
    SQL> grant connect to pops;
    Grant succeeded.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    oracle@mini:~> su - pops
    \Password:
    Illinois isn't exactly the land that God forgot -- it's more like the
    land He's trying to ignore.
    pops@mini:~> . oraenv
    ORACLE_SID = [pops] ? orcl
    pops@mini:~> sqlplus /
    SQL*Plus: Release 10.1.0.3.0 - Production on Sun Nov 13 21:16:59 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>

  • Best way to move Users folder off the boot drive

    I read a couple of old threads regarding this topic, but I have some lingering questions...
    I'm awaiting my Mac Pro. I ordered it with one drive. I plan on adding two drives in a RAID 0 array for data (which will be backed up regularly, of course) as soon as I get the Mac.
    This is my first Mac, so I've got some questions (long time PC user as well as AIX & Linux user):
    1. Is it better to move the entire /Users folder or just selected /Users/<user_name> folders? I'm thinking it's safer to just move selected /Users/<user_name> folders (e.g. my "everyday" accoun'ts home directory, other family members' home folders, and the /Users/Shared folder). That way, in the event that I have a problem with my data drive (a RAID 0 array), I can login as an admin whose home folder is still in the boot drive and I won't have any problems logging in as that user when doing maintenance.
    2. Is it safe to move (and delete from the boot drive) the /Users/<user_name>/Library folder? Note that I plan on moving the home folders on a brand new Mac, but will things get messed up if I delete /Users/<user_name> folders from the boot drive once I've moved them to the RAID array?
    3. Are there any ill-behaved programs that expect Users to be in the boot drive, so I have to create a /Users/<user_name> soft link that points to the actual folder in the RAID array?
    4. I believe I found the steps suggested in Pogue's Mac OS X Missing Manual book (although it's in the context of moving the folder to an external drive). Basically, it entails running:
    a. sudo ditto -rsrc "/Users/<user_name>" "/Volumes/<thenewhome>"
    b. Then, in Accounts pane of System Preferences under Advanced Options, enter the new Home folder.
    c. Reboot and delete the original /Users/<user_name>
    Does this sound right? Seems really simple (much easier than in the Windows world).
    Thanks.

    Just wanted to clarify:
    1. Mike Bombich's method entails moving the entire /Users folder to another drive so everyone's home is moved?
    2. David Pogue's method (as described in the Missing Manual) only entails moving individual, selected home folders to another drive (and no soft links needed)?
    3. It sounds like Pogue's method is preferable anyway (for the paranoid at least), so if the 2nd drive dies or needs maintenance, I can still login as a user whose home folder is in the boot drive?
    4. So, if I use Pogue's method, all that is needed are the steps listed in my original post above, and nothing else?
    Thanks.

  • Connect to SYSDBA from inside SQLplus? Default password?

    Ok, I could call SQLplus with the SYSDBA user as
    sqlplus / as sysdba
    but assume I am in a SQLplus session as SYSTEM user and I just want to quick switch to SYSDBA
    through a "conn" command and execute some instructions?
    How can I do this? How is the default password of SYSDBA (and SYSOPER) ?
    the following does not work:
    SQL>conn SYSDBA/sysdba
    How else can I connect?
    Peter

    user559463 wrote:
    Ok, I could call SQLplus with the SYSDBA user as
    sqlplus / as sysdba
    but assume I am in a SQLplus session as SYSTEM user and I just want to quick switch to SYSDBA
    through a "conn" command and execute some instructions?
    How can I do this? How is the default password of SYSDBA (and SYSOPER) ?
    the following does not work:
    SQL>conn SYSDBA/sysdba
    How else can I connect?
    PeterPeter,
    Well first of all, there is no user called SYSDBA, Its a role not a user. Here is the link which tells what this role contains and another SysOPER also,
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/dba.htm#sthref137
    Now the comamnd that you have given, connect sysdba/sysdba, is wrong fron start to finish as there is no user like this. One may think that the option to quickly switch can be setting the current schema to sys but that also doesn't work for SYS user,
    SQL> conn system/oracle
    Connected.
    SQL> select  * from V$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> alter session set current_schema=scott;
    Session altered.
    SQL> select * from salgrade;
         GRADE      LOSAL      HISAL
             1        700       1200
             2       1201       1400
             3       1401       2000
             4       2001       3000
             5       3001       9999
    SQL> alter session set current_schema=sys;
    Session altered.
    SQL> select * from x$bh;
    select * from x$bh
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL>So the only option is to actually log in as Sys user.
    HTH
    Aman....

  • Cant connect to sqlplus

    hi everyone,
    I have succeffully configured Oracle RAC on Linux on VMWare server and its working fine, I have configured TAF and loadbalancing also. but when I try to connect sqlplus I get the following error
    sequence of my commands is as follows as oracle user:
    ./sqlplus /nolog
    SQL>connect / as sysdba
    Error:
    ORA-12162: TNS:net service name is incorrectyly specified.
    plz tell me what's the mistake and how to rectify it.

    Hi
    You'd really need to supply more info for me to be sure of this but the first thing I'd check are the values for the following environment variables.
    echo $ORACLE_SID
    echo $ORACLE_HOME
    If these aren't set correctly then set them (and possibly add them to your .profile) then try the command again.
    Cheers
    Steve

  • Sqlplus and "show parameter"

    hi,
    I cloned two databases from a database (copying filesystem, modifying parameter file, and recreating control file).
    on one of the cloned databases when I log in as a user using sqlplus and do show parameter db_name, it shows the parameter.
    on the other one, it says "table or view does not exist".
    why is this? they were both cloned from the same database!
    thanks

    but if I have database A, and I clone that into databases X and Y, and during the whole duration A was not modified so that A, X and Y end up being completely identical, then surely one would expect user ora12 on all three databases to have the same privileges? Why then can I use show parameter on databases A and X, but not Y?
    thanks

  • Create username containing a special character via sqlplus

    I can create and use users that have a dash using Enterprise Manager. I cannot, however, using sqlplus.
    SQL> create user foo-bar identified by foo;
    create user foo-bar identified by foo
    ERROR at line 1:
    ORA-00922: missing or invalid option
    If I wrap the ID in quotes it appears to work, but the user is created with the quotes in the ID:
    SQL> create user "foo-bar" identified by foo;
    User created.
    sqlplus foo-bar/foo
    SQL*Plus: Release 11.1.0.6.0 - Production on Mon Jul 28 09:21:33 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    With quotes, it lets me login:
    Enter user-name: "foo-bar"
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    This is in contrast to users created using EM, who can login via sqlplus sans the quotes.

    Double-quotes retain case. The default is uppercase. So, if CREATEing the USER requires double-quotes, but logging in should not, the USER should be CREATEd in uppercase:
    SQL> CREATE USER "FOO-BAR" IDENTIFIED BY foo;
    User created.
    SQL> GRANT CREATE SESSION TO "FOO-BAR";
    Grant succeeded.
    SQL> CONNECT FOO-BAR
    Enter password:
    Connected.

  • SQLPLUS connects with sysdba but prompts for all others.

    Greetings,
    If I launch sqlplus as sysdba {i.e.  sqlplus / as sysdba } It connects immediately.
    If I attempt to launch using another user (i.e. sqlplus scott/tiger } I get an error message (ORA-01017 invalid username password)
    After that it prompts me for a username and then a password and then it launches sqlplus. Now I'm connected.
    How do I change this so that I connect with all other users as "sqlplus username/password" ?
    Thanks in advance,
    Brian

    Connecting with / as sysdba works only directly on the server.
    If you connect as another user you usually need to add the database instance name or the service name from your tnsnames.ora file to the connect string.
    sqlplus username/password@databaseYou can set the database instance on your machine (server or sometimes pc) so that it is added automagically. but this depends on your OS and other environment settings. You might want to check out the administration guide or the general forum for more detailed answers.

  • 특정 USER에서 DDL 등의 COMMAND 실행을 제한하는 방법 - DDL EVENT TRIGGER

    제품 : ORACLE SERVER
    작성날짜 :
    특정 USER에서 DDL 등의 COMMAND 실행을 제한하는 방법 - DDL EVENT TRIGGER
    =======================================================================
    Purpose
    User에 있는 table등에 DDL 문장이 실행되지 않도록 막고 싶은 경우가 있다.
    Oracle8.1.6 부터 사용가능한 system trigger에 의해 이런 기능을 구현해 보자.
    Explanation
    Oracle8.1.6 의 new feature인 DDL event trigger를 이용하여 특정 user에서
    특정 DDL(예를 들어 create, drop, truncate 등)이나 모든 DDL이 실행할 때
    에러를 발생시킨다거나 특정한 action을 하도록 설정할 수 있다.
    DML 의 경우는 기존의 trigger 대로 각 object에 대해 각각 생성하여야 한다.
    이 자료에서는 주로 DDL 이나 DML 이 실행될 때 에러를 발생하도록 하여 해당
    문장이 실행되지 않도록 하는 방법을 기술하였다.
    (system or ddl event trigger에 대한 다른 자료로 Bulletin 11903,11848 참고)
    DDL event trigger 를 이용하기 위해서는 $ORACLE_HOME/dbs/initSID.ora
    file에서 COMPATIBLE parameter의 값이 "8.1.6" 이상으로 설정되어 있어야 한다.
    DDL event trigger 는 각 DDL이 발생할 때에 실행되는 trigger로
    다음과 같은 시점에서 실행되도록 만들 수 있다.
    BEFORE ALTER, AFTER ALTER, BEFORE DROP, AFTER DROP,
    BEFORE ANALYZE, AFTER ANALYZE, BEFORE ASSOCIATE STATISTICS,
    AFTER ASSOCIATE STATISTICS, BEFORE AUDIT, AFTER AUDIT,
    BEFORE NOAUDIT, AFTER NOAUDIT, BEFORE COMMENT, AFTER COMMENT,
    BEFORE CREATE, AFTER CREATE, BEFORE DDL, AFTER DDL,
    BEFORE DISASSOCIATE STATISTICS, AFTER DISASSOCIATE STATISTICS,
    BEFORE GRANT, AFTER GRANT, BEFORE RENAME, AFTER RENAME,
    BEFORE REVOKE, AFTER REVOKE, BEFORE TRUNCATE, AFTER TRUNCATE
    Example
    * 아래의 trigger 를 system 등의 별도로 관리하는 dba user에서 생성한다.
    [예제1] EJ user에서 table과 index에 해당하는 DDL의 실행을 막는 경우
    $ sqlplus system/manager
    CREATE OR REPLACE TRIGGER ej_no_ddl
    before DDL ON ej.schema
    WHEN (ora_dict_obj_type = 'TABLE' or
    ora_dict_obj_type = 'INDEX')
    begin
    raise_application_error (-20101, 'Cannot execute any DDL !!');
    end;
    -> 위의 trigger는 ej user의 schema 에서 Table과 Index 에 대한 DDL이
    실행될 때 user-defined error ora-20101 이 발생하도록 한 것이다.
    [예제2] EJ user에서 실행되는 모든 DDL을 막는 경우
    $ sqlplus system/manager
    CREATE OR REPLACE TRIGGER ej_no_ddl
    before DDL ON ej.schema
    begin
    raise_application_error (-20101, 'Cannot execute any DDL !!');
    end;
    -> 위의 예제는 모든 DDL 이 실행될 때 에러를 발생시키게 된다.
    예제1과 2의 경우 EJ user에서 DDL 실행시 아래와 같은 에러가 발생한다.
    $ sqlplus ej/ej
    SQL> create table test ( a number );
    create table test ( a number )
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20101: Cannot execute any DDL !!
    ORA-06512: at line 2
    SQL> drop table dept;
    drop table dept
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20101: Cannot execute any DDL !!
    ORA-06512: at line 2
    [예제3] EJ user에서 실행되는 drop과 truncate 문장을 막는 경우
    $ sqlplus system/manager
    CREATE OR REPLACE TRIGGER ej_no_ddl
    before drop or truncate ON ej.schema
    begin
    raise_application_error (-20102, 'Cannot execute DROP or TRUNCATE !!');
    end;
    위와 같이 trigger를 생성한 경우 EJ user에서 table의 생성은 되지만 drop은 할 수
    없다.
    $ sqlplus ej/ej
    SQL> create table test2 ( a number );
    Table created.
    SQL> drop table test2;
    drop table test2
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20102: Cannot execute DROP or TRUNCATE !!
    ORA-06512: at line 2
    [예제4] EJ user의 docu2 table에 대한 dml을 막는 경우
    $ sqlplus system/manager
    CREATE OR REPLACE TRIGGER ej_no_dml_docu2
    before insert or update or delete on ej.docu2
    begin
    raise_application_error (-20103, 'Cannot execute DML');
    end;
    $ sqlplus ej/ej
    SQL> delete from docu2 where docu_id=2;
    delete from docu2 where docu_id=2
    ERROR at line 1:
    ORA-20103: Cannot execute DML
    ORA-06512: at "SYSTEM.EJ_NO_DML_DOCU2", line 2
    ORA-04088: error during execution of trigger 'SYSTEM.EJ_NO_DML_DOCU2'
    * table의 작업을 위해 일시적으로 trigger의 기능을
    disable 또는 enable시킬 수 있다.
    $ sqlplus system/manager
    SQL> alter trigger ej_no_ddl disable;
    or
    SQL> alter trigger ej_no_ddl enable;

  • Kerberos auth in Oracle, sys user and dba group

    Hello.
    I've set up kerbros auth in test oracle 10g r2 database on 64-bit linux according to Oracle® Database Advanced Security Administrator's Guide. I have the following issue: kerberos user can login to the test server (from this server) and normal database user can login to database server from other hosts. However, oracle system user, members of dba group and normal users can't longer login to this server from it. So, when oracle system user runs sqlplus "/as sysdba" , he gets ORA-12638: Credential retrieval failed.
    sqlnet.ora looks the following way:
    SQLNET.KERBEROS5_CC_NAME = /tmp/krb5cc
    SQLNET.KERBEROS5_CONF_MIT=TRUE
    SQLNET.AUTHENTICATION_SERVICES= (KERBEROS5)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    SQLNET.KERBEROS5_CONF = /etc/krb5.conf
    SQLNET.KERBEROS5_REALMS = /etc/krb5.realms
    SQLNET.AUTHENTICATION_KERBEROS5_SERVICE = oracle
    What should I do to enable login to this server for members of dba group and normal users from the database server?

    I've tried to set SQLNET.AUTHENTICATION_SERVICES to (BEQ,KERBEROS5), it works almost as expected, but I have strange effect: my os user is not in dba group, but can connect "/as sysdba"...
    $ id -nG
    domusers oinstall
    $ sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 3 13:20:55 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL>

Maybe you are looking for

  • How to get return values In Background Task?

    Hi all, I have a Call Function Module In Background Task.In this FM I defined a return tables to get related info.But if use In Background Task mode,how to look/get these table values? Many thanks! Kelvin

  • Payment Advice for Multiple vendors

    Hi all    I am facing prblem while printing Multiple vendors using transaction F110.    The first & Second pages are coming in junk format.   I couldn't debug the program since the program is running in backgroung mode.    pls provide the solution fo

  • Firewire mystery - help!

    Both my firewire ports won't recognize a dang thing. They've just stopped. I go to the profiler and it says: FireWire Bus: Maximum Speed: Up to 400 Mb/sec Does that mean they're alive?! I've tried the powering down (totally disconnecting everything f

  • Is there a way to edit a PDF file without converting it into a word document?

    Is there a way to edit a PDF file without converting it into a word document?

  • Itunes 11 ignores ratinga in newly added tracks - why???

    I have just removed all the music tracks from my itunes library (running on Windows 7).  Then I added one folder that contained all my songs. The songs were added but 95% of my ratings are gone.  It looks like only .mp4 files (likely the ones I got f