ORA-22913 while creating a TABLE QUEUE type "typed".

Hi guys:

I'm trying to recreate a [AskTom post | http://asktom.oracle.com/pls/apex/f?p=100:11:0:P11_QUESTION_ID:8760267539329], but with one difference. My Type of Oracle contains a field that is an another Type of Oracle, and when I try to create a QUEUE_TABLE, I got the ORA-22913.

Here are my steps:

create or replace TYPE PODTL_TYPE AS OBJECT
(
VARCHAR2 (25), point
ref_item varchar2 (25).
physical_location_type varchar2 (1).
physical_location number (10),
physical_qty_ordered number (12.4).
unit_cost number (20.4).
origin_country_id VARCHAR2 (3),
supp_pack_size number (12.4).
date of earliest_ship_date,
date of latest_ship_date,
pickup_loc varchar2 (250).
pickup_no varchar2 (25).
packing_method varchar2 (6).
round_lvl varchar2 (6).
door_ind varchar2 (1).
PRIORITY_LEVEL number (1).
new_item varchar2 (1).
VARCHAR2 (1) quarantine,.
rcvd_unit_qty number (12.4).
tsf_po_link_id number (10),
cost_source varchar2 (4).
date of est_in_stock_date
);

/

create or replace TYPE PODtl_coll in the PODTL_TYPE table;

/

create or replace TYPE PODesc AS OBJECT
(
doc_type varchar2 (1).
order_no varchar2 (10),
order_type varchar2 (9).
order_type_desc varchar2 (250).
Dept. number 4,
dept_name varchar2 (120),
buyer number 4
Buyer_Name varchar2 (120),
provider varchar2 (10),
promotion number (10),
prom_desc varchar2 (160).
qc_ind varchar2 (1).
date of not_before_date,
date of not_after_date,
date of otb_eow_date,
date of earliest_ship_date,
date of latest_ship_date,
date of close_date,
conditions varchar2 (15).
terms_code varchar2 (50).
freight_terms varchar2 (30),
cust_order varchar2 (1).
payment_method varchar2 (6).
payment_method_desc varchar2 (40),
backhaul_type varchar2 (6).
backhaul_type_desc varchar2 (40),
backhaul_allowance number (20.4).
ship_method varchar2 (6).
ship_method_desc varchar2 (40),
purchase_type varchar2 (6).
purchase_type_desc varchar2 (40),
status varchar2 (1).
ship_pay_method varchar2 (2),
ship_pay_method_desc varchar2 (40),
fob_trans_res varchar2 (2),
fob_trans_res_code_desc varchar2 (40),
fob_trans_res_desc varchar2 (250).
fob_title_pass varchar2 (2),
fob_title_pass_code_desc varchar2 (40),
fob_title_pass_desc varchar2 (250).
vendor_order_no varchar2 (15).
exchange_rate number (20,10).
factory varchar2 (10),
factory_desc varchar2 (240).
Agent varchar2 (10),
agent_desc varchar2 (240).
discharge_port varchar2 (5).
discharge_port_desc varchar2 (150).
lading_port varchar2 (5).
lading_port_desc varchar2 (150).
bill_to_id varchar2 (5).
freight_contract_no varchar2 (10),
po_Type varchar2 (4).
po_type_desc varchar2 (120),
pre_mark_ind varchar2 (1).
currency_code VARCHAR2 (3),
contract_no number (6).
pickup_loc varchar2 (250).
pickup_no varchar2 (25).
date of pickup_date,
date of app_datetime,
comment_desc varchar2 (2000).
PODtl PODtl_coll
);

/

Here are my 3 types of Oracle. When I try to create the QUEUE TABLE:


DBMS_AQADM. () CREATE_QUEUE_TABLE
Queue_table = > "PODESC_QUEUE_TABLE"
Queue_payload_type = > 'PODesc ',.
Multiple_consumers = > TRUE);

END;

I got the following error:

