Default users in oracle 10g

Hi,
how can we check the default users in oracle 10g which were created at the time of database creation??

Hello...
Please find the user and its usage in 10G:::
User Purpose
=========================
SYS      Oracle Data Dictionary/ Catalog
SYSTEM The default DBA user name (please do not use SYS)
OUTLN Stored outlines for optimizer plan stability
DBSNMP Oracle Intelligent agent
DIP Generic user account DIP for processing events propagated by DIP.
TSMSYS User for Transparent Session Migration (TSM) a Grid feature
ORACLE_OCM Owner of packages used by Oracle Configuration Manager
Please make your thread answered!!!!

Similar Messages

  • Unused service in Solaris 10 and default user in Oracle 10

    Hi,
               Our SAP system (ERP6 EHP4) were installed on Solaris 10 and Oracle 10
               Questions are:
               - Which ports of /etc/services on Solaris 10 can disable without affect with SAP?
               - Which default users in Oracle 10 can lock or disable (or change password)?
               Ps. For Auditing purpose and security hardening in SAP ERP6 EHP4.
    Best regards,
    Choosak B.

    HI,
    For port information use this guide
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4e515a43-0e01-0010-2da1-9bcc452c280b?quicklink=index&overridelayout=true
    Regarding change in password of oracle users you can change all passwords using BRTOOLS.
    Any how SAP only use OS level authntication and SAP<SID> user .
    But still you should not lock any user but change in password is supported for all users.(Use brtools to perform same)
    Adding up:   http://help.sap.com/saphelp_nw04/helpdata/en/4f/c3883989676778e10000000a11402f/content.htm
    Regards,
    Edited by: Gagan Deep Kaushal on May 11, 2010 9:49 PM

  • Is it possible to rename a user in Oracle 10g

    Hi all,
    Is it possible to rename a user in Oracle 10g?
    Thanks & Cheers
    Antony

    No, you can't rename user directly.
    similar post
    Re: How to rename a database user?
    and here
    Re: Can I rename a user?

  • How to find the db accounts using default passwords in oracle 10g

    Hi, can someone pleas tell me , how to find the oracle accounts in the database which are using default passwords. DB verion is 10g and 9i.
    in 11g version we can query the view DBA_USERS_WITH_DEFPWD to view the users....
    any idea in 10g and 9i ?
    thanks in advance.

    951658 wrote:
    Hi, can someone pleas tell me , how to find the oracle accounts in the database which are using default passwords. DB verion is 10g and 9i.
    in 11g version we can query the view DBA_USERS_WITH_DEFPWD to view the users....
    any idea in 10g and 9i ?
    thanks in advance.the only way I've found is to search the web for lists of default users and their passwords, then attempt to log on with said credentials. I'd start with Pete Finnigan's site (google is your friend). He may already have some scripts ready to go, or at least the lists you'd need to get started.

  • TIP 01: Default User Tablespace in 10g by Joel Pèrez

    Hi OTN Readers!
    Everyday I get connection on Internet and one of the first issues that
    I do is to open the OTN main page to look for any new article or any
    new news about the Oracle Technology. After I open the main page of
    OTN Forums and I check what answers I can write to help some people
    to work with the Oracle Technology and I decide to begin to write some
    threads to help DBAs and Developers to learn the new features of 10g.
    I hope you can take advantage of them which will be published here in
    this forum. For any comment you can write to me directly to : [email protected]
    Please do not replay this thread, if you have any question related to
    this I recommend you to open a new post. Thanks!
    The tip of this thread is: DEFAULT USER TABLESPACE
    Joel Pérez
    http://otn.oracle.com/experts

    Step 9: At the step 5 We changed the default tablespace of the database but there is an
    important detail that We have to realize. That detail is the following : when you change
    the default tablespace of the database. The users were using it are move to store its objects
    in the new default tablespace but the objects that were stored in the original tablespace
    remain there. Let's go to look at it:
    Here We are connected to the database as system user
    SQL> show user
    USER is "SYSTEM"Let's go to get connection as new_user user in order to create a table
    SQL> conn new_user/new_user@base1
    Connected.
    Creating a table in the schema NEW_USER
    SQL> create table t1_new_user(c1 number);
    Table created.As you can see that table is stored in the default tablespace assigned to the user new_user
    SQL> select TABLE_NAME, TABLESPACE_NAME from dba_tables
      2  where owner='NEW_USER';
    TABLE_NAME                     TABLESPACE_NAME
    T1_NEW_USER                    USERS1Now, We are going to perform the change at the database level regarding the default tablespace
    SQL> alter database default tablespace TEST;
    Database altered.Now, Let's go to see where the object is stored
    SQL> select TABLE_NAME, TABLESPACE_NAME from dba_tables
      2  where owner='NEW_USER';
    TABLE_NAME                     TABLESPACE_NAME
    T1_NEW_USER                    USERS1The object remain in the original tablespace assigned to the user new_user.
    Here We can realize that the change was successful but the table still remain in the original
    tablespace. You will have to move manually the objects to a new default tablespace.
    SQL> select USERNAME, DEFAULT_TABLESPACE from dba_users
      2  where username='NEW_USER';
    USERNAME                       DEFAULT_TABLESPACE
    NEW_USER                       TESTJoel Pérez
    http://otn.oracle.com/experts

  • Create a new user for oracle 10G ASM instance with sysdba system privilege

    Hi,
    In our Golden Gate Project, we require the SYS user credential to connect to the Oracle 10g  ASM instance to read the database transaction logs.But our client is not providing the SYS user credential to  connnect to ASM instance.
    I'm getting the error message "ORA-01109:  database not open",When I tried to create a new user using the  below the steps in oracle 10g ASM instance
    1. Login using "sqlplus / as sysdba"
    2. Create user <username> identified by <password>;
    But in oracle 11g ASM instance, I'm able to create new  user  by connecting the ASM instance with SYSASM role without issues.
    Is there is any workaround to create a new user with sysdba system privilege in oracle 10g ASM instance?.
    Thanks in advance .

    Hi,
    Recreate the password file for the ASM instance as follows:
    Unix:
    orapwd file=<ORACLE_HOME>/dbs/PWD<SID> password=<sys_password>
    Windows:
    orapwd file=<ORACLE_HOME>/database/PWD<SID>.ora password=<sys_password>
    Now sys password is reset, we are ready to use sys for ASM management. I decided to create another user ASMDBA as I tried above.
    SQL> create user ASMDBA identified by test01;
    User created.
    SQL> grant SYSASM, SYSOPER to ASMDBA;
    Grant succeeded.
    SQL> select * from v$pwfile_users;
    USERNAME SYSDBA SYSOPE SYSASM
    SYS TRUE TRUE TRUE
    ASMDBA FALSE TRUE TRUE
    Please see this link : http://orachat.com/how-to-change-asm-sys-password-creating-sysasm-user-11g/
    Thank you

  • No of maximun users in oracle 10g express edition

    what is the maximum number of concurrent users (session) in oracle 10g express edition.
    coz right now, we have one server with oracle 10g express edition, and a front end application of asp.net (.net 1.1)

    The only limit that Oracle places on the number of concurrent users on an XE database is through the limit of 1GB of RAM. You can have as many concurrent sessions as you can open in 1GB of RAM.

  • What is the version of grant alter table, drop table to user in Oracle 10g?

    Hi,
    Oracle support "grant alter table and drop table" before, but I get the "invalid privilege" error in Oracle 10g. Oracle 10g have the "DROP ANY TABLE" and "Alter any table". Is these two means can drop and alter tables belonging to other users? How do I grant the total control (CRUD) of tables in the owner's schema to the owner in Oracle10g?
    Thanks,
    Jiang

    CREATE TABLE privilege grants complete control on owner's tables :
    SYS@db102 SQL> create user test01 identified by test01;
    User created.
    SYS@db102 SQL> grant create session, create table to test01;
    Grant succeeded.
    SYS@db102 SQL> alter user test01 quota unlimited on users;
    User altered.
    SYS@db102 SQL> conn test01/test01
    Connected.
    TEST01@db102 SQL> create table test(a number);
    Table created.
    TEST01@db102 SQL> alter table test add(b varchar2(100));
    Table altered.
    TEST01@db102 SQL> drop table test purge;
    Table dropped.
    TEST01@db102 SQL>                                                      

  • Heavy CPU consumer/user in Oracle 10g

    Hi,
    OS linux
    DB 10g
    How do I find the program/user that eats a lot of CPU inside the oracle engine process?
    I tried to run "top" linux command, and I saw the my CPU usage is 100% and the user was the oracle kernel.
    I been monitoring the performance of our DB server Linux using "top" command, and I got this monitor dislay:
    top - 22:43:43 up 52 days,  1:57,  6 users,  load average: 0.99, 0.49, 0.30
    Tasks: 549 total,   2 running, 547 sleeping,   0 stopped,   0 zombie
    Cpu(s): 12.8% us,  0.5% sy,  0.0% ni, 86.5% id,  0.2% wa,  0.0% hi,  0.0% si
    Mem:   8309152k total,  8225644k used,    83508k free,     3752k buffers
    Swap: 10482308k total,  1993040k used,  8489268k free,  3575124k cached
      PID USER      PR  NI %CPU    TIME+  %MEM  VIRT  RES  SHR S COMMAND
    12778 oradev2   25   0  100   1:57.33  1.7 1165m 135m 101m R oracle
    14329 applprod  15   0    5   2:09.04  0.1 46300 7780 4204 S httpd
    12960 appldev   16   0    1   0:00.25  0.0  2620 1304  784 R top
    13945 oraprod   16   0    0   0:00.49  0.2 1119m  17m  15m S oracle
    15100 oraprod   16   0    0   0:05.16  0.9 1121m  69m  65m S oracle
        1 root      16   0    0   0:22.47  0.0  3504  508  432 S initI can see that oradev2 has a very hi CPU utilization, I am suspecting there is an untuned sql program inside it :(
    How do I find the culprit program at (Oracle Level) who is hugging all the CPUs?
    Thanks a lot

    oradev2 is not the program, it is the LINUX oracle user id.
    the process is under the 'command' column and is 'oracle' - this usually means an oracle server process ( i don't know what you mean by an oracle 'kernel' incidentally)
    if you do a ps listing for the process - e.g
    $ ps -ef | grep 12778
    you will get a start time for the process which MAY give you a clue.
    otherwise you must use your documentation to find out about the sys view v$process - usually the SPID column is the LINUX process id - in your case, 12778
    you usually link v$process to v$session. Best of luck.
    johnnie d

  • Change from  default oralite to oracle 10g schema

    Hi,
    i have already installed soasuite with basic installaion. now just we want to change the database from oralite to Oracle10g.
    i want make two diffrent schema for running bpel(instance hibernation) and another one for esb. will it be possible. am i right here ?
    is this enough to change datasource and connection pool properties in asc ?.
    what is name of sql i have to rcompile in the 10g schema ?
    esb schema setup:
    ===============
    D:\product\10.1.3.1\OracleSOA\integration\esb\sql\oracle
    bpel dehydration store
    ========================
    D:\product\10.1.3.1\OracleSOA\bpel\system\database\scripts
    any other scrips i need to compile ?
    any document ??
    Regards,
    Bogi.

    Without the password you won't be able to use the migration exporter nor will you be able to unset it.
    In this case the official way is to ask the user for the password or another way is to use a password recovery tool for MS Access.

  • No of concurrent users on oracle 10g

    Hi Guru's,
    We have a requirement where 200 + user will have a connection to our database at a point of time. We have windows 2008 + oracle 11.1 in our envirnment.
    Now my question is ..What steps do i need to take that all connection are taken care by databse and no connection gets failure message.I tried this by 100 connnection but after 100 it is giving error .(listener error..)
    Please let me know in case any more detail is required from my side.
    Thanks
    Vivek

    As you never posted what listener error you got, my guess is you hit ora-12500, which usually means the maximum number of threads for the Oracle process is reached.
    You can configure the maximum number of threads in Windows, but I do not know from the top of my head how, so I suggest you visit http://technet.microsoft.com
    Sybrand Bakker
    Senior Oracle DBA

  • Regarding accessing SQL query issued by any user in Oracle 10g

    Hi all,
    i want to know the queries issued by various users accessing a database...
    But the in view DBA_AUDIT_TRAIL,I was getting empty value...(in SQLTEXT column) ...how can i get this value...
    Thanx
    in advance..

    Straight from the documentation :
    The SQL_BIND and SQL_TEXT columns are only populated if the AUDIT_TRAIL initialization parameter is set to db,extended.In addition, you have to make sure you issued the AUDIT command on the objects you would like to AUDIT access on.
    [Configuring and Administering Auditing|http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/cfgaudit.htm]

  • Top SQL by DB user in Oracle 10g DB Console

    Is there a way to filter Top SQLs on 10g DB Console by a specific DB User? I know you can get all the SQLs by a specific user from Search Sessions, but it doesn't rank them by CPU usage. Any help is greatly appreciated.

    nice idea, because SQL itself doesn't contain info about session executing it.
    See Top SQL/Consumers
    in OEM 10: goto Perfomance - Top Activity - here you can see Top SQLs (left side) and Top Sessions (right side) and ! if click on SQL ID from Top SQL you can see sessions executing it on Activity page.

  • Changing password of Sysman and DBSNMP users in Oracle 10g (10.2.0.3.0)

    Hi,
    When i changed my sysman and dbsnmp password, these users are frequently locking.
    For sysman password change i do the following steps.
    1) emctl stop dbconsole
    2) change password of sysman and dbsnmp from sql
    3) Post sysman password change to emoms.properties file
    4) Post DBSNMP password change in targets.xml
    5) emctl start dbconsole.
    DBSNMO AND SYSMAN users were locked.
    Stop dbconsole again
    Unlock the user sysman and dbsnmp
    then again restart dbconsole
    Sysman user locked
    Another thing do we need to have same password for dbsnmp and sysman
    Regards,
    irfanb146

    Now Sysman and DBSNMP users are unlocked after i made the password of sysman change again and they are not locking.
    Following is the message in the browser
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.
    Browser is showing All the components are up like instance, Agent and Listener with green arrows upward
    Message was edited by:
    user605066

  • Oracle 10g Lite Database User Creation

    Hi,
    I am using Oracle 10g Lite Database Release 3, I Like to Know How to Create a user in Oracle 10g Lite Database through Command ,Any Advice
    Thanks U
    SHAN

    Shan,
    In the same way you create user in any other oracle database. I recommned to check following Oracle Lite Sql reference document for creating user from command line.
    http://download.oracle.com/docs/cd/B19188_01/doc/B15917/sqcmd.htm#sthref487
    or
    sql> CREATE USER liteuser IDENTIFIED BY "litepassword"; -- And add required privs to the user.
    Regards

