ORA-27211 using aws s3 for sbt

Oracle 11.2.0.2 themselves and 10.2.0.5 ee times on linux rhel 5.5

using the following documentation to configure the start-up

Try to use amazon s3 for our Oracle backups and I can make it work if I use allocate channel command in my execution block, but I can't work with the command configure channel to store the parms in the rman repo.

RMAN > show all.

using the control file of the target instead of recovery catalog database

Database with db_unique_name CAFD RMAN configuration parameters are:

CONFIGURE RETENTION POLICY TO RECOVERY OF 14 DAYS WINDOW;

CONFIGURE BACKUP OPTIMIZATION

CONFIGURE THE TYPE OF DEFAULT DEVICE TO 'SBT_TAPE ';

CONFIGURE CONTROLFILE AUTOBACKUP ON;

CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO "%F" # by default

SET UP THE DEVICE TYPE 'SBT_TAPE' PARALLELISM 1 BACKUP BACKUPSET TYPE;

CONFIGURE BACKUP COPIES OF DATA FILE FOR DEVICE TYPE SBT_TAPE TO 1; # by default

CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE SBT_TAPE TO 1; # by default

CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=/usr/local/oracle/product/11.2.0/lib/libosbws12.so ENV=(OSB_WS_PFILE=/usr/local/oracle/product/11.2.0/dbs/osbwsCAFD.ora);

CONFIGURE MAXSETSIZE TO UNLIMITED; # by default

CONFIGURE THE DATABASE ENCRYPTION

CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default

CONFIGURE COMPRESSION ALGORITHM 'BASIC' AND 'DEFAULT' LIBERATION OPTIMIZE FOR TRUE LOAD; # by default

CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default

CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / usr/local/oracle/product/11.2.0/dbs/snapcf_CAFD.f'; # by default

RMAN > run {}

2 > allocate channel dev1 type sbt;

3 > incremental backup of level 0 database item size 1 g tag = "level_0";

{4 >}

RMAN-00571: ===========================================================

RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

RMAN-00571: ===========================================================

RMAN-03009: failure to allocate channel dev1 order to 14/08/2013 10:02:02

ORA-19554: error device allocation, type of device: SBT_TAPE device name:

ORA-27211: unable to load the media management library

Additional information: 2

but the following work.

RMAN > run {}

2 > allocate channel dev1 type sbt parms='SBT_LIBRARY=/usr/local/oracle/product/11.2.0/lib/libosbws12.so, SBT_PARMS=(OSB_WS_PFILE=/usr/local/oracle/product/11.2.0/dbs/osbwsCAFD.ora)';

3 > incremental backup of level 0 database item size 1 g tag = "level_0";

{4 >}

Hello

Seems that you have configured all things, so you may have to use

Run {}

incremental backup of level 0 database item size 1 g tag = "level_0";

}

How ever, if you want the parallelism, you can configure as

SET UP THE DEVICE TYPE 'SBT_TAPE' PARALLELISM 4;

HTH

Tags: Database

