Error ORA - 00604 DB creation with DBCA

Hello

I want to create an instance of database with MS Windows 8.1 64bits.

So I installed the Standard Edition 12.1.0.1.16 database (12.1.0.1.0 and Patch16). Now, when I create an instance I get the error ORA-00604 in the script cloneDBCreation.sql to the command ' modify AL32UTF8 database character set INTERNAL_CONVERT '.»

Has anyone an idea what is the problem?

Thanks in advance.

Kind regards

Martin

12.1.0.2 is only available under EA right now - see MOS Doc 1905806.1

Tags: Database

Similar Questions

  • Error ORA-00604/ORA-01422/ORA-06512 on trigger

    Hello

    I have a database of version 10.2.0.3.0 on Enterprise Edition.
    I want to prevent a user from use of a scheme. That's why I wrote a trigger, but I met with an other errors:

    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-01422: exact fetch returns more than number of lines
    ORA-06512: at line 5

    Trigger is:
    --------------------

    SQL > create or replace trigger session_access
    2 after logon on database
    3. declare
    4 v_username varchar2 (30);
    VARCHAR2 (30) v_osuser 5.
    6 start
    7 select username, osuser in v_username, v v_osuser $ session;
    8 if v_username = "SUSANJO" v_osuser = 'ORACLE' and then
    9 raise_application_error (-20001, 'Restricted access for this USER');
    10 end if;
    11 end;
    12.

    Trigger created.

    SQL > show errors;
    No errors.
    SQL > connect susanjo
    Enter the password:
    ERROR:
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-01422: exact fetch returns more than number of lines
    ORA-06512: at line 5


    WARNING: You are more connected to ORACLE.

    I have run out of ideas of what to do now on the trigger.

    Kind regards.
    Susan John

    "First: have you checked note of Solomon on ' ADMINISTER DATABASE TRIGGER ' privilege?
    "Second: OSUsers (Unix-) are likely written in lowercase: So" sys_context ('userenv', 'os_user') = "ORACLE'"should perhaps be"sys_context ('userenv', 'os_user') = 'oracle'". "

  • Error ORA-20987 creating users with apex_util.create_user.

    Hello. I need to copy users from one summit to the other.

    @apex4 is a DBlink apex 4 initial installation, I need to create users on a new server apex4, where I am loged and run this script:


    declare
    users of cursor is
    Select *.
    of apex_040100.wwv_flow_fnd_user@apex4
    where user_name <>'ADMIN ';
    Start
    for you in a loop users
    (. Create_user) APEX_UTIL
    p_user_id = > u.user_id,.
    p_user_name = > u.user_name,
    p_first_name = > u.first_name,
    p_last_name = > u.last_name,
    p_description = > u.description,
    p_email_address = > u.email_address,
    p_web_password = > '1234'.
    p_web_password_format = > 'CLEAR_TEXT');
    end loop;
    end;

    I tried to connect with apex_public_user and sys as sysadmin, but I still get the same error:

    ORA-20987: APEX - unauthorized access (package for the undefined security group variable). -Contact your administrator of the application.
    ORA-06512: en "APEX_040100.WWV_FLOW_ERROR", line 704
    ORA-06512: en "APEX_040100.WWV_FLOW_ERROR", line 1008
    ORA-06512: en "APEX_040100.WWV_FLOW_FND_USER_API", line 24
    ORA-06512: en "APEX_040100.WWV_FLOW_FND_USER_API", line 617
    ORA-06512: en "APEX_040100.HTMLDB_UTIL", linea 1395
    ORA-06512: in linea 8

    Thanks in advance and sorry for my English.

    Published by: Andres Vilallave on 2012-ene-31 12:48

    Published by: Andres Vilallave on 31-ene-2012 12:49

    Hello

    When you run this code?
    If you run this code in SQL client like SQL * Plus or SQL Developer this post might help
    Re: installation of the runtime: how to create users?

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

  • Error ORA-03206 tablespace creation

    Hi experts,

    I am creating a tablespace in 10 g,

    create tablespace testdata datafile 'd:\ts_sth.dbf '.
    size 2g
    autoextend on maxsize 35g
    extent management local uniform size 1 g;

    came across the following error

    ORA-03206: maximum file size of blocks (4587520) in the AUTOEXTEND clause is out of range


    Help, please

    Thank you very much
    Charles

    Published by: user570138 on August 20, 2009 22:28

    Published by: user570138 on August 20, 2009 22:29
    SQL> create tablespace testdata datafile 'd:\ts_sth.dbf'
      2  size 2g
      3  autoextend on maxsize 32768m;
    create tablespace testdata datafile 'd:\ts_sth.dbf'
    *
    ERROR at line 1:
    ORA-03206: maximum file size of (4194304) blocks in AUTOEXTEND clause is out of
    range
    
    SQL> ed
    Wrote file afiedt.buf
    
      1  create tablespace testdata datafile 'd:\ts_sth.dbf'
      2  size 2g
      3* autoextend on maxsize 32767m
    SQL> /
    
    Tablespace created.
    

    32768 m = 32 GB

  • error ORA-1652 on tablespace with the amount of available space

    Can someone help me understand what is happening with this "ORA-1652: unable to extend segment temp of 128 in tablespace DWH_REP_DATA? Database is 11g (windows 2008)


    It seems that my tablespace has 15 free g but it is short of space. The size of the tablespace file = the maximum tablespace file size. If there is so much space why not is not it used? Another addition disc more table space how to fix this?

    View of datafile: Online status
    Size of the file (Mo) 32 750.00
    Auto expand Yes
    Increment (MB) 10.00
    Maximum file size (MB) 32,767.00



    Thank you for taking my question!
    Kathie

    If the related tables is permanent, it means that you have a great race of DDL statement that allocated a temporary segment in a permanent tablespace: given that the statement failed due to lack of space, temporary segment has been released.
    See http://coskan.wordpress.com/2007/12/05/temp-segments-in-normal-datafile-ora-1652/.

    You need to increase the permanent size of the tablespace or attempt to modify the DDL statement so it needs less temporary space.

  • ORA-00604 and ORA-01450 during index creation

    Hi all


    While trying to create the index on a partitioned table online, I confronted the following errors:

    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-01450: length maximum key (3215) exceeded

    I'm on oracle 10G and Linux OS.


    Here's the query I use to the index:

    CREATE INDEX DBNAME.TABLE_NAME_NAME1_SN_IDX ON DBNAME.TABLE_NAME
    (NAME1_SN)
    
      TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
      INITRANS   2
    
      MAXTRANS   255
    
    NOLOGGING
    
    LOCAL (  
    
      PARTITION INDEXNAME_ABC_20080101
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20080201
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20080301
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20080401
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20080501
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20080601
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20080701
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20080801
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20080901
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20081001
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20081101
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20081201
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20090101
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20090201
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20090301
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20090401
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20090501
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20090601
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20090701
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20090801
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20090901
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20091001
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20091101
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20091201
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20100101
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20100102
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20100103
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_20100104
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201005
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201006
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201007
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201008
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201009
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201010
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201011
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201012
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201101
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201102
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201103
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201104
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201105
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201106
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201107
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201108
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201109
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_201110
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   ),  
    
      PARTITION INDEXNAME_ABC_MAX
    
        NOLOGGING
    
        NOCOMPRESS
    
        TABLESPACE DBNAME_INDEXNAME_ABC_IDX_TS
    
        PCTFREE    10
    
        INITRANS   2
    
        MAXTRANS   255
    
        STORAGE    (
    
                    INITIAL          64K
    
                    MINEXTENTS       1
    
                    MAXEXTENTS       UNLIMITED
    
                    BUFFER_POOL      DEFAULT
    
                   )
    
    )
    
    NOPARALLEL online;
    Any suggestions...


    Thanks and greetings
    KK

    Hello

    as already indicated the error: exceeded key length. So how is the column as defined name1_sn? If she varchar2 (4000) os, then you get this kind of error. Then, one must look for Oracle Text index these fields.

    Herald tiomela
    http://htendam.WordPress.com

  • drop user failed ORA-00604 ORA-01008

    Hello

    Oracle Database Enterprise Edition on Solaris SPARC 10.2.0.4.0.

    Recently I didn't drop a schema:

    user password menu cascade

    Error report-

    SQL error: ORA-00604: error occurred at the SQL level 1 recursive

    ORA-01008: not all variables

    ORA-06512: at line 2

    00604 00000 - "an error occurred at the SQL level recursive %s.

    * Cause: An error occurred during the processing of a recursive SQL statement

    (a statement applicable to dictionary tables inside).

    * Action: If the situation described by the following error stack

    can be corrected, to do so; otherwise contact Oracle Support.

    So, I turned on 10046 trace to check what caused the failure:

    In the trace file, I saw:

    PARSING IN CURSOR #42 len = dep 88 = 1 uid = 25 oct = 47 = 25 tim = hv 46736406559755 lid = ad 909419424 = "9a554a68".

    Start

    run immediately 'call wmsys.lt_ctx_pkg.allowDDLOperation ("false");

    end;

    END OF STMT

    ANALYSIS #42:c = 0, e = 42, p = 0, cr = 0, cu = 0, set = 0, r = 0, dep = 1, og = 1, tim = 46736406559753

    LINKS FOR #42:

    =====================

    PARSING IN CURSOR #43 len = dep 51 = 2 uid = 25 oct cover 170 = 25 tim = hv 46736406560263 = = ad 2806787184 = "b3862ea8".

    call wmsys.lt_ctx_pkg.allowDDLOperation(:"SYS_B_0")

    END OF STMT

    ANALYSIS #43:c = 0, e = 264, p = 0, cr = 0, cu = 0, put = 1, r = 0, dep = 2, og = 1, tim = 46736406560261

    EXEC #42:c = 0, e = 832, p = 0, cr = 0, cu = 2, set = 0, r = 0, dep = 1, og = 1, tim = 46736406560766

    #42 ERROR: err = 1008 tim = 490840735

    Suggests that the wmsys.lt_ctx_pkg.allowDDLOperation(''false'') caused the problem.

    So I manually ran it:

    Start

    run immediately 'call wmsys.lt_ctx_pkg.allowDDLOperation ("false");

    end;

    Error report-

    ORA-01008: not all variables

    ORA-06512: at line 2

    01008 00000 - "not all variables.

    * Cause:

    * Action:

    Can anyone help on this please? I looked everywhere but no luck.

    Thank you

    Hello

    Please, I beg you. Check the Note MOS "Datapump Export or Drop Table Fails with ORA-01008 (Doc ID 791065.1)"

    If the database parameter cursor_sharing value other than EXACT, set CURSOR_SHARING = TRUE.

    Borys

  • ORA-00604 and ORA-00036

    Today on another data base that we get this error:
    ORA-00604: ERROR OCCURRED AT THE SQL LEVEL RECURSIVE 51
    ORA-00036: MAXIMUM NUMBER OF LEVELS OF RECURSIVE SQL (50) EXCEEDED.

    Today has been deployed a new web application...

    Take a look at these notes:
    ORA-600 [17281] [36] and ORA - 36 during trigger execution against unowned object [ID 1017051.102]
    Connect fails with Oracle ORA-00603 Server Session completed [338484.1 ID]

  • receive error ORA-26786 logical standby

    Dear all,

    In the logic of the day before, I get error ORA-26786: a line with key chain exists, but contradictory or columns string in string table during the replication process during UPDATE or DELETE statements since the last few days.

    Here is the status of Data Guard standby. Database was created ONE year back and since then never received this error, but the last days this don't mistake some of the paintings.


    Operating system: Solaris 10 SPARC(64-bit)

    DB version: 11.2.0.3

    Thank you and best regards,

    Mukesh

    There may be logical pending changes that imputation is in conflict.  Either you can resolve the conflict and run run error or remove the error, if you find it's ok. But if it is so common to find the root of the problem and difficulty cause.

  • ORA-00604: error occurred at recursive SQL level 1 ORA-01882: region time zone not found

    Dear all,

    IAM trying to connect to establish a connection to a database using JDBC thin oracle client. IAM getting the following error.

    Could someone help me with a solution please

    Operating system: Oracle linux

    Database Version: 12 c

    java.sql.SQLException: ORA-00604: error occurred at the SQL level 1 recursive

    ORA-01882: zone schedule region not found

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:144)

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:73)

    at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java:1243)

    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:173)

    to com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$ 400 (SnpsDialogTestConnet.java:51)

    to com.sunopsis.graphical.dialog.SnpsDialogTestConnet$ 5.doInBackground(SnpsDialogTestConnet.java:629)

    to com.sunopsis.graphical.dialog.SnpsDialogTestConnet$ 5.doInBackground(SnpsDialogTestConnet.java:625)

    at oracle.odi.ui.framework.AbsUIRunnableTask.run(AbsUIRunnableTask.java:258)

    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:947)

    at java.lang.Thread.run(Thread.java:745)

    Caused by: java.sql.SQLException: ORA-00604: error occurred at the SQL level 1 recursive

    ORA-01882: zone schedule region not found

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:144)

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:73)

    at oracle.odi.core.datasource.dwgobject.support.OnConnectOnDisconnectDataSourceAdapter.getConnection(OnConnectOnDisconnectDataSourceAdapter.java:87)

    to oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ ConnectionProcessor.run (LoginTimeoutDatasourceAdapter.java:228)

    to java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:471)

    at java.util.concurrent.FutureTask.run(FutureTask.java:262)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    ... 1 more

    Caused by: java.sql.SQLException: ORA-00604: error occurred at the SQL level 1 recursive

    ORA-01882: zone schedule region not found

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:466)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:391)

    at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:1126)

    at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:503)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:546)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:269)

    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:436)

    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:1021)

    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:682)

    at oracle.jdbc.driver.PhysicalConnection.connect(PhysicalConnection.java:789)

    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)

    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:608)

    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:412)

    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:385)

    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:352)

    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:331)

    ... 6 more


    Best regards


    Hi CPR1,.

    I tried to connect to database using ODI.

    What I did at work is

    Double-click the database server--->, click Properties, and then you have the key and the value

    In the Insert key as oracle.jdbc.timezoneAsRegion, and its value is FALSE

    Thank you

    Best regards

  • ORA-00604: an error has occurred at the SQL level 1 recursive

    Hi all

    I made the full database expdp and impdp Production to test the server its success but during the creation of any user or change password its me poster below error

    SQL > create user identified by bam bam
    2 default tablespace users
    3 tablespace temporary temp
    4 unlimited quota on users;
    create user bam identified by bam
    *
    ERROR on line 1:
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-06502: PL/SQL: digital or value error: character string buffer too small
    ORA-06512: at line 7


    SQL > alter user identified by 12345; system
    change the system of the user identified by 12345
    *
    ERROR on line 1:
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-06502: PL/SQL: digital or value error: character string buffer too small
    ORA-06512: at line 7

    kindly help me to solve this problem.

    Thank you.

    One last thing. 100% make sure error is defined as partners on the issue of Test database:

    change the system '_system_trig_enabled' = FALSE;

    And then try to create/modify the user. For example:

    SQL> create or replace
      2    trigger ORA_06502
      3      after alter
      4      on database
      5      declare
      6          v_str1 varchar2(1);
      7          v_str2 varchar2(3);
      8      begin
      9          v_str2 := 'ABC';
     10          v_str1 := v_str2;
     11  end;
     12  /
    
    Trigger created.
    
    SQL> alter user u1 identified by u1
      2  /
    alter user u1 identified by u1
    *
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 6
    
    SQL> alter system set "_system_trig_enabled"=FALSE;
    
    System altered.
    
    SQL> alter user u1 identified by u1
      2  /
    
    User altered.
    
    SQL> 
    

    SY.

  • ORA-00604: error occurred at recursive SQL when the proc via db_link

    Hello
    I'm on 9.2.0.8 and got a strange problem with simple test cases
    on source db:
    CREATE OR REPLACE PROCEDURE ADMIN.gg_ref(out_tokens OUT SYS_REFCURSOR) is
      BEGIN
      OPEN out_tokens for select dummy from dual;
    END ;
    /
    
    
    Now testing code localy:
    SQL> var r refcursor
    SQL> declare
      2   output sys_refcursor;
      3  begin
      4   adminx.gg_ref(output);
      5  :r:=output;
      6  end;
      7  /
    
    PL/SQL procedure successfully completed.
    
    SQL> print r
    
    D
    -
    X
    
    
    So its working.
    
    I've got db_link to that db , and now call that proc via dblink from other 9.2.0.8 DB:
    
    
    var r refcursor
      1  declare
      2   output sys_refcursor;
      3  begin
      4   admin.gg_ref@LINK_NAME(output);
      5  :r:=output;
      6* end;
    SQL> /
    declare
    *
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00900: invalid SQL statement
    What wrong with my code?
    Is there a any restriction that I'm not aware?
    Concerning
    GregG

    GregG says:

    What should my code looks like now?
    Should I rewrite this as function returns the index of collection or something?

    You can use DBMS_SQL - but use the remote package and not the local. It's a little more complex ito call interface you use a Ref Cursor, but is the same server-side. DBMS_SQL also provides a more comprehensive set of features to use the ref cursor interface.

    Most, however, is add code - DBMS_SQL is a lower level interface (much closer to the real Oracle Call Interface/OIC):

     --// on remote database the procedure returns a DBMS_SQL cursor instead of a ref cursor
    SQL> create or replace procedure FooProc( cur in out number, deptID number ) is
      2          rc      number;
      3  begin
      4          cur := DBMS_SQL.open_cursor;
      5
      6          DBMS_SQL.parse(
      7                  cur,
      8                  'select ename from emp where deptno = :deptID',
      9                  DBMS_SQL.native
     10          );
     11
     12          DBMS_SQL.Bind_Variable( cur, 'deptID', deptID );
     13
     14          rc := DBMS_SQL.Execute( cur );
     15  end;
     16  /
    
    Procedure created.
    
    --// from the local database side we call this remote proc
    SQL> declare
      2          c               number;  --// instead of using sys_refcursor
      3          empName         varchar2(10); --// buffer to fetch column into
      4  begin
      5          FooProc@testdb( c, 10 );  --/ call the proc that creates the cursor
      6
      7          --// we need to define our fetch buffer for the 1st column in the
      8          --// SQL projection of that cursor (10 byte fetch buffer for 1st column)
      9          DBMS_SQL.define_column@testdb( c, 1, empName, 10 );
     10
     11          --// we now fetch from this cursor, but via the DBMS_SQL
     12          --// interface
     13          loop
     14                  --// fetch the row (exit when 0 rows are fetched)
     15                  exit when DBMS_SQL.Fetch_Rows@testdb( c ) = 0;
     16
     17                  --// copy value of 1st column in row into the local PL/SQL buffer
     18                  DBMS_SQL.column_value@testdb( c, 1, empName );
     19
     20                  --// record value it via dbms output
     21                  DBMS_OUTPUT.put_line( 'name='||empName||' deptID=10' );
     22          end loop;
     23
     24          --// close it explicitly as you would a ref cursor
     25          DBMS_SQL.Close_Cursor@testdb( c );
     26  end;
     27  /
    name=CLARK deptID=10
    name=KING deptID=10
    name=MILLER deptID=10
    
    PL/SQL procedure successfully completed.
    
    SQL>
    
  • Impdp fails with error ORA-39779

    database version: 11.2.0.4.0

    compatible parameter: 11.2.0.0.0

    Sparc 64-bit OS

    Hello guys I am confronted with the error "ORA-39779: type '< schema2 >'". "< type_name >' not found or conversion to the latest version is not possible while import"while trying to import into a target database. "

    Where to I checked all told them to use the transform parameter = oid:n, I've used this setting and I still get the error.

    in a thread, said, maybe it's because users are already created in the database until the import began.

    Someone faced this problem in the past, please help me.

    Thank you

    expdp settings file

    Directory = < directory_name >

    dumpfile = < dumpfile_name > _%U.dmp

    logfile = < logfile_name > .log

    parallel = 8

    compression = all

    schemas = schema1, schema2, schema3

    exclude = grant

    Impdp settings file

    Directory =< < directory_name > >

    dumpfile = <dumpfile_name > _%U.dmp

    logfile = <logfile_name> .log

    parallel = 8

    schemas =schema1, schema2, schema3

    remap_schema =schema1:schema1, schema2:schema2, schema3:schema3

    transform = oid:n

    REMAP_TABLESPACE = < tablespace_1 >: < tablespace_2 >

    Hello guys, this is supported

    Action taken:

    When the schema has been imported, the DDL of the tables are already created.

    I come from a content import = data_only export of the source database for only tables that have failed, then imported again.

  • Error ORA-01400 creation policy in AV 12 c

    Hello

    I have configured the host, the agent, collectors everything is ok and works, but when I try to create a strategy of the VA gives me this error:

    ORA-01400: cannot insert NULL into ('AVSYS". "" "" AUDIT_SETTING_ARCHIVE_MAP '. "" ARCHIVE_ID')

    ANY IDEA? NO MATTER WHAT SETTING I NEED TO CHECK FIRST?

    THNKS FOR MORE INFORMATION!

    Hello.!!

    thnks... !!

    Yes, I opened a SR and the response was the question in the note, so then oracle created the note:

    Creating a strategy for auditing in 12 c AVDVF fails with error ORA-01400 (Doc ID 1680878.1)

  • Execute Immediate with DOF and TABLE() - error ORA-22905

    Hello

    I have a problem trying to use a user defined the Type of the Table in a statement Execute Immediate containing a CREATE TABLE statement.

    Is there no work around for this problem?

    The actual code for the SELECT * OF TABLE(:T) is dynamic and slow. That's why I try to avoid to create/fill the table in two steps (as does with MY_TABLE1). Also, in this case, I can't use SELECT * but must specify all the columns (amount variable and over 100 columns).

    CREATE TYPE MY_TABLE_TYPE AS TABLE OF VARCHAR2(30);
    /
    DECLARE
        MT MY_TABLE_TYPE;
    BEGIN
        SELECT * BULK COLLECT INTO MT FROM DUAL;
        -- Two steps
        EXECUTE IMMEDIATE 'CREATE TABLE MY_TABLE1 (A VARCHAR2(30))';
        EXECUTE IMMEDIATE 'INSERT INTO  MY_TABLE1    SELECT * FROM TABLE(:T)' USING MT; -- OK
        -- One step
        EXECUTE IMMEDIATE 'CREATE TABLE MY_TABLE2 AS SELECT * FROM TABLE(:T)' USING MT; -- ERROR ORA-22905   
    END;
    /
    

    byee

    Andrea

    In my view, the error message is incorrect or the less misleading. Bind variables cannot be used in DDL:

    SQL > declare
    2 number of v_var: = 99;
    3. start
    4 run immediately "' create the my_table2 in select table: double T" using v_var; "
    5 end;
    6.
    declare
    *
    ERROR on line 1:
    ORA-01027: bind variable not allowed for data definition operations
    ORA-06512: at line 4 level

    SQL >

    What you could do is use the package variable:

    SQL > CREATE OR REPLACE
    2 PACKAGE PKG1
    3 EAST
    4 MT MY_TABLE_TYPE;
    5 FUNCTION GET_MT
    6 RETURN MY_TABLE_TYPE;
    7 END;
    8.

    Package created.

    SQL > CREATE OR REPLACE
    PACKAGE 2 BODY PKG1
    3 EAST
    4 GET_MT FUNCTION
    5 RETURN MY_TABLE_TYPE
    6 EAST
    7. START
    8 RETURN MT;
    9 END;
    10 END;
    11.

    Package body created.

    SQL > DROP TABLE MY_TABLE1 PURGE
    2.

    Deleted table.

    SQL > DROP TABLE MY_TABLE2 PURGE
    2.
    DROP TABLE MY_TABLE2 PURGE
    *
    ERROR on line 1:
    ORA-00942: table or view does not exist

    SQL > START
    2. SELECT * BULK COLLECT INTO PKG1.MT FROM DUAL;
    3 - two steps
    4 RUN IMMEDIATELY "CREATE TABLE MY_TABLE1 (A VARCHAR2 (30))';"
    5 IMMEDIATELY EXECUTE "INSERT INTO MY_TABLE1 SELECT * FROM TABLE (PKG1." GET_MT)';
    6 - one step
    7 IMMEDIATE EXECUTION "CREATE TABLE MY_TABLE2 AS SELECT * FROM TABLE (PKG1." GET_MT)';
    8 END;
    9.

    PL/SQL procedure successfully completed.

    SQL > select * from my_table1;

    A
    ------------------------------
    X

    SQL > select * from my_table2;

    COLUMN_VALUE
    ------------------------------
    X

    SQL >

    SY.

Maybe you are looking for