Maybe you are looking for

  • How to create a selectable symbol window/list/etc...

    Hello, I am brand new to Flash and Actionscript and have a project I want to do. I would like to have a graphic area where I can display a list of graphics/symbols that could be dragged on to the stage or to a Movie clip to create a layout and do thi

  • OS10.9 Maverick corrupted my Seagate External Hard Drive, is there a fix yet?

    I have seen pleanty of postes regarding the curruption and tried a few fixes, but none have worked. Has a workaround / fix been developed, I have a 1.5tb Seagate GoFlex drived docked in a thunderbolt cradle with files I need, that OS now tells me is

  • Repositioning viewport of column size change

    I have a JTable with multiple columns and rows. Columns can be resized or moved by dragging the column headers. Whenever a column is resized the table viewport jumps to the top of the table. I am looking for a way to either hold the viewport at the c

  • Access table without rights

    I have 2 schemas(2 users) in one database. I have not granted any rights on a table to the other user from one user but still, i am able to access the grantor user's table from the grantee. Please help in solving the doubt as it is urgent.

  • Trying to log in but it says my email is invalid but when I go to create new it says email exists

    I keep trying to log in but it says my email and password is invalid, when trying to retrieve password it says email is wrong, try to create new acct it says email already exists. Im trying to print pictures and I'm getting so frustrated, I don't see