Oracle LOB Documentation

The following is not a question and I am not requesting a response but rather posting this for informational purposes as was requested by the docs team.
A few weeks back as the result of a thread I can not currently locate, questions were raised with respect to Oracle's documentation about LOBs and I stated that I would pursue it getting the docs fixed.
I now have the response and, with names removed, am posting the thread for anyone interested in the topic.
From: Janis [email protected] <[email protected]>
Date: Tue, Jan 24, 2012 at 12:40 PM
Subject: Re: Oracle Docs Issue *** ADLOB forum issue: tablespace separate from table containing LOB
To: damorgan11g @ gmail.com
Cc: Eric ... <[email protected]>
Dan,
You have two somewhat related issues here and I have divided them up.
See inline notes
Best,
Janis
On 11/27/2011 10:54 PM, Daniel Morgan wrote:
Thanks Eric ... Hi Janis
Thank you for taking a look at this. The way modern SANs are configured, and so many of us using ASM it is my expectation that those "different" tablespaces
could be on the same disk whereas the two segments in the same tablespace might be miles of stripe away from each other. In short I can not conceive of
how it could matter.
I look forward to learning what you find out during your investigations.
Also, as you are rewriting the book, it would be great if you could bring together, in one place, the regular functions that now support LOBS
(for example LENGTH), the DBMS_LOB functionality, and far clearer explanations of CHUNK and NOCACHE and other bits of related functionality.
We don't so much need definitions as we need clarity as to when and how to use them.
Here's one example:
http://docs.oracle.com/cd/E11882_01/appdev.112/e10777/ch_dba.htm#IMURG11685
what, one might wonder, is the default if CHUNK is not specified?
Thank you.
Daniel A. Morgan
Oracle ACE Director
The Multimedia book will add a note to see the Packages guide, chapter on DBMS_LOB for specifics of various methods  etc.
http://st-doc.us.oracle.com/11/112/appdev.112/e25788/d_lob.htm#autoId0
As far as CHUNK goes, it is a basic parameter defined (with default) in the SQL Reference Guide  (SQLRF). In the context of the discussion,
it relates to create table.
The definition is  found here:
http://st-doc.us.oracle.com/11/112/server.112/e26088/statements_7002.htm?term=Chunk#SQLRF54527
CHUNK integer  Specify the number of bytes to be allocated for LOB manipulation. If integer is not a multiple of the database block size, then the
database rounds up in bytes to the next multiple. For example, if the database block size is 2048 and integer is 2050, then the database allocates
4096 bytes (2 blocks). The maximum value is 32768 (32K), which is the largest Oracle Database block size allowed. The default CHUNK size is one
Oracle Database block. The value of CHUNK must be less than or equal to the value of NEXT, either the default value or that specified in the
storage_clause. If CHUNK exceeds the value of NEXT, then the database returns an error. You cannot change the value of CHUNK once it is set.
As far as your suggestion for consolidation, yes, in some areas of the ADLOB book, this is true and I am working on it.
Continue below
On Sun, Nov 27, 2011 at 9:39 PM, Eric ... <[email protected]> wrote:
Hi Daniel,
Thanks for the detailed feedback. 
Your timing is perfect.  I've just assigned the LOBs book to Janis. 
Janis: Can you please investigate and respond when you've got it sorted out.
Thanks,
-Eric
On 11/27/2011 8:34 PM, Daniel Morgan wrote:
The links in question are:
http://docs.oracle.com/cd/B28359_01/appdev.111/b28393/adlob_tables.htm
http://docs.oracle.com/cd/B19306_01/appdev.102/b14249/adlob_tables.htm#i1006434
What is of specific concern is this statement on both pages.
Best performance for LOBs can be achieved by specifying storage for LOBs in a tablespace different from the one used for the table that contains the LOB.
I personally don't believe it and my limited testing over the weekend seems to confirm my suspicion. The comment has the distinct feeling of having been
written by the same misguided sole that thought best performance could be had by putting tables and indexes into separate tablespaces. Today we all
know that was pure mythology but for a decade everyone quoted the Oracle 7.x docs as supporting the idea.
In a world of virtualized storage, striping, and multi-user systems the statement does not ring true. Please have the author either remove it or justify it then
post a clarification to this thread.Re: Separate LOB tablespace
Daniel, I have the following response from the development team, please convey this to the forum for us:
Choice of tablespaces for different objects is a complex issue that is not amenable to summarization.  Every rule/statement on the topic (including the one
in the docs) has scenarios where it is justified, and scenarios
where it is not.
If the concern is about the seeming categorical nature of the current statement, just remove it [removed: doc team].  There is no way to make that
statement less categorical and simultaneously useful and actionable.
Per the developer's request, I am removing the paragraph from the SecureFiles and Large Objects Guide.
Best,
Janis