22913 00000 - "must specify the name of the table for the nested table column or attribute.
* Cause: The storage clause is not specified for a column in a nested table
or an attribute.
* Action: Specify the clause table nested for the nested table storage
column or attribute.


How can I solve this?

Welcome to the forum!

Every time you post please provide the Oracle version 4-digit (result of SELECT * FROM V$ VERSION).
>
I'm trying to recreate a [AskTom post | http://asktom.oracle.com/pls/apex/f?p=100:11:0:P11_QUESTION_ID:8760267539329], but with one difference. My Type of Oracle contains a field that is an another Type of Oracle, and when I try to create a QUEUE_TABLE, I got the ORA-22913.
>
You cannot use a NESTED in the charge of the message table.

Chapter 4 Managing Oracle Streams AQ queues User Guide Advanced
http://docs.Oracle.com/CD/B28359_01/server.111/b28420/manage.htm
>
4.6.4 collection Types of Message payloads

You cannot create a message payload using a VARRAY that is not itself contained within an object. You also cannot currently use an even NESTED table as an object embedded in a message payload. However, you can create an object type that contains one or more VARRAYs and create a queue table that is based on this type of object, as shown in example 4-1.

Example 4-1 creation of objects containing VARRAYs

CREATE TYPE number_varray AS VARRAY (32) OF NUMBER;
CREATE TYPE embedded_varray AS OBJECT (col1 number_varray);
RUN DBMS_AQADM. () CREATE_QUEUE_TABLE
queue_table-online "QT."
queue_payload_type-online 'embedded_varray');
>
You need to change your payload to a supported type.

Tags: Database

