Table owner

I try to get the owner of a table created to test , but it shows some selected lines, as my table is already having 8 rows. Please see below and help me where I'm wrong.



SQL > select * from test;

FLAT_MEMBERS_ID FIRST_NAME LAST_NAME AGE
--------------- ---------- ---------- ----------
Himanshu Gupta 24 1
2 26 Goyal Tarun
3 27 jedrzejewski
Sourabh Singh 26 4
Vidya Pandey 24 5
Bilal 6 25 Ankit
Ahmed Naim 7 26
Yogesh singh 24 8

8 selected lines.

SQL > select the owner, table_name, tablespace_name dba_tables where table_name = 'test ';

no selected line

Unless you use identifiers case-sensitive, names of objects are stored in uppercase in the data dictionary.

select owner, table_name, tablespace_name
  from dba_tables
 where table_name='TEST';

Justin

Tags: Oracle

Similar Questions

  • Try to select another plan without qualifying the table owner...

    How to select another pattern without qualifying the owner of the selected table, or create synonyms or editing session?

    ex.

    UserA has table tab1
    UserB must choose in tab1 without qualification


    UserB has certain rights on tab1
    10.2 db

    Select * from tab1;
    returns nothing

    Select * from UserA.tab1;
    Rows returned

    Thank you

    That doesn't seem possible. I would tend to bet that the developer said wrong something. Maybe he meant, for example, that you create synonyms for users because they use public synonyms?

    Justin

  • Owner of cache group

    Hello

    I use TimesTen release 11.2.2.8.10 (64-bit, Linux/x86_64). for setting cache Oracle tables. I have a question of best practices:

    Side Oracle, I have the cache administrator user: CACHEUSER and a table owner: TBLAPP that holds the tables I want to cache

    TimesTen, I have the cache manager: CACHEUSER and I created the table owner: TBLAPP

    The caching array will be under TBLAPP, but who should have GROUPS HIDING? CACHEUSER or TBLAPP? If it's TBLAPP, it must be given CACHE_MANAGER so my first answer would be CACHEUSER...

    Thank you

    Christophe

    For the community, I found the answer in the Cahe user guide! This guide is referenced in TimesTen Note MOS 11.2.2.X Documentation Set - Cache User Guide (Doc ID 1448627.1) but can also be downloaded from the documentation library.

    The process is well described on page 2-7 in paragraph create a Cache Group: so, for groups of cache read-only, you grant to select on the table of cacheuser caching and the cache under CACHEUSER group. However, I found very useful to graphically create a cache with SQL Developer group.

    C.

  • OBIEE 11 g: odd error in report ORA-00942: table or view does not exist

    Hi gurus,

    I get the following error if I pull one or more columns in a table of facts

    Error details

    Error codes: OPR4ONWY:U9IM8TAC:OI2DL65P

    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. [nQSError: 43113] The message returned by OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle error code: 942, message: ORA-00942: table or view does not exist to the call of the OCIStmtExecute OIC. [nQSError: 17010] Prepare the SQL statement failed. (HY000)

    SQL published: SELECT 0 s_0, 'XXXXXX '. "" "" Fact_FCT_REG_XXXXXXX_XXXXXX '. "" S_1 N_ACCT_BALANCE""XXXXXX"FETCH FIRST 4000001 LINES ONLY

    Is the weird part, when I take the physical sql and run it against the same user account. It is fetching result. He also works in a different environment, but throwing error in our test environment, both environments are well established for a long time to return, and many projects are developed by many different groups.

    I really need expertise help to break this question. Given that I do not get no idea why his mistake to throw into the application layer?

    Any help will be much appreciated.

    Thanks in advance

    Concerning

    Nathalie

    Save nqquery.log which connection pool is used to send the query to the DB. Then check the configuration of the Connection Pool to see what user credentials are used to connect to the database, to which database (DSN), and if the table owner prefix is added to the SQL.

    ORA-00942 can often be due to the existing table, but the user trying to access him confer no rights. Rather than say 'no permission', Oracle will say 'does not exist.

  • Move the System Tablespace Tables

    Hello

    Operating system: Windows Server 2008

    Database version: 11.1.0.7

    The database is used for Siebel UCM Application, all of the tables in the schema SIEBEL has been created in the SYSTEM tablespace.

    SQL > SELECT COUNT (*) FROM DBA_SEGMENTS WHERE nom_tablespace = 'SYSTEM '.

    COUNT (*)
    ----------
    28704

    Is it possible that I can move specific tables of SIEBEL UCM in tablespace separated as SIEBELDATA.

    Thank you

    Hello

    "Yes, you can."   s ' there is no LONG columns in your tables.

    Try something like this to produce your statements:

    SELECT 'alter table ' || owner || '."' || segment_name || '" move tablespace ;'
      FROM dba_segments
    WHERE tablespace_name  = 'SYSTEM' -- '&tbs_quelle'
       and owner        like ''
       AND segment_type    = 'TABLE'
       and segment_name like upper('')
    order by segment_name;
    
    SELECT 'alter index ' || owner || '."' || segment_name || '" rebuild tablespace ;'
      FROM dba_segments
    WHERE tablespace_name  = 'SYSTEM' -- '&tbs_quelle'
       and owner        like ''
       AND segment_type    = 'INDEX'
       and segment_name like upper('')
    order by segment_name;
    

    concerning

    Kay

  • Move the table in same tablespace is not reorganize the data

    Hello.

    I am facing a problem that I have not used to have.  First of all, a description of our envorinnement:

    We have a few large tables partitioned and performance optimization, our ETLs use bluk, add notes, parallelism and so on.  This create several holes of unused space in tablespaces/data files as well a kind of leak of space on our drives.

    A complete correction would re-create the tablespaces move everything is of opposes another.  It would be impratical, because there are about 15 who are top of 100 GB; the time and effort to recreate everything is not affordable for the Business.

    Instead, we have a single proc that comes to calculate the actual amount of used space (converted to blocks) and makes a move of all objects above this block_id.  Just after this operation, there is a dynamic shrink based on the new HWM (given that the objects have been moved) on the data file freeing disk space.  As we have a datafile by tablespace and a tablespace by schema, we would like to keep this body, if we make a single movement for objects, like 'ALTER TABLE' | owner: '. ' || nom_segment | "MOVE; "(the complete query works with all types of data such as partitions of table objects, the index partitions and the subpartions).  This will move the object in the same space for the first freespace on the tables and free up space at the end of the file to shrink.  In theory.

    This unique proc used to work properly.  In a 650 GB GB 530 tablespace in use moving about 20 that Go (the amount of data beyond the HWM 530 GB) is simpler than to create a new file/TBS and the displacement of 20 GB is faster than Go 530.

    But suddenly things changed when some TBS refused to be narrowed.  What I found out: the command move doesn't fail, it works very well and Oracle really moves the object.  But for reasons that I don't know, he's not moving it at the beginning of the file, it keeps the object at the end.  So the da calculates the new HWM, but because some objects that were in the tail of the queue, the shrink is done with a very high HWM, if no real space is reclaimed.

    So, the main question: How does the ALTER TABLE FOO MOVE really works?  I thought that it would be always to move the object to the beginning of the file thus reorganize, but I analyzed the last objects that gave me this problem (block_id before and after the move, compared to block_ids empty and everything) and actually, I see that they were moved at the end of the file, although there is enough space to accommodate initially.

    Okay, I think I found the problem.  Before that I just pulled the script as posted, but then I had the good idea to improve its performance with parallelism, so I added:

    ALTER SESSION FORCE PARALLEL QUERY 16 PARALLELS;

    ALTER SESSION FORCE PARALLEL DDL PARALLEL 16;

    ALTER SESSION FORCE PARALLEL DML PARALLEL 16;

    Returning to prallel not running, that I could reuse the freespace on the beginning of the file, and then narrow it down.

    Obviously, each writing data in parallel mode reuse freespace, I just forgot that a TABLE ALTER MOVE is also a data write operation.  I fell a bit ridiculous, caught in the same trap that I was trying hard.

    Thank you all for the comments and advice.

  • Rename the table with sys 11 g

    Hi all

    Prior to Oracle 11 g and Oracle 10 g (I think) we can rename a table like this:

    (with the user sys):

    alter table SCOTT. Rename ancien_nom NewName;

    I mean the user SYS might rename a table from another schema (for example, SCOTT)

    Now, (oracle 11g) when I try to rename a table with the user SYS to another schema, it shows me:

    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL> rename table plantest.PEMVX_AFEPRE_ESP to PEMVX_AFEPRE_ESP_old;
    rename table plantest.PEMVX_AFEPRE_ESP to PEMVX_AFEPRE_ESP_old
           *
    ERROR at line 1:
    ORA-00903: invalid table name
    
    
    
    
    SQL> alter table plantest.PEMVX_AFEPRE_ESP to PEMVX_AFEPRE_ESP_old;
    alter table plantest.PEMVX_AFEPRE_ESP to PEMVX_AFEPRE_ESP_old
                                          *
    ERROR at line 1:
    ORA-01735: invalid ALTER TABLE option
    
    
    
    
    SQL>
    

    I read the documentation and the only way (as much, I know) rename table is that the user PLANTEST be connected to the database and rename the table. I mean, only the table owner can rename?

    Please, how can I rename ANY table of my database with the user SYS or SYSTEM?

    Thank you

    chijar,

    Please user query,

    Use the ALTER TABLE RENAME command:
    
     SQL> ALTER TABLE . RENAME TO ; 
    

    This is the keyword to rename mising is why you receive error below.

    1. SQL > alter table plantest. PEMVX_AFEPRE_ESP to PEMVX_AFEPRE_ESP_old;
    2. ALTER table plantest. PEMVX_AFEPRE_ESP to PEMVX_AFEPRE_ESP_old
    3. *
    4. ERROR on line 1:
    5. ORA-01735: invalid option of ALTER TABLE
    6. SQL >

    Naming conventions:
    -------------------

    1 names must be between 1 and 30 characters long.
    2. the names must begin with a letter.
    3. it must contain only A - Z, a - z, 0-9, _, $, and the #. You are strongly
    not recommended to use $ and #.
    4. the names are not case sensitive, unless they are created by double-quotes.

  • Specified Import Tables in conjunction with schema remap

    I have a problem that I had to face for a while now.  I export some tables using DBMS_DATAPUMP of a schema (say, a test environment) and I would like to just a SINGLE import of this dump file table in another schema (say, a dev environment).  At the same time, I'm remapping the source table to a temporary table with the same structure.

    Let me start by saying, I used this script to run the export and import in the SAME pattern and it worked fine.  This problem only when I went to import the data into another schema, using METADATA_REMAP.  Here's the import code.

    BEGIN
          SELECT TO_CHAR (SYSDATE, 'YYYYMMDDHH24MISS') INTO L_JOB_NUM FROM DUAL;
          SELECT TO_CHAR (SYSDATE, 'YYYYMMDD') INTO L_SHORT_DT FROM DUAL;
          V_JOB_NUM :=
             DBMS_DATAPUMP.OPEN (OPERATION   => 'IMPORT',
                                 JOB_MODE    => 'TABLE',
                                 JOB_NAME    => 'BMF_CASE_IMP_' || L_JOB_NUM,
                                 VERSION     => 'COMPATIBLE');
                                 
          DBMS_DATAPUMP.SET_PARALLEL (HANDLE => V_JOB_NUM, DEGREE => 1);
          DBMS_DATAPUMP.ADD_FILE (
             HANDLE      => V_JOB_NUM,
             FILENAME    => 'BMF_CASE_IMP_BATCH_' || L_SHORT_DT || '.LOG',
             DIRECTORY   => G_DUMP_DIRECTORY,
             FILETYPE    => DBMS_DATAPUMP.KU$_FILE_TYPE_LOG_FILE); 
          
                                         
          DBMS_DATAPUMP.METADATA_FILTER (HANDLE   => V_JOB_NUM,
                                         NAME     => 'NAME_EXPR',
                                         VALUE    => q'|in ('BATCH')|',
                                         OBJECT_PATH => 'TABLE');
                                         
          DBMS_DATAPUMP.METADATA_REMAP (HANDLE      => V_JOB_NUM,
                                        NAME        => 'REMAP_TABLE',
                                        OLD_VALUE   => 'BATCH',
                                        VALUE       => 'BATCH_TMP');
                                        
                                         
          d('Remapping from schema '|| G_FROM_SCHEMA || ' to ' || G_TO_SCHEMA );
          DBMS_DATAPUMP.METADATA_REMAP (HANDLE      => V_JOB_NUM,
                                        NAME        => 'REMAP_SCHEMA',
                                        OLD_VALUE   => G_FROM_SCHEMA,
                                        VALUE       => G_TO_SCHEMA);
          DBMS_DATAPUMP.ADD_FILE (
             HANDLE      => V_JOB_NUM,
             FILENAME    => 'BMF_CASE_EXP_' || i_case_control_id || '.DMP',
             DIRECTORY   => G_DUMP_DIRECTORY,
             FILETYPE    => DBMS_DATAPUMP.KU$_FILE_TYPE_DUMP_FILE);          
          DBMS_DATAPUMP.SET_PARAMETER (HANDLE   => V_JOB_NUM,
                                       NAME     => 'INCLUDE_METADATA',
                                       VALUE    => 0);
          DBMS_DATAPUMP.START_JOB (HANDLE         => V_JOB_NUM,
                                   SKIP_CURRENT   => 0,
                                   ABORT_STEP     => 0);
    

    If I remove the filter from the BATCH table metadata and run this, it ends and I get the following output in the LOG file:

    ...

    . . imported "CMR2_DEV." "' NTC_ACTION ': 'SYS_P1932' 13.84 KB 0 rows

    . . imported "CMR2_DEV." "' BATCH_TMP ': 'SYS_P343' 16.70 KB 1 lines

    (.. .and documents for all tables in the dump file)

    However, as soon as I activate the filter NAME_EXPR or NAME_LIST, I get nothing imported.  Just the following errors:

    -ORA-31627: API call succeeded, but more information

    -ORA-31655: no data or metadata of objects selected for employment

    It worked when I was not moving between the schemas so is there another way, I need to write my table filter expression, which will identify the BATCH table when a remapping of schema is used?

    Thanks in advance.

    Adam

    I think that my advice was not correct. The name_list filter only takes a table name.  If you do not have a list of schema filter, then the owner of the default table for the schema to run the task.  I think you need to add a filter of schema specifying the table owner.

    If you can't understand it, I can try to see if I can find the right calls, but it may take me a while.

    Dean

  • Privilege system to create constraints on the Tables belong not to the

    I'm a user of the application who must create and then drop a check constraint on a table that is partitioned in another schema. The code is generic, and the name or the table owner is not known in advance.

    The user of the application has the ALTER ANY TABLE system privilege granted via a role, and also has "all THE ' table privileges on the table, THE DML privs, SELECT, REFERENCES etc. - also through roles. The user of the application has a synonym private for the data table.

    The command I use is:

    ALTER TABLE any_table
    ADD CONSTRAINT generated_name
    CHECK (CASE WHEN BUSINESS_DATE = TO_DATE('20121130','YYYYMMDD') AND = 6 AND PROCESSING_LOCATION = "CAP" RUN_ID THEN 1 OTHER 2 END = 2);

    It fails with:

    ORA-00942: table or view does not exist

    The user of the application can query the table very well and even modify it to partition exchange using a similar code. I tried the table name and the name of constraint qualification with the owner of the schema; calling the makes table name no difference, by qualifying the name of the constraint is not allowed. I changed the body of the constraint to a simple condition - it predictable made no difference.

    I would appreciate your help and your suggestions.

    Has nothing to do with privileges. ALTER TABLE requires the name of the table. Synonym will not fly. Use:

    ALTER TABLE table_owner.table_name
    ADD CONSTRAINT generated_name
    CHECK( CASE WHEN BUSINESS_DATE = TO_DATE('20121130','YYYYMMDD') AND RUN_ID = 6 AND PROCESSING_LOCATION = 'PAC' THEN 1 ELSE 2 END = 2);
    

    SY.

  • impact of production if I reduce space on the table...

    Hello experts.

    I am running Oracle 11.2 and seen in OEM I have a table that is candidate to shrink the space.
    According to OEM, I can gain 5 G by the decrease in the table.
    The table is 16G, so if I reduce the table, then it should reduce about 11 g, right?
    This table is the primary table used by our application, impact on production is very important.

    Good, then I wonder what is the impact of production on the table while I shrink space on the table.
    I'll test now in my test environment.
    First of all, I found that I had a function based index to be deleted until I can reduce the table.
    So I ran dbms_metadata for syntax to recreate the FBI, then dropped the FBI.

    Then I ran change movement line of table owner.tablename enable;
    Then I ran alter table shrink space cascade owner.tablename;

    While I'm under the table command shrink, I opened another session and I asked the table and even made some updates on the table.
    I was very surprised that the table is not locked and is always accessible for update and select statements.
    In fact, I don't see any noticeable impact of the retractable table command.
    Obviously, I'm not in the production environment with hundreds of simultaneous users, but my question is what kind of impact should I expect see if I have it in production with people hitting this table? (No, this isn't an IOT.)

    Any ideas?

    Published by: 974632 on February 19, 2013 05:54

    NOTE: The command table shrink took: passed: 00:43:17.19
    Re-create the function based index took: passed: 00:00:28.80

    No, the shrinkage is invalid index.

    This means that when you use the CASCADE option, index will be narrowed as much too. When you use shrink, you use the clause 'movement of table XXXX line activate edit' which can cause invalid objects such as triggers or procedures related to the XXXX table.

    Also, if you issue the following statement "alter table  enable/disable row movement;"
    it will invalidate any stored procedure that references that table. But, once you reference that
    invalid stored procedure, Oracle recompiles it

    from: http://asktom.oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:35203106066718

  • Unable to describe the table as a user of the system

    Hello

    I am able to describe the bribes as user sys, but not able to do as a user system.


    SQL > desc IA_MBR_ID_D;
    Name Null? Type
    ----------------------------------------- -------- ----------------------------
    MBR_ID_EDW_SK NOT NULL NUMBER
    MBR_ID NOT NULL CHAR (3)
    MBR_SBSCR_ALTN_ID NOT NULL VARCHAR2 (13)
    MBR_LST_NM VARCHAR2
    MBR_FRST_NM VARCHAR2
    MBR_MID_INIT VARCHAR2
    DATE OF MBR_EFF_DT
    DATE OF MBR_CANC_DT
    DATE OF MBR_BTH_DT
    MBR_GNDR_CD NOT NULL CHAR (1)
    MBR_RLNSP_CD NOT NULL CHAR (1)
    MBR_TYP_OF_CONTR_CD NOT NULL VARCHAR2 (3)
    MBR_UNIQ_MBR_ID NOT NULL VARCHAR2 (26)
    MBR_SHRT_UNIQ_MBR_ID NOT NULL VARCHAR2 (16)

    SQL > conn system/...@ < DB >
    Connected.
    SQL > desc IA_MBR_ID_D;
    ERROR:
    ORA-04043: object IA_MBR_ID_D does not exist

    NOM_SEGMENT SEGMENT_TYPE OWNER
    --------------------------------------------------------------------------------- ------------------ ------------------------------
    IA_MBR_ID_D TABLE EDW
    IA_MBR_ID_D TABLE EDWSTG

    Please, share your ideas. Don't know if it's a question of privilege that I am not able to decrease this as a system user.

    Kind regards
    VN

    Hello
    You must precede the name with the name of the table owner describin while there. Try as follows while connected as user SYSTEM

    desc edw.IA_MBR_ID_D
    desc edwstg.IA_MBR_ID_D
    

    This table is so two schemas edw and edwstg. In the SYS schema, you could have a synonym created for one of above 2 tables and so you are able to describe without using the name of the owner as prefix. Use suite question to find out what tables in the SYS schema sysnonym points to.

    select owner,synonym_name,table_owner,table_name from dba_synonyms where synonym_name = 'IA_MBR_ID_D';
    

    Salman

  • Table view is different in expdp/impdp?

    11.2 / Linux

    With exp/imp original: OWNER, TABLES and FULL modes are mutually exclusive. IE in original exp, if you want to make a backup of the EMP table in the scott schema, the following will be error
    exp / tables= EMP owner=SCOTT file=selected_tables.dmp log=selected_tables.log
    
    But this will end up in
    EXP-00026: conflicting modes specified
    EXP-00000: Export terminated unsuccessfully
    You must prefix the name of the owner (tables = < owner >. < table_name >) as below for the prescription above
    exp / tables= SCOTT.EMP file=selected_tables.dmp log=selected_tables.log
    But in impdp things work differently

    I provided a dump expdp of REG_TRACK_EVT of a CLS_USR_PROD scheme. I wanted to import that table in the schema of development CLS_USR_DEV. So, I did. But launch error ORA - 39166 TI kept as below
    $ impdp userid=\'/ as sysdba\' DIRECTORY=DPUMP_DIR DUMPFILE= reg_track_evt.dmp LOGFILE=reg_track_evt-imp.log tables=CLS_USR_DEV.REG_TRACK_EVT
    
    Import: Release 11.2.0.1.0 - Production on Mon Jul 30 18:24:32 2012
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39166: Object CLS_USR_DEV.REG_TRACK_EVT was not found.
    To solve this problem, I had to remove the parameter TABLES (!) and use the REMAP_SCHEMA parameter
    impdp userid=\'/ as sysdba\' DIRECTORY=DPUMP_DIR DUMPFILE= reg_track_evt.dmp LOGFILE=reg_track_evt-imp.log REMAP_SCHEMA=CLS_USR_PROD:CLS_USR_DEV
    If this is the case, then what's the point of having the TABLES parameter in impdp?

    It's really the same thing regarding conflicting modes. Of what you have used in your import command:

    Impdp userid =------"/ ACE sysdba\ ' DIRECTORY = DUMPFILE DPUMP_DIR = LOGFILE reg_track_evt.dmp = reg_track_evt - imp.log REMAP_SCHEMA = CLS_USR_PROD:CLS_USR_DEV

    If you are remapping CLS_USR_PROD:CLS_USR_DEV then the table in the dumpfile is called CLS_USR_PROD. REG_TRACK_EVT and you tried to import CLS_USR_DEV. REG_TRACK_EVT and this table did not exist.

    What you specify on the tables = command is the table in the desired dumpfile. What you specify in the remapping of the color settings is where you want the table created, therefore, your first order was close, you need this:

    Impdp userid =------"/ ACE sysdba\ ' DIRECTORY = DUMPFILE DPUMP_DIR = LOGFILE reg_track_evt.dmp = reg_track_evt - imp.log tables = CLS_USR_PROD. REG_TRACK_EVT REMAP_SCHEMA = CLS_USR_PROD:CLS_USR_DEV

    I hope this helps.

    Dean

  • Dropping tables

    Hi DBAs,

    I have more than 100 tables in my diagram. Here most of the names of table with the symbol $. So I want to drop the $symbol both tables only.

    Can someone give me the command to run.



    Thank you and best regards,

    belot

    You can not generic drop table orders so you need to do is to generate a table for each table that you want to fell down. You can do easily in SQLPlus by using a select statement to generate the commands, which wrap you in a .sql file which in turn, you can run in SQLPlus.

    Something like
    Select 'drop table' | owner: '. ' || table_name | « ; »
    from dba_tables
    where owner = 'X '.
    and table_name like ' $%.
    /

    HTH - Mark D Powell.

  • Packages, function, procedure to access a table

    Hello all;

    Is this possible. I read that somewhere but I don't know if it is possible

    Is that what I can write a simple sql statement that basically allows you to determine what packages, functions or procedures are the call or access a table

    A simple example will help you.

    Also any help is appreciated. Thank you.

    You can use the DBA_DEPENDENCIES (or ALL_DEPENDENCIES or USER_DEPENDENCIES depending on the situation). For example, to display all objects that reference the table EMP from the SCOTT schema

    SQL> select owner, name, type
      2   from dba_dependencies
      3   where referenced_owner = 'SCOTT'
      4     and referenced_name  = 'EMP'
      5     and referenced_type  = 'TABLE';
    
    OWNER                          NAME                           TYPE
    ------------------------------ ------------------------------ ------------------
    
    SCOTT                          PKG_EMP                        PACKAGE BODY
    SCOTT                          V                              VIEW
    SCOTT                          V2                             VIEW
    SCOTT                          EMP_PIPE                       FUNCTION
    SCOTT                          GIVE_RAISE                     PROCEDURE
    SCOTT                          P_DIRS                         PROCEDURE
    SCOTT                          TRG_AUD_EMP                    TRIGGER
    SCOTT                          ONECUR_PKG                     PACKAGE
    SCOTT                          V1                             VIEW
    SCOTT                          VW_EMP                         VIEW
    SCOTT                          F2                             FUNCTION
    
    OWNER                          NAME                           TYPE
    ------------------------------ ------------------------------ ------------------
    
    SCOTT                          PKG_EMP                        PACKAGE
    SCOTT                          IN_UBCC                        FUNCTION
    SCOTT                          GET_MAX_ROWSCN                 FUNCTION
    
    14 rows selected.
    

    Justin

  • import a table

    Hello

    I do this import to a table, but it only displays this message and stops import.

    Import: Release 10.1.0.4.2 - Production on game Dec 9 14:22:32 2010

    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Conectado has: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With partitioning, OLAP and Data Mining options
    Created by EXPORT export archivo: V10.01.00 has the ruta of access conventional traves

    ADVERTENCIA: Los objetos were exportados por BACKUPS, no por usted
    importación made in el juego WE8MSWIN1252 character y el juego AL16UTF16 NCHAR characters

    Thanks for your help

    Is the table owner user BACKUPS?
    Send the command export also

    ---------
    Sybrand Bakker
    Senior Oracle DBA

  • Maybe you are looking for

    • Satellite A30 lights even if the AC adapter is plugged

      I recently had problems with her discharge even when plugged in AC and so replace the battery, but this does not solve the problem. Now it won't even turn.Although the LED seems to indicate it would be - that's why it doesn't turn?

    • Make calls to pone

      Please tell me we can make calls (2G & 3 G) Lenovo ideapad tablet k1.

    • The HP ENVY 17-j120us there sata iii?

      I think to put the HP ENVY 17-j120us and could not find if it is SATA-III or not, and if it comes with a quad core. I read that some lower Core i7 comes with core duo. On another note. My HP EliteBook 8730w is SATA-II and I use an Intel SSD 520, whic

    • Error downloading emails - error number: 0x800CCC90 - "unable to connect to the mail server!...» »

      De : Regina_Miami Good eveningToday, I tried to download my emails in Windows Mail. I got the following error message: Account: 'pop.ig.com.br', server: 'pop.ig.com.br', Protocol: POP3, server response: '-ERR AVG POP3 Proxy Server: cannot connect to

    • Windows 7 - not true

      Separated from the previous post as problem is unique to that user. http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_install/copy-of-Windows-not-genuine/e5371d20-7127-4340-8564-1f50715889c1?page=6&msgId=e2d9f1f7-fda9-47E3-9b20-4dd4d