I am not kidding. I posted the link but I did not check if it were the same source. Really I do not have time to realize it.
I think you can get a fast answer in SQL & PL/SQL forum.
Good Luck!
Joel Pérez

Similar Messages

  • Where is SQL*Loader error message in oracle 8i documentation?

    I have error message which is SQL*Loader-522: lfiopn failed for
    file (D:\xiaw\Badfiles\faculty_info.BAD). I can't find the
    solution from oracle 8i documentation. Can someboday help me?
    Thanks
    wei

    Wei:
    They're in Chapter 24 of the Error Messages manual:
    SQL*Loader-00522 lfiopn failed for file (string)
    Cause: LFI failed to open the file.
    Action: Check for any possible operating system errors and/or
    potential memory problems.
    Hope this helps.
    Peter

  • Wanted Oracle AIM documentation templates

    Hi There,
    I would appreciate if someone could be so kind and share/send/upload to me the good old Oracle AIM documentation templates.
    I don't need all only couple of them, for example:
    MD070, RD070, MD120, etc ...
    Thanks in advance.
    Regards,
    Viktoria

    Bruce, historically there have been only two different approaches to IT documentation.
    Approach 1 - there isn't any
    Approach 2 - the documentation is worthless
    Both approaches are in wide spread use today.
    If you plan on breaking with IT tradition then I suggest you keep it simple. Plain text or html will be readable years from now without having to have the correct version of any piece of software or someone having to reformat the documentation into a new version of some product or worse trying to migrate documentation stored in one product into a different product altogether.
    A simple directory structure fillled with application project definition documents, program descriptions, batch cycle descriptions, and glossaries on a network device that is actually backed up rather than just said to be backed up can prove very useful over time.
    HTH -- Mark D Powell --

  • Insert into oracle lob using php odbc

    is there a way to insert a string > 4000 characters into an oracle lob using php without using oci8 extension? If so can somebody post some sample code to do it?

    Perhaps you could externally invoke Oracle's SQL Loader utility.
    What are you trying to achieve?
    -- cj

  • Oracle Linux Documentation, just Linux, not Database.

    I am having trouble finding a good install guide for Oracle Linux 6 that explains all the installation options.
    Where is the best place to find such documentation? Most of the doco I've seen is for installing databases and other products once OL is already installed.
    Thanks
    AndrewM

    This looks like the answer, but every document is for RHEL .... isn't there some specific Oracle Linux documents?
    The DVD lead me to:
    https://linux.oracle.com/documentation/
    But http works fine for this requirement:
    http://linux.oracle.com/documentation/

  • OTN Oracle database documentation links seems to broken

    Whenever I try and navigate to any of the Oracle database documentation links, I receive: "Sorry. This page does not exist. The URL you requested could not be found on this server. Please check the spelling in the URL or use our search to find what your are looking for. Thank you."

    Hi Mark,
    The site may have been unavailable for a short time. The links function correctly for me at the moment. Please confirm if you are still having this issue.
    Regards,
    Les

  • Oracle 12C Documentation link

    Here is the link to the new Oracle 12C documentation.
    http://www.oracle.com/pls/db121/homepage
    The DB software for is available for download at the usual site. This initial release is just the 64 bit versions: Linux x86-64, Solaris x86-64, Solaris on Sparc 64 bit

    Hi,
    see if the following page has the info you need.
    Reference
    http://www.oracle.com/technetwork/developer-tools/forms/documentation/10g-forms-091309.html
    This one is for 6i but maybe is enough for what you are looking for.
    Reference
    http://download.oracle.com/otn_hosted_doc/forms/forms/A73074_01.pdf
    Thanks, Roberto

  • Oracle Database Documentation Library search button not working

    Dear all,
    After downloading the Oracle Database 11g Release 2 (11.2) documentation, I extracted the tar file to "D:\Documentations\Oracle Database 11g Release 2 (11.2)" directory, and under this directory, there is a file called index.htm. When I open this file in a browser, the "Oracle Database Documentation Library 11g Release 2 (11.2)" page appear. On the top left of this page, there is a search button, but it does not work. The browser will throw the following error:
    Sorry, "tahiti-stage.us.oracle.com" does not exist or could not be found
    Can anyone please advice if there a way to fix this search issue. Thank you very much in advance.
    At the moment, I'm relying on http://tahiti.oracle.com/, but at times, this site can be quite slow.

    Thank you for this alert. A fixed version of the zip has been posted. The problem has existed since last Thursday's update. (Update details are in the RSS feed: http://www.oracle.com/pls/db112/new_html ) There is no offline search capability for the Database documentation so the correct behavior -- and the behavior in the recently updated zip -- is to direct queries to Tahiti as you are already doing.

  • ORA-01801 does not exist in Oracle Errors Documentation

    Hi,
    <br>
    RMAN issed to me the following error: <br>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 06/18/2007 09:55:57
    RMAN-03999: Oracle error occurred while while converting a date: <b>ORA-01801</b>: date
    format is too long for internal buffer<br>
    Regardless of the error reason, when I looked up the ORA-01801 error in the following reference, I did not see the error number there:<br>
    Oracle Database Error Messages 10g Release 2 (10.2) A14219-01
    <br>
    <br>
    However, I saw it in Oracle 9i error documentation.
    <br>
    <br>
    Are there any obsolete errors? Why I don't see the error in 10g doc?
    Thanks in advance.

    You should report such thing into Documentation
    Nicolas.

  • Where can I find Oracle Flexcube documentation?

    I am totally new to Oracle Flexcube.We are trying to implement Oracle Flexcube Core Banking solution at the bank where I work.
    Unfortunately,I am unable to obtain any comprehensive documentation on Flexcube that deals with installing,performance monitoring,cloning plus other issues of the application.Where can I get this documentation?
    Also,I would like a list of vendors that can deploy and customize Oracle Flexcube on behalf of our bank.
    Please assist.
    Thanks.

    Unfortunately,I am unable to obtain any comprehensive documentation on Flexcube that deals with installing,performance monitoring,
    cloning plus other issues of the application.Where can I get this documentation?You should get in contact with Oracle Financial Services Software to clarify this.
    Also,I would like a list of vendors that can deploy and customize Oracle Flexcube on behalf of our bank.If needed, I know a company located in germany.
    Regards,
    Oliver.

  • Looking for Intro to Oracle Project Documentation

    We are installing the Project Management module, and I have been unable to locate any general intro documentation. Anyone know if there IS any?

    You should also check the exact version's document.
    http://www.oracle.com/technology/documentation/applications.html

  • Oracle 10g Documentation (still reflects HTMLDB 1.6)

    Hi Joel (since you usually catch this stuff),
    I was just on the documentation site at http://www.oracle.com/pls/db102/master_index?letter=t and saw that it still reflects the ducumentation from HTMLDB 1.6 (look at the entries for Tabs).
    Not sure how or who you coordinate this with in the documentation site, but figured you'd want to know.
    Bill Ferguson

    Hi Arie,
    The site is supposed to have all of the current documention for everything 10gR2 related.
    Since Apex v3 is the current version, I'd think that it would contain the current Apex manual entries as well. All of the manuals that are linked to it are for whatever the current versions are of those products, PL/SQL, Spatial, Oracle Text, etc.
    It may be complicated by the fact that Apex is updated more frequently than other Oracle products, but I've always used the site to see/reference the current documentation (or syntax) of whatever Oracle product. For older versions, I'll go to tahiti.oracle.com which has links to previous versions of Oracle documentation.
    I've been to numerous Oracle classes over the years and the instructors always say to go to tahiti.oracle.com to get the link to the current version of all Oracle documentation, so I figured the link would also get the current version of Apex documentation as well.
    It's really useful tracking down the correct (and current) syntax, since it has all Oracle documentation indexed and linked for quick searching. I can't think of any examples right now, but I remember in the past seeing examples of different syntax usage across different Oracle products, probably new products.
    Bill Ferguson

  • Where can I download complete Oracle Rdb documentation from?

    Could somebody advise, where I can find complete Oracle Rdb 7.2 documentation for downloading?
    At the Oracle site
    http://www.oracle.com/technology/products/rdb/rdb_doc_index.html#rmustathdbk
    the documentation seems not to be full. There are documents on different specific themes, and no document that describes the RDBMS in general (for instance like "Database Concepts" for Oracle Database). May be it doesn't exist at all?

    Hi Thanks,
    The page gives you the following
    Version 11.1.0.6.0
    Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OCI applications
    instantclient-basic-win32-11.1.0.6.0.zip (43,316,697 bytes)
    *Instant Client Package - Basic Lite: Smaller version of the Basic, with only English error messages and Unicode, ASCII, and Western European character set support (10.2 only)
    instantclient-basiclite-win32-11.1.0.6.0.zip (17,012,357 bytes)
    *Instant Client Package - JDBC Supplement: Additional support for XA, Internationalization, and RowSet operations under JDBC
    instantclient-jdbc-win32-11.1.0.6.0.zip (1,560,750 bytes)
    Instant Client Package - SQLPlus: Additional libraries and executable for running SQL*Plus with Instant Client instantclient-sqlplus-win32-11.1.0.6.0.zip (788,050 bytes)
    *Instant Client Package - SDK: Additional header files and an example makefile for developing Oracle applications with Instant Client  instantclient-sdk-win32-11.1.0.6.0.zip (1,059,905 bytes)
    *Instant Client Package - ODBC: Additional libraries for enabling ODBC applications  instantclient-odbc-win32-11.1.0.6.0.zip (725,154 bytes)
    It sounds like *Instant Client Package - ODBC: Additional libraries for enabling ODBC applications  instantclient-odbc-win32-11.1.0.6.0.zip (725,154 bytes)  is only the ODBC drivers (which is what I want), i do not want to install Oracle Client as I already have Oracle 11g DB install. I am testing windows ODBC applications with Oracle11g, hence the need for the Oracle11g ODBC drivers.
    thanks for your help. I will give these drivers a try.

  • Getting hard copy of Oracle 10g documentation

    The oracle documentation manual for 10g are only found in pdf and HTML. Couldn't i get them as a book??. I search through site of oracle but couldn't find anything.
    If it is available how do i get them??
    Anil

    The part Number are:
    Oracle® Database Administrator’s Guide B10739-01
    Oracle® Database Concepts B10743-01
    PL/SQL User’s Guide and Reference B10807-01
    Oracle® Database Data Warehousing Guide B10736-01
    Oracle® Database Performance Tuning Guide B10752-01
    Oracle® Database Utilities B10825-01
    Oracle® Database Real Application Clusters Administrator’s Guide B10765-02
    First three are important for me.
    Anil

  • Oracle 9iAs documentation and patches for aix 5.3

    Hi,
    I have Oracle 9i application server release 1.0.2.2.2. I work on aix 5.3 and i've installed oracle server release 3. In Oracle 9iAs i need to work with oracle forms 6i and reports 6i.
    I need Oracle Oracle 9i application server release 1.0.2.2.2. documentation and patches for aix 5.3
    best regards

    What is Oracle server release 3? Application server 1.0.2.2.2 is desupported now, it worked in the past with server release 9.2. Certification matrix on metalink shows a lot of necessary additional steps (OS patches and software patches) to be done. Metalink is also the place for Oracle software patches, OS patches come from IBM.
    OS dumps (but for pre-6i versions) are documented in metalink note
    DEVELOPER TOOLS CORE DUMP OR OPERATING SYSTEM ERRORS RELATED TO MOTIF
    Note:1077772.6
    Werner