Similar Questions

  • options of workflow while creating the new project type

    Hey Dina,

    I have a doubt on below 2 options that are available in the "Project status, Workflow" tab while creating a new project type.

    Activate the workflow for projects
    Activate the workflow for Budgets

    Could you explain what what will be the exact flow of two work above, impact if we allow them when creating new project type.

    Thanks in advance,
    RPD

    Hello

    These two options will affect any new project created using the type of project you are developing.
    For example, you create a project type called "Capital Construction Projects", designated for individual projects that will be created when your company began construction of a new factory or office, for its own operations.
    For this type of project, you can enable the flow of project work and budgets.

    Later business user creates a new project of this type, for the construction of offices for a new Department, he or she will submit the project for approval. By using the workflow your company would install rules so that system knows which should be the approver of this creation of project, or later, any change in the status of the project.
    Once that project was created the business user need to budget for the expected costs of this investment. Another workflow is now used to submit the budget for approval.

    If unnecessary business rules a formal process for approval of two state changes of project or the base line of the budget of the project, then you need not enable these options for the type of project.

    Dina

  • ORA-00600 while creating the queue table

    Hello
    I'm getting
    ERROR on line 1:
    ORA-00600: internal error code, arguments: [kcbz_check_objd_typ], [0], [0,]
    [1], [], [], [], []
    ORA-06512: at "SYS." DBMS_AQADM_SYS', line 2830
    ORA-06512: at "SYS." DBMS_AQADM', line 58
    ORA-06512: at line 2
    When creating table queue.
    The problem seems to be the name of the created object. Here's the script:

    CREATE OR REPLACE TYPE BNA_CHG_EVENT AS OBJECT
    (
    NUMBER (2),
    INTEGER ID
    );
    /

    (it works fine)

    BEGIN
    SYS. DBMS_AQADM. CREATE_QUEUE_TABLE
    (
    QUEUE_TABLE = > 'BNA_CHG_EVENT_QT '.
    , QUEUE_PAYLOAD_TYPE = > 'BNA_CHG_EVENT '.
    "Compatible = > ' 10.0.0 '.
    , SORT_LIST = > 'ENQ_TIME, PRIORITY '.
    , MULTIPLE_CONSUMERS = > TRUE
    , MESSAGE_GROUPING = 0 >
    , SECURE = > FALSE
    );
    End;
    /

    (it crashes with ora-600).
    When I change the name of BNA_CHG_EVENT_QT to the BNA_CHG_EVENT_OT object is created without errors.
    Database is Oracle Database 10 g Enterprise Edition Release 10.2.0.4.0.

    Any suggestions on the cause of the error?
    Thanks in advance

    ARO
    Kuba Gasiorowski

    ERROR on line 1:
    ORA-00600: internal error code, arguments: [kcbz_check_objd_typ], [0], [0,]
    [1], [], [], [], []
    ORA-06512: at "SYS." DBMS_AQADM_SYS', line 2830
    ORA-06512: at "SYS." DBMS_AQADM', line 58
    ORA-06512: at line 2

    Check on the support of Oracle
    If you have upgraded DB to 10g, check 8247215 Bug

    Workaround
    A temporary workaround is to set dbblock_check_objtyp = false

  • ORA-01555 while creating indexes

    Hello, is
    I create an Index on a partitioned table that is very large. The table is about 250 GB in size. The table is not yet used by one, neither read nor written.

    The create statement:

    CREATE A UNIQUE DASSERVER INDEX. PI_ALL ON DASSERVER. ALL THE
    (SENDERIP, SENDEZEIT, LFDNUMMER)
    NOLOGGING
    PCTFREE 10
    INITRANS 2
    MAXTRANS 255
    STORAGE)
    INITIAL 8192 M
    NEXT 1024M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    DEFAULT USER_TABLES
    )
    LOCAL
    (
    DASSERVER_2006 PARTITION
    TABLESPACE DASSERVER_2006
    STORAGE (INITIAL 1536M),
    DASSERVER_2007 PARTITION
    TABLESPACE DASSERVER_2007,
    DASSERVER_2008 PARTITION
    TABLESPACE DASSERVER_2008,
    DASSERVER_2009 PARTITION
    TABLESPACE DASSERVER_2009,
    DASSERVER_2010 PARTITION
    TABLESPACE DASSERVER_2010
    )
    NOPARALLEL;

    The error:

    CREATE A UNIQUE DASSERVER INDEX. PI_ALL ON DASSERVER. ALL THE
    *
    FEHLER in line 1:
    ORA-01555: Snapshot zu alt: medium 18 Rollback-Segmentnummer ' _SYSSMU18$ ' STI
    zu klein.

    Anyone a suggestion that I should try? I don't have the space on my drives to 250 GB rollback segments. I need space? Why? I don't understand! I thought the 1555 error occurs only when the concurrent transactions occur.

    Thanks in advance!

    Nanga

    I essentially agree with Sean. Select the rows of the table, and then try again to create the index. If there is a problem of delayed block drain plug the data selection should eliminate it.

    While you index works check v$ transaction and make sure that no developer/dba accesses the target table. If someone you can spend and "kick" them a couple of times. 8-)

    HTH - Mark D Powell.

  • Create a table of type DBA_ROLE_ROLE_PRIVS

    Is it possible to create a DBA_ROLE_ROLE_PRIVS table that lists all relationships of ROLE-ROLE throughout the entire database?

    My understanding is that the table ROLE_ROLE_PRIVS shows only the data for the individual scheme that he questions. I'm looking for a list that is not related to an underlying account.

    Most of the other SYS tables have a USER_ * and a version DBA_ *... the ROLR_ROLE_PRIVS seems to me more like a USER_ROLE_ROLE_PRIVS version.

    Pete Finnigan - Oracle and Oracle information security seems not quite what I'm looking for

    Jason

    Oracle 10 g 2

    privileges

    ROLE-ROLE of relationships across the entire database:

    WITH t AS)

    SELECT null stock,

    role granted_role

    FROM dba_roles

    UNION ALL

    SOME recipients,

    granted_role

    OF dba_role_privs

    )

    SELECT Lpad (' ',(level-1) * 2) | role of granted_role

    T

    START WITH the dealer IS NULL

    CONNECTION BY beneficiary = granted_role PRIOR

    /

    SY.

  • Foreign key validation while creating a table entity object

    Dear all

    I'm new to the java world with oracle forms experience. I want to create a "employeeEO" that have a "deptId" attribute." It refers dept_id "in the departments table data. Now I want to make sure that the user cannot do no matter what dept_id which may not exist in the table departments. How can I apply the logic against this reqquirement. I don't want to post at the user interface level, but at the level of business logic.


    Thank you

    Yes, you will get an error.

    Try it, it takes about 5 minutes to set up a test case.

  • Convert strings in table (Composite Type)

    I am creating an array of Type Composite in a vCO for the purpose of data transmission via the package manager of Script comments.  I use the comments Script Manager to run a PowerShell script that will deploy the 1 domain controller in a new forest.  Right now I have only 2 variables customized in the script; '$aminPassword' & '$domainName '. If I was running directly from vCO, that I would have no problem because I could manually select the variables to replace during execution of the workflow "Execute Script in guest VM.  Given that the process will be initiated to vRA, I have to go through the laborious process of creating a wrapper.

    The workflow in the package manager of Script comments where this logic is called "Run Script in guest VM.  In this workflow, there is a script called 'Update Script' task object has 2 inputs: vcoPath (type: String, attribute) value is the path where the script is stored on the server of vCO and scriptVariables (type: Type(StringtoReplace:string,ReplacingString;string):scriptVariables) Composite.  The last variable would be normally filled during the manual invocation of the workflow when the applicant chooses the script as they ran.  Since I'm on vRA for presentation, I have to the people of the variable based on script string entries.

    The code for the scriptable task update Script is:

    var ScriptFile = new FileReader (vcoPath);

    scriptFile.open ();

    script var = scriptFile.readAll ();

    for each {(var scriptVariable in scriptVariables)

    System.log ("Proxy" + scriptVariable.get ("stringToReplace") + "with value" + scriptVariable.get ("replacingString"));

    var search = escapeRegExp (scriptVariable.get ("stringToReplace"));

    script = script.replace (new RegExp (research, "g"), scriptVariable.get("replacingString"));

    }

    Recording of the single file

    System.log ("save the script" + vcoPath + "with content: \n" + script);

    var fileWriter = new FileWriter (vcoPath);

    fileWriter.open ();

    fileWriter.clean ();

    fileWriter.write (script);

    fileWriter.close ();

    function escapeRegExp (str) {}

    return str.replace (/ [-------------[\]------/------{\}------(\)------*--------+------?------.------^------$------|] / g, "------$& ');

    }

    I found the following script online to build the array of Type Composite, but it doesn't seem to work:

    scriptVariables = new Array();

    var jsObj = {name: '$domainName', value: DomainName};

    scriptVariables.push (jsObj);

    var jsObj1 = {name: "$securePassword", of the value: somepassword};

    scriptVariables.push (jsObj1);

    In my solution, $domainName and $securePassword are the variables that are replaced with the values of the variable WF domainName and somePassword vCO.

    The error on the task scriptable, declaring "Update Script" I get:

    [03:31:16.420 2015-01-01] [I] replace null with the null variable

    [03:31:16.420 2015-01-01] [I] TypeError: can't call method "replace" NULL (Workflow: Wrapper to run the script in guest VM / update script (item29) #13)

    I put a breakpoint on the script task that contains the code to create the table of Type Composite and saw he was actually creating a table with 2 columns and 2 rows, but it was empty.

    I've been trying my brain on this one for a while now and have found only a few messages on the web that have been useful only to distance this finally brings me to my question: does anyone know how to fix this?

    v/r

    Jeremy

    If the section "create a workflow dedicated to run the script" of the tutorial in relying on the comments Script Manager package does not work, I'll make sure to try your suggestions and comments. If the tutorial works, I will also provide feedback and let everyone know the solution.

    Thank you

    Jeremy

  • ORA-02327: cannot create indexes on the LOB data type expression

    DB 10.2.0.4
    DB 5.2

    I am not able to move lobindex and lobsegment. While try occurs below error

    SQL > ALTER INDEX dev. "" SYS_IL0000718396C00002$ $"REBUILD THE TABLESPACE DATA_TEMP;
    ALTER INDEX dev. "" SYS_IL0000718396C00002$ $"REBUILD TABLESPACE DATA_TEMP
    *
    ERROR on line 1:
    ORA-02327: cannot create indexes on the LOB data type expression

    Thank you

    Published by: user13382934 on October 16, 2012 14:05

    correct syntax is
    ALTER TABLE.

    MOVE the LOB ()
    STORE AS (tablespace );

    Where is a name of the / columns LOB, not the name of the segment. Moving type LOB data will move its indexes as well.

  • Creating a table with a while loop

    I want to create a table using a while loop but I don't know how to do it.  Basically, I want to do the same thing as in the image of the example VI in LabVIEW VIs, called 'Graph XY Data Types.vi' example, but with a while loop instead of a for loop.  The reason why I want to do with a while loop is because LabVIEW will not faint error or VISA data thanks to a for loop.

    LabVIEW certainly enable you to pass out a mistake or VISA through a loop for. The default value is autoindex output and thus creating a table but is a simple right-click on the tunnel exit to change that. For recent versions, it changes the Tunnel mode to "last value". You can also use a shift register.

  • Syntex to create the table with the long data type

    I'm looking to create a table based on another table that having the column long data type. Throw the error ORA-00997: illegal use of the LONG data type


    I tired it

    create table abc_long (ag bgd long number);

    create table abc_long_dummy as ( ) Select *of abc_long); - ORA-00997 error: illegal use of the LONG data type

    How to get there?

    I'm looking to create a table based on another table that having the column long data type.

    You really don't want to do that.

    LONG data type has been deprecated for some time now, use CLOB.

    The TO_LOB() function will do the conversion on the fly:

    create table abc_long_dummy
    as
    select ag
         , to_lob(bgd) as bgd
    from abc_long ;
    
  • I got a prob while creating a link/link between two tables in a jdeveloper11g

    Hi guys...

    I got a prob while creating a link/link between two tables in a jdeveloper11g, help me.

    I use two table employee, Department.

    Unfortunately there is no primary key and foreign key in these tables.now i updated on those of table structure.

    I want to create a form like it should be a link between the Department data, i.e. data and employee while the Department is changed then only present corresponding employees in this block...

    Table structure as follows

    Employee:

    -------------------

    employe_id,

    name,

    Department,

    GR,

    Date of birth

    Department of justice

    Department:

    --------------------

    department_id,

    department_name;

    Note: in the employee department table is the same as in the department table department_id...

    So, you want to build master / detail between Department & sub_departments?

    In the same way, create a new, yet another link between departments & sub_departments, so that the connection is:

    Department.Department_Id = sub_departments.department_id

  • Could not commit: ORA-00928: lack of creating the table SELECT keyword

    Hello guys.
    I tried to create the table with web interface on oracle 11g.

    I just follow this path on interface: schema-> table-> create-> standard (lot organized)-> SQl select on (set using the)->
    and I just use these scripts to create the table:

    CREATE TABLE suppliers
    (the number (10) of supplier_id not null,)
    supplier_name varchar2 (50) not null,
    Contact_Name varchar2 (50)
    );

    but this error occurred: failed to commit: ORA-00928: lack of SELECT key word!
    Please lock on this picture for more information: http://s17.postimg.org/kgoumzmvz/attachment.jpg

    could you help me please?
    and I could not find any manual for working with the web interface in oracle 11g.
    Please give me somesources to start.
    Thank you.

    1003778 wrote:
    Thank you sybrand_b
    but I already read this document.
    Unfortunately, there is nothing on the creation of table with sql scripts in this document!

    and I really don't understand how to create table with SQL commands! My question has not yet been answered.
    you please give me little details about it?
    for example, how can create table using this sql command:

    CREATE TABLE suppliers
    (the number (10) of supplier_id not null,)
    supplier_name varchar2 (50) not null,
    Contact_Name varchar2 (50)
    );

    Thank you.

    Edited by: 1003778 may 3, 2013 11:43

    When you got to the CREATE TABLE screen, you have selected "set using the--> SQL.
    Did you notice in the window that appears, just above this entry field is this text: "enter a SQL * select * statement below.» ' + This query results will be used to fill the table with Canada.* + "(underlining)
    And hip, just to the left of this field is this text: «CREATE TABLE AS»

    He tries to build a ' CREATE TABLE AS SELECT... ». Creates a table with the same structure as the table in which you SELECT and fills with the results of this SELECT '. With your entry, you create a CREATE TABLE AS CREATE TABLE to read statement...

    If you want to create your tables with a simple CREATE TABLE command, go to sqlplus and do it. You want to have a graphical interface to help build a simple CREATE table, when you get to the CREATE TABLE page, just to stay there with the default "use Define-> column specification." If you want, after completing "build" your table specification here, you will have a "Show sql" option to show you the actual sql statement that will be executed to create your table.

  • ORA-01031 error creating table

    I use DB 11g on Wn 2008 Server 64 bit. I run the following creation script:

    CREATE THE TABLE SUPPCHAIN. COUNTRIES (COUNTRY_ID, REGION_ID NUMBER NOT NULL, C
    COUNTRY VARCHAR2 (32) NOT NULL, CODE CHAR (2) NOT NULL, NUMBER OF THE POPULATION, THE AREA N
    UMBER, FXCODE CHAR (3), VARCHAR2 (32) OF CURRENCY, RATES FLOAT (126), PRIMARY KEY (COUN
    TRY_ID) VALIDATE, VALIDATE UNIQUE (COUNTRY), INVALID (CODE) UNIQUE, FOREIGN
    KEY (REGION_ID) REFERS TO SUPERAD. REGION (REGION_ID) VALIDATE)

    Get the following error

    ERROR on line 1:
    ORA-01031: insufficient privileges

    I know it has to do with foreign key references, but I do not know what privileges to set to allow the above run correctly.

    I put CREATE TABLE privileges for user SUPPCHAIN. User SUPERAD also has these privileges and the SYSDBA. So what other privileges should I create?


    Thanks, J

    Jay wrote:
    I use DB 11g on Wn 2008 Server 64 bit. I run the following creation script:

    CREATE THE TABLE SUPPCHAIN. COUNTRIES (COUNTRY_ID, REGION_ID NUMBER NOT NULL, C
    COUNTRY VARCHAR2 (32) NOT NULL, CODE CHAR (2) NOT NULL, NUMBER OF THE POPULATION, THE AREA N
    UMBER, FXCODE CHAR (3), VARCHAR2 (32) OF CURRENCY, RATES FLOAT (126), PRIMARY KEY (COUN
    TRY_ID) VALIDATE, VALIDATE UNIQUE (COUNTRY), INVALID (CODE) UNIQUE, FOREIGN
    KEY (REGION_ID) REFERS TO SUPERAD. REGION (REGION_ID) VALIDATE)

    Get the following error

    ERROR on line 1:
    ORA-01031: insufficient privileges

    I know it has to do with foreign key references, but I do not know what privileges to set to allow the above run correctly.

    I put CREATE TABLE privileges for user SUPPCHAIN. User SUPERAD also has these privileges and the SYSDBA. So what other privileges should I create?

    Thanks, J

    GRANT REFERENCES ON SUPERAD. SUPPCHAIN REGION;

  • ORA-39080: cannot create queues during the backup from the rman catalog

    Hello
    I am trying to upgrade my database 10 g and 11 g and I'm trying to back up my rman catalog. However, I get an error. Can someone help me please-

    That's what I give-
    nohup expdp DIRECTORY = EXPORT_DIR userid=rman/adc1243@rmandb full = y job_name = full_rmandb_upg_exp DUMPFILE=EXPORT_DIR:rmandb_upg_exp%U_20100618.dmp LOGFILE = PARALLEL EXPORT_DIR:rmandb_upg_exp_20100618 = 3 &

    and I get this-

    Oracle @ < progd1 >: / home/oracle $tail f nohup.out
    ORA-31626: there is no job
    ORA-31637: could not create user RMAN FULL_RMANDB_UPG_EXP work
    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95
    ORA-06512: at "SYS." "KUPV$ FT_INT", line 600
    ORA-39080: cannot create queues ' KUPC$ C_1_20100618202950 ' and ' KUPC$ S_1_20100618202950 ' to Data Pump task
    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95
    ORA-06512: at "SYS." ' KUPC$ QUE_INT ', line 1606
    ORA-04031: unable to allocate 56 bytes of shared memory ('pool feed', 'unknown object', 'pool feed', 'set the allocation callback')

    ORA-04031: unable to allocate 56 bytes of shared memory ('pool feed', 'unknown object', 'pool feed', 'set the allocation callback')

    04031, 00000, "unable to allocate %s bytes of shared memory (\"%s\",\"%s\",\"%s\",\"%s\")"
    // *Cause:  More shared memory is needed than was allocated in the shared
    //          pool.
    // *Action: If the shared pool is out of memory, either use the
    //          DBMS_SHARED_POOL package to pin large packages,
    //          reduce your use of shared memory, or increase the amount of
    //          available shared memory by increasing the value of the
    //          initialization parameters SHARED_POOL_RESERVED_SIZE and
    //          SHARED_POOL_SIZE.
    //          If the large pool is out of memory, increase the initialization
    //          parameter LARGE_POOL_SIZE.  
    

    Stream uses system global area (SGA) memory to store the information required to capture and apply. To allocate memory from the SGA for use by water courses, establish a flow pool in the SGA by specifying the STREAMS_POOL_SIZE parameter. The default value for this setting is 0, which means that the stream instead uses the shared pool memory. If you leave the STREAMS_POOL_SIZE to its default value (0), water courses will be considering using up to 10 percent of the SHARED_POOL_SIZE, then Oracle recommends at least 200 MB for the STREAMS_POOL_SIZE parameter. The source and destination databases must take account of this memory in the SGA.

    Published by: sb92075 on June 18, 2010 19:17

  • Create a table with all kinds of oracle data types?

    Hello
    who can give me a small example to create a table with all kinds of oracle data types? and the example to insert it?

    Thank you
    Roy

    Hello

    Read the fine manual. It contains examples at the end of the chapter.

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/statements_7002.htm

    I don't know if you know that you can also create your own data types using 'create a type '. So look for examples that are of your interest and not for all types of data.

    Concerning

    Published by: skvaish1 on February 16, 2010 15:33