Similar Questions

  • How to fix error ORA-02289 using msync.exe for WIN32

    Hi all

    I'm testing OLITE 10.3.0.1.0 and I got the error Ora-02289 when I sync

    any idea to fix it?

    Kind regards.
    Charly

    Hello

    The Mobile Manager not correctly delete/create mobile user.

    Mobile Manager is a J2EE Application that connects to the Mobile using the Oracle JDBC Thin Driver repository, it is possible that when some users have been deleted or created, the http connection or JDBC connections has been cut.

    Can you try to reset the metadata cache, delete the mobile user, create and configure this mobile user and then synchronize.

    It will do a full refresh, but it must synchronize the fine after.

    Kind regards.
    Marc

  • (ORA-00955) conflict of naming for index and constraint when you use a unique index (.. desc,.. CSA)

    Hello

    indexes and constraints are in different namespaces, so it should be possible to give them the same name.

    In the following case that apparently does not work:

    create unique index orders_year_show_uq
      on orders (year desc, show_orders asc);
     
     alter table orders
      add constraint orders_year_show_uq unique (year, show_order);
    

    When I run these statement, I get a "SQL Error: ORA-00955: name is already used by an existing object". ""

    If I clean and I execute the same instructions as above with the only difference on the 2 line, using "asc year" instead of "year desc":

    
      on orders (year asc, show_orders asc);
    

    then it success.

    I can't explain it, you have an idea?

    Thanks in advance.

    Kind regards

    Giovanni

    First of all, you have show_orders in index and show_order in the constraint. I'll assume that it's a typo. Second, when you create constraint without index enhance the specification Oracle seeks indexes existing on the same set of columns in ascending order. If this index does not exist (and it's your case, since one of your columns to index is in descending order), Oracle tries to create one with the same name as the constraint. That's why you get ORA-00955: name is already used by an existing object. In general, you can specify explicitly the index name to force the Oracle by using the existing index. But it will not help you. If you issue

    ALTER table orders add unique constraint (year, show_orders) orders_year_show_uq using index orders_year_show_uq;

    You will get the ORA-14196: specified index cannot be used to apply the constraint.

    In any case, Oracle does not support using index DESC for PK/UK.

    SY.

  • ORA-00939: too many arguments for works by using zones in xquery

    Running on the Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production database

    CREATE TABLE "ORT"."SAMPLE"
       ( "THEDATE" DATE,
    "THETIMESTAMP" TIMESTAMP (6),
    "STARTTIMESTAMP" TIMESTAMP (6) WITH LOCAL TIME ZONE,
    "ENDTIMESTAMP" TIMESTAMP (6) WITH LOCAL TIME ZONE
       );
    
    
    
    

    REM INSERTING into SAMPLE
    SET DEFINE OFF;
    Insert into SAMPLE (THEDATE,THETIMESTAMP,STARTTIMESTAMP,ENDTIMESTAMP) values (to_date('13-06-10 14:07:52','RR-MM-DD HH24:MI:SS'),to_timestamp('13-06-19 14:27:52.000000000','RR-MM-DD HH24:MI:SS.FF'),to_timestamp('13-06-19 10:34:04.586000000','RR-MM-DD HH24:MI:SS.FF'),to_timestamp('13-06-19 15:05:38.805000000','RR-MM-DD HH24:MI:SS.FF'));
    
    
    
    

    the following query triggers ora-00939

    SELECT XMLQUERY('for $v in fn:collection("oradb:/ORT/SAMPLE")
    let $date1 := $v/ROW/STARTTIMESTAMP/text()
    let $date2 := $v/ROW/ENDTIMESTAMP/text()
    return if ($date1 < $date2) then (concat($date1," date is less than ", $date2)) else (concat($date1," date is greater than ", $date2)) ' returning content) from dual;
    
    

    ORA-00939: too many arguments to function

    00939 00000 - "too many arguments for the function.

    * Cause:

    * Action:

    any ideas?

    This is a bug related to the rewriting of XQuery.

    It works with the NO_XML_QUERY_REWRITE indicator:

    SELECT / * + no_xml_query_rewrite * /.

    XMLQUERY)

    but you should probably open a SR for this.

  • Getting ORA-22835: buffer too small for to CHAR CLOB or BLOB to RAW conversion in my ODI interface

    Hi all

    I am creating an interface ODI as explained below,

    I table A column 'Comments' and one other table with column B "No Comment." I create a view as shown below and use it as a source for my interface.

    SELECT * FROM WC_EQM_CSAP_FS_TMP WHERE to_char (QUESTION_COMMENT) IN (SELECT NO_COMMENTS FROM WC_EQM_NO_COMMENTS_LIST).

    But my interface fails with the error below

    ORA-22835: buffer too small for to CHAR CLOB or BLOB to RAW conversion (real: 4108, maximum: 4000)

    22835 00000 - "too small buffer tank CLOB or BLOB to RAW conversion (actual: %s, maximum: %s)) '

    * Cause: an attempt was made to convert CLOB to CHAR or BLOB to RAW, where

    LOB size was larger than the buffer for CHAR and RAW limit types.

    Note that the widths are reported in characters if characters length isadds are in effect for the column, other widths are

    in bytes.

    Here QUESTION_COMMENT is of type CLOB data. NO_COMMENTS is also CLOB data type. The maximum length of the data of QUESTION_COMMENT is also 11710

    Please tell us how to solve.

    Thank you

    Dany

    IMHO, it is not good to compare CLOB, can be that it is possible to use the primary key for the comments

    Is it QUESTION_COMMENT and NO_COMMENTS a PRIMARY INDEX,

    may be is the best solution to create vacabulary with comments (if it does not exist) and then compare it by id;

    You can simply use the left join and check for null in a CASE statement

    Try this, but I don't know... as I said before I have no Oracle DB

    SELECT INTEGRATION_ID, DATASOURCE_NUM_ID, QUESTIONNAIRE_ID, QUESTION_ID,

    CLIENT_ID, SITE_ID, CLIENT_REP, COMMITMENT, ENGAGEMENT_TYPE, TOP_CLIENT_FLG,

    INITIAL_PLANNED_DT, REVISED_PLANNED_DT, INTERVIEW_DT, RECEIVED_DT, QUESTION_SCORE,

    (

    CASE WHEN EXISTS (SOME T2.NO_COMMENTS OF WC_EQM_NO_COMMENTS_LIST T2 WHERE DBMS_LOB.COMPARE (TMP.) (QUESTION_COMMENT, T2.NO_COMMENTS) = 0)

    THEN NULL

    OF OTHER QUESTION_COMMENT

    END QUESTION_COMMENT),

    (CASE WHEN QUESTION_SCORE<=5 then="" 1="" else="" 0="" end)="">

    0 AS QWOCOMMENTS,

    CREATED_ON_DT, CHANGED_ON_DT OF WC_EQM_CSAP_FS_TMP as TMP

    P.S. does not use TO_CHAR (LOB) there are possible error

  • ORA-12899: value too large for column (size: 30, maximum: 25)

    I try to insert values from one table to another using substr (column_x, 1, 25) (field target is of type varchar (25)) and I get an error: ORA-12899: value too large for column (size: 30, maximum: 25) how is this possible?

    SUBSTRB uses the same syntax:

    http://docs.Oracle.com/CD/E11882_01/server.112/e41084/functions181.htm#i87066

    If chopping byte characters does not mean that you could end up with a partial character at the end for example if each character 2 bytes, then the last character would not that it is the first byte, so wouldn't an entire character.

    Depends on what you actually try to reach by taking the partial strings.

    Keep in mind, with the UTF8, you could have up to 4 bytes of length characters each.

  • Error during the DB Resoring 19554 ORA ORA 27211

    Hi all

    I am in the process of RMAN backup consistency check. (On a different server in the other location)

    That's what I've done so now

    1: backup copied from Source to the target

    2: restore the control file on the location target (restoration of 'location/file name' control file)

    3: changed paths of Redo log (alter database rename file 'redo_file_loc_first_node\redoN.log' to "redo_file_loc_second_node\redoN.log" ;)

    4: set new name for the data file (set newname for datafile 1 to "location/dfilename").

    Now, while restoring the database (with the command restore database), I am getting error, following

    ORA-19554: error device allocation, type of device: SBT_TAPE device name:

    ORA-27211: unable to load the media management library

    Although I have not configured all bands, the backup is located on the local drive.

    Kind regards

    Manish

    928666 wrote:

    Hi all

    I am in the process of RMAN backup consistency check. (On a different server in the other location)

    That's what I've done so now

    1: backup copied from Source to the target

    2: restore the control file on the location target (restoration of 'location/file name' control file)

    3: changed paths of Redo log (alter database rename file 'redo_file_loc_first_node\redoN.log' to "redo_file_loc_second_node\redoN.log" ;)

    4: set new name for the data file (set newname for datafile 1 to "location/dfilename").

    Now, while restoring the database (with the command restore database), I am getting error, following

    ORA-19554: error device allocation, type of device: SBT_TAPE device name:

    ORA-27211: unable to load the media management library

    Although I have not configured all bands, the backup is located on the local drive.

    Kind regards

    Manish

    Please try following steps:

    1 restore the control file / mounting

    2 clear SBT_TAPE configurations

    3. backup of overlap

    4. remove the expired backups

    5 catalogue start with

    6. restoring the database

    Concerning

    Mr. Mahir Quluzade

  • ORA-06525: incompatibility of length for CHAR or given GROSS

    ORA-06525: incompatibility of length for CHAR or given GROSS

    ORA-06512: at "SYS." UTL_FILE", line 127

    ORA-06512: at "SYS." UTL_FILE", line 1204

    ORA-06512: at line 14

    Note to moderators:

    956056 please don't report abuse on the positions that are not abusive.

    Just because you don't like an answer does not abuse.  People just make a point that you did not provide sufficient information so that they are able to help you.

    You have been informed to read the FAQ forum: Re: 2. How can I ask a question on the forums?

    Yet, you have not yet filed your code.  (and just the display of variable declarations is not code that does not).

    Remember, this is an evil abuse use the 'Report abuse' as long it to moderators.

  • ORA-01536: space quota exceeded for tablespace "USERS01".

    Dear all,

    I am facing error of subject of ORACLE 10 g 2 64 bit on AIX 5.3 64-bit OS. When any user or proflle password changing.

    I try to the quota increased users but even gives error.

    It is usually best to answer the questions that are asked.

    You must show the command.  Line 2 could give a clue.  Copy and paste what you do, anyone can give any command, we must see and my crystal balls are broken.

    Maybe someone tried to put some kind of trigger of logging in to see what stupid things people are trying to do and uses all the space.  Are you still using sqlplus?

    That's what I found by Google your 3 errors: OraFAQ Forum: Server Administration ORA-01536: space quota exceeded for tablespace 'TOOLS'

  • Addition of virtual column: ORA-12899: value too large for column

    I am using Oracle 11g, OS Win7, SQL Developer

    I'm trying to add the virtual column to my test table, but get ORA-12899: value too large for column error. Here are the details.
    Can someone help me in this?
    CREATE TABLE test_reg_exp
    (col1 VARCHAR2(100));
    
    INSERT INTO test_reg_exp (col1) VALUES ('ABCD_EFGH');
    INSERT INTO test_reg_exp (col1) VALUES ('ABCDE_ABC');
    INSERT INTO test_reg_exp (col1) VALUES ('WXYZ_ABCD');
    INSERT INTO test_reg_exp (col1) VALUES ('ABCDE_PQRS');
    INSERT INTO test_reg_exp (col1) VALUES ('ABCD_WXYZ');
    ALTER TABLE test_reg_exp
    ADD (col2 VARCHAR2(100) GENERATED ALWAYS AS (REGEXP_REPLACE (col1, '^ABCD[A-Z]*_')));
    
    SQL Error: ORA-12899: value too large for column "COL2" (actual: 100, maximum: 400)
    12899. 00000 -  "value too large for column %s (actual: %s, maximum: %s)"
    *Cause:    An attempt was made to insert or update a column with a value
               which is too wide for the width of the destination column.
               The name of the column is given, along with the actual width
               of the value, and the maximum allowed width of the column.
               Note that widths are reported in characters if character length
               semantics are in effect for the column, otherwise widths are
               reported in bytes.
    *Action:   Examine the SQL statement for correctness.  Check source
               and destination column data types.
               Either make the destination column wider, or use a subset
               of the source column (i.e. use substring).
    When I try to, I get the correct results:
    SELECT col1, (REGEXP_REPLACE (col1, '^ABCD[A-Z]*_'))
    FROM test_reg_exp;
    Thank you.

    Yes, RP, it works if you give col2 size > = 400.

    @Northwest - could you please test the same w/o having a clause of regex in col2?
    I have a doubt about using a REGULAR expression in this case Dynamics col.

    Refer to this (might help) - http://www.oracle-base.com/articles/11g/virtual-columns-11gr1.php
    Below excerpt from above link... see if that helps...
    >
    Notes and restrictions on the virtual columns include:

    The indexes defined on the virtual columns are equivalent to a function-based index.
    Virtual columns can be referenced in the updates and deletions WHERE clause, but they cannot be manipulated by DML.
    The tables containing virtual columns may still be eligible for result caching.
    Functions in expressions must be deterministic when the table is created, but can then be recompiled and non-deterministic without for as much invalidate the virtual column. In such cases, the following steps must be taken after the function is recompiled:
    Constraint on the virtual column must be disabled and re-enabled.
    On the virtual column indexes must be rebuilt.
    Materialized views that access the virtual column must be fully refreshed.
    The result cache must be flushed if the virtual column acceded to the request (s).
    Statistical table must be regathered.
    The virtual columns are not supported for the organized and external object in index, cluster or temporary tables.
    The expression used in the virtual column definition has the following restrictions:
    It cannot refer to another virtual column by name.
    It can refer to the columns defined in the same table.
    If it refers to a deterministic user-defined function, it cannot be used as a partitioning key column.
    The result of the expression must be a scalar value. It cannot return that an Oracle supplied the data type, a type defined by the user, LOB or LONG RAW.
    >

    Published by: Vanessa B on October 16, 2012 23:48

    Published by: Vanessa B on October 16, 2012 23:54

  • ORA-12899: value too large for column

    Hi Experts,

    I get data of erp in the form of feed systems, in particular a column length in animal feed is only 3.

    In the column of the target table was also length is VARCHAR2 (3)

    but when I try to load even in db it showing errors such as:

    ORA-12899: value too large for column
    emp_name (population: 4, maximum: 3)

    I use the version of database:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production

    but it is solved when the time to increase the length of the column target for varchar2 (5) of VARCHAR2 (3)... but I checked the length of this column in the feed is only 3...


    My question is why we need to increase the length of target column?


    Thank you
    Surya

    Oracle Database 11 g Express Edition uses the UTF-8 character set.

  • ORA-20001: unauthorized access (package for the undefined security group variable).

    I'm creating an application that uses the authentication of the APEX and characteristics (work) registration and forgot password forms (does not work).

    My I forgot the password is public (requires authentication). The user provides the user name and a secret answer, which are validated and then provides the new password. I try to use htmldb_util.reset_pw to reset the password of the user, but it does not work.

    I have a process on the new password page call a PL/SQL anonymous block that looks like this (see below), where username = P16_ITEM1 and P18_ITEM1 = new password.

    BEGIN
    apex_040000.htmldb_util.reset_pw (V ('P16_ITEM1'), V ('P18_ITEM1'));
    END;

    I don't know how to send a message of success/failure of such PL/SQL block to the APEX, but that's a separate issue, I guess.

    In any case, during the trial through SQL Developer as the user with APEX_ADMINISTRATOR_ROLE, I get the following error:

    ORA-20001: unauthorized access (package for the undefined security group variable).
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 22
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 1220
    ORA-06512: at "APEX_040000.HTMLDB_UTIL", line 1253
    ORA-06512: at line 8 level

    I've searched previous discussions and tried different suggestions with no luck.

    I'm on Oracle DB 11g XE and APEX 4.x.

    Any help will be appreciated. Thank you

    Alex.

    In any case, during the trial through SQL Developer as the user with APEX_ADMINISTRATOR_ROLE, I get the following error:

    ORA-20001: unauthorized access (package for the undefined security group variable).

    When executing code outside the Apex which depends on the security defined Apex group, perform the following steps before your own code:

    wwv_flow_api.set_security_group_id(apex_util.find_security_group_id('YOUR_SCHEMA_NAME'));
    

    Google "wwv_flow_api.set_security_group_id" for more details, like this blog:

    http://www.easyapex.com/index.php?p=502

    -Morten

    http://ORA-00001.blogspot.com

  • Using the connection for easy connection descriptor

    Hello
    I'm new here. We change a MySQL to Oracle server. I need help for my NET access to Oracle application. I tried to connect to the server, but the connection failed. Here my code for MySQL (ODBC connection)

    ' Connection MYODBC 3.51 string
    Dim MyConString As String = "DRIVER = {MySQL ODBC 3.51 Driver};" & _
    "SERVER = 10.177.224.53;" & _
    "DATABASE = result;" & _
    "USER = 1234;" & _
    "PASSWORD = xxx;" & _
    "OPTION = 2;"

    Dim adapter as OdbcDataAdapter

    Try

    adapter = New OdbcDataAdapter (strSQL, MyConString)
    adapter. MissingMappingAction = MissingMappingAction.Passthrough
    adapter. MissingSchemaAction = MissingSchemaAction.AddWithKey


    This method works great. Can eveyone show me how to make an easy connection with ODP.NET using a simple connection string wiithout tnsnames.ora according to this document:
    Source = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = MyHost)(PORT=MyPort))) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = MyOracleSID))) of data; User Id = myUsername; Password = myPassword;

    ?? where is the DATA base (= 'result')

    I have the b28844.pdf document and copy the following code:

    Conn. ConnectionString = "name of user =" + userID.Text & _
    "; Password ="+ password. Text & _
    « ; Data Source ="+ dataSource.Text
    Conn. Open()

    What is the content of dataSource.Text?

    who is Ellen

    902645 wrote:
    I'm new here. We change a MySQL to Oracle server. I need help for my NET access to Oracle application. I tried to connect to the server, but the connection failed. Here my code for MySQL (ODBC connection)

    Connection failed how? What was the exact error message?

    "DATABASE = result;" & _

    Oracle database! = MySQL.

    In Oracle, you have a database and it can contain several diagrams (which are mapped 1:1 for the connection of the user). The concept of a "database" is different from the terminology of MySQL.

    The 'default' diagram depends on user name used in connection for example user = TEST involves TEST schema objects.
    If you want to access several patterns, specify an identifier pointed as in select * from schemaname.objectname. (assuming that the user has the necessary permissions).

    Can eveyone show me how to make an easy connection with ODP.NET using a simple connection string wiithout tnsnames.ora according to this document:

    Simple (Easy connect) connection string format is:

    HostName: Port / service

    data source for example = MyHost:MyPort / MyOracleService (not the SID instead since 8i Service registered listener name services - see lsnrctl stat command output side Server)

    Published by: orafad on December 19, 2011 12:32

    Published by: orafad on December 19, 2011 12:33

  • ORA-01536: space quota exceeded for tablespace "USR_D".

    Hello

    I am a developer, recently, the system function for a few months get an error ORA-01536: space quota exceeded for tablespace "USR_D", and I asked the ADMINISTRATOR to check if the tablespace in 'USR_D' is full. But when it is checked, the tablespace named "USR_D" was used only 19%, still have a lot of free space.

    My system table all in the 'AVS' schema, and that schema have a user named "AVS" as well, this particular user of "AVS" have the privilege of insert/delete/update / create / edit / drop /... of the largest part of the privilege. So, what should I do?

    I will review the [http://www.dbasupport.com/forums/showthread.php?t=47410], but I still don't understand what I have to do. Forgive me, I'm not sure how the tablespace.

    PLS, help.

    Thank you.

    ~ Vincent.
    ORA-01536: space quota exceeded for tablespace 'string'
    Cause:      The space quota for the segment owner in the tablespace has been exhausted and the operation attempted the creation of a new segment extent in the tablespace.
    Action: Either drop unnecessary objects in the tablespace to reclaim space or have a privileged user increase the quota on this tablespace for the segment owner.
    

    A simple solution to allow schema AVS to use all the available space in the tablespace USR_D (running this statement requires default DBA privileges):

     alter user AVS quota unlimited on USR_D;
    
  • ORA-12899: value too large for column 'FLOWS_FILES '. ' WWV_FLOW_FILE_OBJECTS$

    Try to download a .docx, get the following:

    ORA-12899: value too large for column 'FLOWS_FILES '. «WWV_FLOW_FILE_OBJECTS$ '.» "" Mime_type "(real: 71, maximum: 48)

    Course description WWV_FLOW_FILE_OBJECTS$, MIME_TYPE is declared as varchar2 (48).

    The problem is that the Content-Type for a .docx file is "application/vnd.openxmlformats-officedocument.wordprocessingml.document.

    What is the best way to solve this problem?

    Easy solution?

    Change the Table of $ WWV_FLOW_FILE_OBJECT and widen the column.

    Or change your dads.conf file (if you are using mod_plsql) and specify a different table to PlsqlDocumentTablename.

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at
    Training: http://www.click-click.at/apex-4-0-workshops

Maybe you are looking for

  • Firefox sometimes I cannot make a purchase online.

    I thought it was a problem of Web site, but now wonder if she can relate to Firefox or my Add-ons. I was able to select items and change my "shopping cart" on walmart.com, but when I clicked on "Buy it now" has re-cycled back to the order page. I con

  • Satellite L300 - cannot upgrade the graphics drivers

    Hello worldI have some difficulties to run the game SuperMeatBoy so I decided to check my Satellite L300 drivers.With the help of Toshiba Tempro: nothing new, "your computer is up-to-date.But when I check the Intel website for a new firmware for 'Mob

  • Help with missing driver AZ-621 - what is it, where to find?

    I have an Acer AZ-621 all in one and I'm trying to get the drivers list filled in computer management. I don't know what the driver is below, or where to look for this, any help appreciated. Controller PCI encryption/Decyption- the PCI driver is list

  • Acer Aspire on reformatting receives an error "not customize Windows re to recovery utility.

    I tried to reformat my Acer Aspire 5560. It goes through the system, the 1, 2, 3 and 4 recovery disk disk, then click Disk language toward the end, he receives a 'Fail to Customize Windows re for error recovery utility". I've seen this error when peo

  • "Unable to select"Sent items"on the IMAP server.

    I am trying to set up Windows Live Mail, but when I send a message, I get the error message "Cannot send or receive messages on behalf of Aol."  Header for the "sent items" download did not complete.  Cannot select "Sent items" on the IMAP server.  T