Maybe you are looking for

  • CS4 and single core processors

    Hi, I have a Mac Mini with a 1.5 GHz Intel single core processor and i want to buy Creative Suite 4 Web Standard to use on it. But when i read the requirements for CS4 it mentions that a Mac should have the following: PowerPC G4 or G5 or multicore In

  • How to use this HR_GET_PAYROLL_RESULTS in am enhancement spot?

    hi,         can you explain me how to use this function modulde  HR_GET_PAYROLL_RESULTS.. i have tried this by giving the valid  PERNR AND  YEAR. but still i am getting no table records and some times as wrong table structure. can you  help me out in

  • Lightroom 5.5 won't start!

    Hi Since updating to the latest version of Lightroom 5.5 via the CC app for Mac it will no longer run. I see a splash screen briefly and then nothing. There is no error message displayed on the screen but when I look via the console app I can see the

  • Switching/Moving Data from Powerbook to MacBook

    Hey All, I just received a new MacBook, and I need to go about moving my information from one to the other. I have a LaCie external with most of my applications and documents on it, but I'm wondering about moving things like my mail accounts (with it

  • ACE - Error: Called API encountered error

    Hello All, I was trying to add a ssl-proxy server to a policy map when I had this error message "Error: Called API encountered error". I'm running version A2(1.4a). did anyone encounter the same issue? Rgds, Thibault.