Maybe you are looking for

  • Satellite M35-S456: Impossible to reinstall WINDOWS!

    Laptop crashed and I am forced to reinstall windows using the recovery CD. When I put it in the drive and start the computer, it says that this will delete all your files F1 to continue or F2 to cancel. I press F1, then he said: press C to continue o

  • Photon: 4 G/WiFi error after update

    He broke my phone... I can no longer turn on 4G or the wireless. I found this 5-minute installation of the update. I haven't played with the phone just to see if he is fell in what anyone else. I press the buttons, or icons on the screen to activate

  • from compilation

    When compiling my FPGA PCI 7811 card, I was stagnated status: start the compilation. I waited for an hour, but it do not move to the next step. I use fpga card first. Please suggest where I am doing wrong. How long it takes to compile a siple program

  • What to do when system is (sometimes) low virtual memory?

    Hello;   ( 1) this laptop is quite obsolete by standard today, but there still some life in it! ... Compaq: Win XP Prof SP3 .... 847 MHz, 128 MB RAM .... Processor AMD Athlon x 86 .... Total physical memory 128 MB .... Total virtual memory 2.00 GB ..

  • Print email on photosmart 3310 problem

    I can't copy an email on my photosmart 3310 all in one. When I select print preview mode, the print preview page is empty. When I try to copy the email into a wordpad document, nothing copies the wordpad document.