OracleXE Newbie: How do I view user tables as SYS/SYSTEM?

I'm brand new to Oracle and downloade OracleXE to learn a bit about it. When I login as SYS or SYSTEM how do I view user tables? Don't I have full admin rights? I can't figure it out.
I've unlocked the sample application with the user HR and created the first sample app page to view Employees, and when logged in as HR I can see all of the tables but why not when I'm signed in as SYS or SYSTEM?
TIA

The sys and system users can see (and alter, drop, create) objects for any database user, just have to add the schema (a.k.a. database username) to the object name, i.e.
select * from hr.employees;
Should get you the hr employees table. There are also several views to help out, i.e. dba_users has all the database users, dba_objects for all objects in the database objects, dba_tables has all tables, etc.
And each user also gets similar views, user_tables has all the tables that user has created, and there is an all_tables view listing any table the user has been granted select or other privileges.

Similar Messages

  • How to populate custom USER table with data from Oracle Internet Directory?

    Hi all,
    We have a Users table in our internal forms application.
    I want to populate this USERS table each time users are added in Oracle Internet Directory.
    Likewise for modification and deletion.
    How to go about doing this ?
    I know that it involves Oracle Directory Provisioning Integration Service and we might have to use LDAP_NTFY plsql proc to implement this.
    Am I on the right track ? Can anyone point me to the exact steps to go about synching up the USERS table from Oracle Internet Directory ?
    Thanks,
    Sam

    To handle using DIP, refer to the Oracle Identity Manager, Application Developers Guide. That gives recommendations on the ldap-ntfy package.
    Handling the operation using OID plug-in will have performance impact on the ldap operations performed on OID.

  • How to find Apex user table

    Hello,
    Please let me know, how to find the apex user table. I need to validate unique user based on the same, for which I am using below function,
    DECLARE
    VAL BOOLEAN;
    BEGIN
    VAL := APEX_UTIL.IS_USERNAME_UNIQUE(p_username =>
    :P6_USERNAME );
    END;
    However in this case it is returning always 'FALSE', saying new user exist.
    Kindly help me in fixing this issue.

    Hello Andre,
    I am validating records from apex_workspace_apex_users, to check whether user is present or not,
    While creating validation, I select SQL-> Not Exist and below query,
    select 1 from apex_workspace_apex_users where user_name = :my_user.
    If this record is present, it should throw an customised error, however it shows the error of "Unique key violation error...".
    Can you please help me out whether while creating validation I should select (EXIST or NOT Exist). Since I am still confuse with the same.
    Thanks,
    Girish

  • How to find how name of view and table using in Discoverer report

    Hi all,
    Please help me, i have requirement, i need name of views and tables used in discoverer reports.
    plz help its urgent.
    regards,
    Vivek Gautam

    As per my knowledge goes, We can see from Administrator which Folder is associated with a Workbook. Else you may have to manually open each and every workbook and look for the objects.

  • How to list all user tables and views?

    like "select" command.
    Thanks.

    Hi,
    1)
    select table_name from user_tables union all select view_name from user_views;
    2)
    select distinct table_name from user_tab_columns;
    3)
    select object_name from user_objects where object_type in ('VIEW','TABLE');You should get very similar results with those queries.
    Query 2 will contains clusters.
    If you run query 3 against sys, you will get some very special objects, like the KOTAD$ table, which contains no user-visible column! You will also get the overflow segments of IOTs and nested table column's storage table.
    Kind regards
    Laurent

  • How to create views or table in a procedure?

    I 'd like to create a procedure that will automatically create a view or a table
    but Oracle seem not allow me to do this. Could someone help me please.

    Hi,
    You cannot use DDL, like CREATE, ALTER, etc., in PL/SQL code.
    To do that You have to use dynamic strings.
    For example
    DECLARE
       v_Din_Sql VARCHAR2(32767);
    BEGIN
       v_Din_Sql := 'CREATE TABLE MyTab (MyField NUMBER)';
       EXECUTE IMMEDIATE v_Din_Sql;
    END;
    /Hop this helps
    Max

  • How do i view dhcp table in aiport 6.0

    Just let Apple upgrade my Airport utility and now I can't find the router's DHCP table.

    AirPort Utility 6.0 is really more an AirPort Utility "Lite" application....similar to AirPort Utility for the iPhone and iPad.
    You might want to take a look at AirPort Utility 5.6 for your needs. Yes....you can run both 5.6 and 6.0 on your Mac and choose what you want to use at the time.
    Downloads

  • How to create infoset with tables of several system

    Dear expert, I have the following  requirement from the user.
    I Need to create in SQ02 an infoset that put in join some table that are in different SAP system.
    Some tables are in CRM, some other table in r/3.
    Is there a way to do it ?
    Thanks and regards
    Davide Grosso

    Davide,
    Since the data exists in different systems - you cannot bring them together directly as a view - even if they are all SAP Systems.
    If you still want to bring the data together - then you can use RFC Enabled function modules to read the base tables and try and put the data together... or bring the data in into separate tables into one single system and then create your view..
    Edited by: Arun Varadarajan on Nov 3, 2011 9:41 AM

  • How can I authenticate users against a WAS system from third-party app?

    We are looking at developing a third-party standalone web application e.g. in Rails (but it could be on any framework for that matter).
    How would we go about authenticating users against a SAP WAS backend? Are there some standard web services for this? What other means are there for authentication?
    Kind Regards,
    Martin

    From the comment in SUSR_LOGIN_CHECK_RFC you just need to pass user name and it will return if user can still log on. Only your system will know credentials for this user so an attacker won't be able to use this service for cracking passwords.
    This FM is in the same function group as:
    CREATE_RFC_REENTRANCE_TICKET
    SUSR_CHECK_LOGON_DATA
    SUSR_DELETE_OWN_PASSWORD
    SUSR_GENERATE_PASSWORD
    SUSR_GET_ADMIN_USER_LOGIN_INFO
    SUSR_GET_X509CERT_MAPPING_LIST
    SUSR_LOGIN_CHECK_RFC
    SUSR_USER_CHANGE_PASSWORD_RFC
    SUSR_USER_EXTID_DEL
    SUSR_USER_EXTID_GET
    SUSR_USER_EXTID_GET_ALL
    SUSR_USER_EXTID_LOOKUP
    SUSR_USER_EXTID_RENAME
    SUSR_USER_EXTID_SET
    SUSR_USER_EXTID_SET_ALL
    SUSR_USER_FROM_CERTIFICATE_RFC
    SUSR_USER_SETEXTID
    You would need to ensure that only the service exposing the "login check" can be called, and not the FM's in the group.
    BTW: SAP Java WAS can provide SAML 2.0 assersions (technically a component shipped with IdM, but you don't have to use the rst of the IdM if you don't want to..). If your applications are all web enabled ones (WDA?) then that is an option to consider, which is also strategically supported.
    SSO2 Logon tickets are not really a strategy anymore... and installing a double-stack system on all ECC sytems just to have SAML is not strategic either.. 
    I have heard several wishes for SAML authentication for SAPGui, but not seen anything official yet in that direction.
    Cheers,
    Julius

  • How to reject the user logon in ECC600 system?

    Hi all,
    I want to do a maintenance on my ECC600 system. So I would like to reject the user logon except admin during the maintenance. How can I do this. Whether has the setting can be implementted in system? Thanks in advance!
    Best Regards,
    Simon Shen

    hi,
    I got this error message, when I run the TP command,
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0232
    tp finished with return code: 232
    meaning:  connect failed
    The contents of My Transport Profile as below, is it correct or have to add some entries.
    TRANSDIR            = E:\usr\sap\trans
    DUM/CTC             = 0
    DUM/DUMMY           = 1
    DUM/NBUFFORM        = 1
    DUM/TP_VERSION      = 266
    TR1/CTC             = 0
    TR1/DBHOST          = cneusr01
    TR1/DBNAME          = TR1
    TR1/DBTYPE          = mss
    TR1/NBUFFORM        = 1
    TR1/TP_VERSION      = 266
    Best Regards,
    Simon Shen

  • How to Change Default User Directory without changing System Directory

    Hi Everyone,
    I need to change default User Directory for my JDeveloper 11.1.1.0.2.
    Default User Directory = C:/JDeveloper/mywork
    Default System Directory = *<JDEV_HOME>/System*
    Now I Need to Change it to
    My Default User Directory = C:/Monty/JDev11g2/
    But System's Default Dir = *<JDEV_HOME>/System*(Same)
    For this i explicitly Set variable ide.user.dir to C:/Monty/JDev11g2/ in JDev.boot file as explained in Installation document.
    Working fine but it contains System Folder too. I don't want this.
    Any Help to find me separate these both as it works for Single User.
    Thanks,
    Fizzz...

    Hi John, You must be right if i'd believe in ghost, A Ghost of System's Folder :-). Well that's true, We should ignore it. But still If someone finds any Clue then let me know.
    Thanks
    Fizzz...

  • How can I grant users to access/modify system folders (C:/Windows/Fonts) by using GPO in Win7 ?

    In our company there are some folks that require often new fonts that they take from the internet. Unfortunately, some of them have offices on in a diferrent country, so going there to insert my admin paswoord is not a solution.
    If you copy the ttf file into the C:/Windows/Font folder is enough, you don't have to also add the registry.
    One way to bypass the window that asks for admin credentials is to insert my crdentials into the bat file (runas). But this is very unsecure, as I am an administrator.
    Is there a way to create a shared folder that can also store fonts that can be used by windows? Can I give them the right to modify files in this folder without making them administrators? Or do you see any solution to this issue? Any help would
    be greatly appreciated.
    Thank you in advance.

    Another solution which will not compromise your security is to create a share folder and have the users to download fonts to the folder. After that a simple schedule task GPO on clients to copy the
    *.ttf files from the folder to the C:\Windows\Fonts folder. Since tha task can be run by administrative privileges I guess there will be no problem.
    Regards.
    Mahdi Tehrani Loves Powershell
    Please kindly click on Propose As Answer
    or to mark this post as
    and helpful to other people.

  • How to view all user tables in a particular user tablespace

    Hi friends,
    I want view user tables in a particular tablespace. I dont have dba privilages. Its production environment.
    Plz send me a query for the same.
    Thanks.

    I want view user tables in a particular tablespace. I dont have dba privilages.Do you want to list tables owned by 1 user?
    Do you want to see contents of tables owned by 1 user?
    Can you log into DB as the user in question?

  • How can i view and manipulate the Tables created in SAP DB (Netweaver)

    Hai ,
    i created one table in SAP DB integrated in Netweaver for J2EE Application.
    How can i view the table in SAP DB.
    Can i see the data inserted in that table in table view manner ?.
    can i edit the data in the SAP DB table?.

    Hello Kishor,
      You need to download the SQL Studio. With this tool login to the SAPDB server and you will be able to view the content of your table and manipulate your table as well
    http://dev.mysql.com/doc/maxdb/tools.html
    Regards
    Abdul

  • Updating user table (type document) via api

    hi!
    i need to update an user table that is of type document.
    that table is also used as the client table in an udo.
    i have tried the following code, but that of course doesn't work as the table is not a plain table but is of document type:
      Dim objUserTable As SAPbobsCOM.UserTable
      Set objUserTable = objCom.UserTables.Item("MP_TABLE_LINE")
      If objUserTable.GetByKey(objMatrix.Columns.Item("U_MP_BEnt").Cells.Item(lngRow).Specific.Value) Then
          objUserTable.UserFields.Fields.Item("U_Qty").Value = _
               objUserTable.UserFields.Fields.Item("U_Qty").Value - dblDiff
          If Not objUserTable.Update() <> 0 Then
              Call objApp.SetStatusBarMessage(objCom.GetLastErrorDescription())
              Call objApp.MessageBox(objCom.GetLastErrorDescription())
          Else
              objMatrix.Columns.Item("U_MP_BQty").Cells.Item(lngRow).Specific.String = _
                   objMatrix.Columns.Item("11").Cells.Item(lngRow).Specific.String
          End If
      End If
      Set objUserTable = Nothing
    then i tried to use a dbdatasource which i would expect to work:
      Dim objDataSource As DBDataSource
      Set objDataSource = objForm.DataSources.DBDataSources.Item("@MP_TABLE_LINE")
      Dim objConditions As New SAPbouiCOM.Conditions
      Dim objCond As SAPbouiCOM.Condition
      <just setting up conditions here>
      Call objDataSource.Query(objConditions)
      Call objDataSource.SetValue("U_Qty", 0, objDataSource.GetValue("U_Qty", 0) - dblDiff)
    but this only results in an error code "-7006",  message:
    "Item - The item is not a user defined item"
    how can the update be done?
    regards,
       thomas

    Hi Thomas,
    U are using UserTabel Obejct , just try to Use UserTabelMD object
    i am sending to how to create the User Table,
    Hope it will help to
    oUTb = mobjCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)
    If Not oUTb.GetByKey("SPH_FORMS") Then
       oUTb.TableName = "SPH_FORMS"
       oUTb.TableDescription = "Activity Forms"
       oUTb.TableType = SAPbobsCOM.BoUTBTableType.bott_MasterData
    If oUTb.Add <> 0 Then
        mobjCompany.GetLastError(lRet, sErrMsg)
    Else
       oUTb = Nothing
    end if
    be carefull before using MD object , bcoz at a time only one MD object should be in memory else it will give to Error
    Thanks
    Ankush Vachher

Maybe you are looking for

  • What Do Users Want Skype To Be?

    This is a question to the rest of the Skype userbase: what do you want skype to be for you? I'll start it off. 1) I want skype to be a free and minimalist text messenger, group chat, conference call and conference video call client. All functionality

  • Setting number of threads for each file sender adapter?

    Hi guys, I need to ensure file processing order based on a filename, so if I put 3 files named 1,2,3 to the directory, the 1 must be processed 1st etc..  But file adapters work in threads. What I need, is to set up each file adapter to work in just 1

  • Replacement of OMGS in ECC 6.0

    Hi, Actually in 4.6c, in a report a statement which calls TCode: OMGS by using Call Transaction 'OMGS'. I need to replicate the same program in ECC 6.0, How do we call the Release procedure for Purchase Orders ? Instead of navigating through OLME ->

  • In CS6 how to change rulers to decimal inches

    In CS6 how do you changes rulers to decimal inches

  • Hierachical Prompts - Retrieve Entire LOV

    Hi, After looking through the various SAP documents and playing with the RESTful web services API, it seems that you cannot retrieve the entire hierarchy without making a substantial number of calls. Is it possible to retrieve the entire hierarchy in