DBCA Template (.dbt) file SYNTAX?

Hi!
I am looking to customize a DBCA template file (.dbt) and have searched the 10G documentation and MetaLink with out success on how to do this. I am looking for the syntax / content of these files. Some examples would be great! I am especially interested in setting up my own variables for file locations, etc.
Thanks in advance!
Dave Venus

Hi!
Thanks for your help. Do you have a specific manual that would help? I can find descriptions of the templates that Oracle provides but nothing on the actual XML entries themselves and the values that can be entered, etc.
I have looked at some information on response files but have yet to see how they are used to generate a template file.
Thanks again for your time and help!
Dave Venus

Similar Messages

  • Syntax of DBCA Template files (.dbt)

    Hi!
    I am looking for documentation on the content / syntax of DBCA template (.dbt) files. I have searched the 10G documentation and MetaLink without success. Any help or hints is appreciated. I am especially interested in setting up my own variables for file locations, etc.
    Thanks!
    Dave Venus

    Hi!
    Thanks for your help. Do you have a specific manual that would help? I can find descriptions of the templates that Oracle provides but nothing on the actual XML entries themselves and the values that can be entered, etc.
    I have looked at some information on response files but have yet to see how they are used to generate a template file.
    Thanks again for your time and help!
    Dave Venus

  • Files in assistants/dbca/templates

    The files in $ORACLE_HOME/assistants/dbca/templates (on 9i) appear to be pre-built, template, databases.
    Data_Warehouse.dfj
    Transaction_Processing.dfj
    I'm assuming these are ok to remove.. I will never use them.
    Am I correct? Seems a bit of a waste of space for something I'll never use.
    Regards,
    SMF 8)

    Hello,
    My mistake, the files are *.dfj as you say.
    I am using Oracle 9i on a Windows server. I will look into the files on the disks and i will check if any of my colleagues have these files in thier systems too.
    Thanks again.
    I don't know what may have occurred to delete them!!!

  • Any different between the dbca templates

    i use dbca to create db on RAC, i see many different template file in $ORACLE_HOME/assistants/dbca/templates/
    like
    Data_Warehouse.dbc General_Purpose.dbc Seed_Database.dfb
    example01.dfb New_Database.dbt Transaction_Processing.dbc
    example.dmp Seed_Database.ctl
    i do not know .dfb ,.dmp , .ctl ,what 's these use for?

    859340 wrote:
    i use dbca to create db on RAC, i see many different template file in $ORACLE_HOME/assistants/dbca/templates/
    like
    Data_Warehouse.dbc General_Purpose.dbc Seed_Database.dfb
    example01.dfb New_Database.dbt Transaction_Processing.dbc
    example.dmp Seed_Database.ctl
    i do not know .dfb ,.dmp , .ctl ,what 's these use for?DBCA uses patterns, or otherwise called Templates, which create either a new database with existing patterns or a pattern itself based on an existing base. The following are the template files that DBCA can create:
    •.dbc - Database Clone (for a new database)
    •.dbt - Template Database (for an existing database)
    These templates, which are in the form of XML files, contain information about the database including database options, init.ora parameters, and storage attributes (datafiles, tablespaces, controlfiles and redologs).
    The demo templates such as Data_Warehouse.dbc, General_Purpose.dbc, Transaction_Processing.dbc, and New_Database.dbt are available at the following location:
    ORACLE_HOME/assistants/dbca/templates
    source:-http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e14500/appdx_creating_db_templates.htm
    example.dmp -->It is a template for creating a Default Schema's with Data including the SYS
    refer:-Re: Issue extracting Oracle's example.dmp
    The datafiles for the seed database are stored in compressed RMAN backup format in a file with a .dfb extension. The seed database control file is stored in a file with .ctl extension. (This file is needed only when storing datafiles in Automatic Storage Management (ASM) disk groups or as Oracle managed files.) The .dbc file contains the location of the seed database datafiles and contains the source database name used to mount the control file.
    source:-http://download.oracle.com/docs/cd/B28359_01/server.111/b28301/install003.htm#BABEGFCG

  • Install datamining and unicode support using dbca template

    Hi All
    We are creating a 11g release 1 db on linux using the Amazon AMI.
    There is this script in /home/oracle/run_dbca.sh
    And we would like to have uni-code support so we can display Chinese/Japanese or whatever multibyte character.
    We would also like to have DataMining option installed
    How do I modify the *.dbt or *.dbc fille in /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates
    do this?
    Is there a documentation for how to write the XML construct for these??
    -Thanks so much for the help!

    xwo0owx wrote:
    Hi All
    We are creating a 11g release 1 db on linux using the Amazon AMI.
    There is this script in /home/oracle/run_dbca.sh
    And we would like to have uni-code support so we can display Chinese/Japanese or whatever multibyte character.
    We would also like to have DataMining option installed
    How do I modify the *.dbt or *.dbc fille in /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates
    do this?
    Is there a documentation for how to write the XML construct for these??
    -Thanks so much for the help!It's been so long since I've used one of the stock templates that I don't remember what options are available under them, but it occurs to me that sometimes - particularly for complex requirements - you just have to choose "custom" and walk through the entire wizard, checking very possible option. It's not all that hard.

  • DBCA templates - PGA and SGA using "percentageMemTOSGA" parameter

    Hi all,
    I am trying to configure a DBCA template to perform silent database creations on servers at our client sites. The amount of RAM could vary from server to server. For this reason, I am specifying the following parameters:
    customSGA=false
    percentageMemTOSGA=70In principle, this works pretty well - my DB is created with a suitable value for SGA_TARGET based on the RAM available on the server. However, the value that it uses for PGA_AGGREGATE_TARGET is too small for our needs. From experience, we can get by with a smaller SGA, but we need a relatively large PGA.
    I have tried specifying the parameter "pga_aggregate_target" in the template (and thus trying to "override" the decision of DBCA) but DBCA ignores my "hard-coded" value for this and sets pga_aggregate_target according to (presumably) some calculation based on:
    - The amount of RAM available
    - The value of "percentageMemTOSGA"
    - Some "other" value which tells DBCA how to divide up the %age memory it will take between SGA and PGA
    So, my question is:
    Does anybody know how to effectively use both "percentageMemTOSGA", and:
    EITHER:
    * tell DBCA how to split the memory that it will use from RAM (in this case 70%) between pga_aggregate_target and sga_target (some parameter maybe like "percent_to_pga" and "percent_to_sga")
    OR (not as useful but better than no control):
    * specify explicitly a value (or percentage) for pga_aggregate_target, but leave the value of sga_target to be decided based on the percentageMemTOSGA
    I hope I've explained that well enough...
    Regards,
    Ados

    I've checked the help for dbca (I'm currently running from the command prompt in "silent" mode) and don't see anything about recording the creation - how would I do that? Or are you referring to using the GUI, creating a database, and then saving the template? If it's that, that's what I did first, then editing the template for my tests - I don't see the parameter(s) that I'm looking for in the template.Ados,
    I did the same what you did. Run dbca in GUI mode and generate template only now in template file I see there is a parameter to set these value. For your reference I am posting the content of that file:
    <?xml version = '1.0'?>
    <DatabaseTemplate name="orcl" description="" version="10.2.0.3.0">
    <CommonAttributes>
    <option name="ISEARCH" value="false"/>
    <option name="OMS" value="false"/>
    <option name="JSERVER" value="true"/>
    <option name="SPATIAL" value="true"/>
    <option name="ODM" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="IMEDIA" value="true"/>
    <option name="XDB_PROTOCOLS" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="ORACLE_TEXT" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="SAMPLE_SCHEMA" value="true"/>
    <option name="CWMLITE" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="EM_REPOSITORY" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="HTMLDB" value="false"/>
    </CommonAttributes>
    <Variables/>
    <CustomScripts Execute="false"/>
    <InitParamAttributes>
    <InitParams>
    *<initParam name="pga_aggregate_target" value="808" unit="MB"/>*
    <initParam name="processes" value="150"/>
    <initParam name="db_recovery_file_dest_size" value="1024" unit="MB"/>
    <initParam name="control_files" value="(&quot;{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/control01.ctl&quot;, &quot;{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/control02.ctl&quot;, &quot;{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/control03.ctl&quot;)"/>
    <initParam name="sga_target" value="1536" unit="MB"/>
    <initParam name="compatible" value="10.2.0.3.0"/>
    <initParam name="background_dump_dest" value="{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/bdump"/>
    <initParam name="job_queue_processes" value="10"/>
    <initParam name="db_name" value="orcl"/>
    <initParam name="user_dump_dest" value="{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/udump"/>
    <initParam name="dispatchers" value="(PROTOCOL=TCP) (SERVICE={SID}XDB)"/>
    <initParam name="audit_file_dest" value="{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/adump"/>
    <initParam name="db_domain" value=""/>
    <initParam name="open_cursors" value="300"/>
    <initParam name="db_block_size" value="8" unit="KB"/>
    <initParam name="db_recovery_file_dest" value="{ORACLE_BASE}/flash_recovery_area"/>
    <initParam name="undo_tablespace" value="UNDOTBS1"/>
    <initParam name="core_dump_dest" value="{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/cdump"/>
    <initParam name="remote_login_passwordfile" value="EXCLUSIVE"/>
    <initParam name="undo_management" value="AUTO"/>
    <initParam name="db_file_multiblock_read_count" value="16"/>
    </InitParams>
    <MiscParams>
    <databaseType>MULTIPURPOSE</databaseType>
    <maxUserConn>20</maxUserConn>
    <percentageMemTOSGA>40</percentageMemTOSGA>
    <customSGA>true</customSGA>
    <archiveLogMode>false</archiveLogMode>
    <initParamFileName>{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/pfile/init.ora</initParamFileName>
    </MiscParams>
    <SPfile useSPFile="true">{ORACLE_HOME}/dbs/spfile{SID}.ora</SPfile>
    </InitParamAttributes>
    <StorageAttributes>
    <DataFiles>
    <Location>{ORACLE_HOME}/assistants/dbca/templates/Seed_Database.dfb</Location>
    <SourceDBName>seeddata</SourceDBName>
    <Name id="1" Tablespace="SYSTEM" Contents="PERMANENT" Size="480" autoextend="true" blocksize="8192">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/system01.dbf</Name>
    <Name id="2" Tablespace="UNDOTBS1" Contents="UNDO" Size="25" autoextend="true" blocksize="8192">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/undotbs01.dbf</Name>
    <Name id="3" Tablespace="SYSAUX" Contents="PERMANENT" Size="240" autoextend="true" blocksize="8192">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/sysaux01.dbf</Name>
    <Name id="4" Tablespace="USERS" Contents="PERMANENT" Size="5" autoextend="true" blocksize="8192">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/users01.dbf</Name>
    </DataFiles>
    <TempFiles>
    <Name id="1" Tablespace="TEMP" Contents="TEMPORARY" Size="20">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/temp01.dbf</Name>
    </TempFiles>
    <ControlfileAttributes id="Controlfile">
    <maxDatafiles>100</maxDatafiles>
    <maxLogfiles>16</maxLogfiles>
    <maxLogMembers>3</maxLogMembers>
    <maxLogHistory>1</maxLogHistory>
    <maxInstances>8</maxInstances>
    <image name="control01.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    <image name="control02.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    <image name="control03.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    </ControlfileAttributes>
    <RedoLogGroupAttributes id="1">
    <reuse>false</reuse>
    <fileSize unit="KB">51200</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="redo01.log" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    </RedoLogGroupAttributes>
    <RedoLogGroupAttributes id="2">
    <reuse>false</reuse>
    <fileSize unit="KB">51200</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="redo02.log" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    </RedoLogGroupAttributes>
    <RedoLogGroupAttributes id="3">
    <reuse>false</reuse>
    <fileSize unit="KB">51200</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="redo03.log" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    </RedoLogGroupAttributes>
    </StorageAttributes>
    </DatabaseTemplate>
    Regards.

  • Unable to upload the updated/modified Report template (rtf file) in siebel

    Hi,
    I am unable to upload the updated/modified Report template (rtf file) if already exists in the local database.
    Initially I have uploaded a rtf template, generated xliff, registered it and can view the report from the registered view. Later I have made few changes to the rtf template, in the reports template view, I have uploaded this. When i run the report in the registered view, I am able to see the earlier version and it doesnt show me the updated changes.
    I am using 8.1.1.3 siebel and BIP 10.1.3.3.1 on local.
    Looking at the metalink found "How To Upload Modified RTF Template Files In The Siebel Application For BI Publisher Reporting [ID 1136418.1]" which is related to server but I am working on local database
    Please find attached the template, xml file. can you please look into this and update me ASAP
    Thanks,
    RV

    Hi,
    Not able to find Report - Standard templates or Report - Custom templates view in Administration - BIP reports in Siebel 8.1.1.3?
    We have applied 8.1.1.3 patch on 8.1.1.0
    below are the steps followed
    Reports are not generated after 8.1.1.3 patch installtion.
    we have also followed to below steps mentioned for this issue in oracle support.
    "In order to resolve this behavior it is necessary to ensure that the 8.1.1.3 FixPack has been applied to the Siebel Tools installation. This will provide an additional .zip file in the REPPATCH folder of the Siebel Tools installation. Once this has been done please then follow the configuration steps as documented :
    change sysprefix to X_ before sif import and chage back to SBL_ after sif import.
    1) Import the sif files from Siebel\8.1\Tools_1\REPPATCH\12-1VMBCSV.zip
    2) Import the 4 SIF files in the following order:
    S_XMLP_REP_TMPL_02112010.sif
    SBL_XMLP_REPORT_SELECTION_FLG.sif
    Report Template BC.sif
    Report Template Registration Applet.sif
    3)Apply the DDL for table S_XMLP_REP_TMPL and compile repository
    Once the above steps have been completed the Selected Record flag will appear in the Report Template Registration views."
    we still not able to generated able to generate reports even after following above steps.
    Thanks
    Sean

  • How do I save a messages in text, NOT template or file?

    I want to be able to save an email from outlook, gmail, Hotmail, or any other format as a plain text or rich text message. Several of my emails are readable by TB24, but the only option for saving them is the Template or file. This is fine for those messages already in the mailbox, but if I can read an archived message in TB format, I should be able to save it in the same fashion. I guess a converter plugin is needed or a tutorial on how to properly save emails from other formats. Ex I open a folder containing an email from a past Outlook acct, The email can be deciphered by TB24, (ie it opens it), but when I try to save it to file(which gives options for format), it doesn't respond to my request!! Am I not doing something correctly or does the TB24 program "block" that function because of it is not in the TB24 mailbox? Baffling and frustrating when try to find a particular message from numerous formats. Thanks to all those who know more than I about this.

    '''File|Save As|File''' then in the resulting dialogue, choose "text" file type when saving. Of course in doing so you lose all formatting and attachments.
    How do you search and index messages when saved as independent and free-standing text files? I keep email correspondence within the email client specifically because the tools to manage and search are effective and efficient. In fact I occasionally email myself something that needs to be preserved simply because as email it is so easy and convenient to find and retrieve. Searching for text in documents in Windows has become a chore.
    I'm not at all sure why you want to open email messages from other environments in Thunderbird, only to save them as text files. But have you tried "Edit As New" to see if that will offer other save options?
    What format(s) are these other messages from outlook, gmail, windows live saved in then?
    Don't forget simple old select all, copy and paste to save message content in any other document type.

  • How do I set up/install my complimentary "PDF Portfolio Templates" zip file?

    How do I set up/install my complimentary "PDF Portfolio Templates" zip file?
    The Download site says:  "Please click the button below and select “save” when prompted to download the files to your computer.* To add your content, simply open Acrobat XI and follow the instructions."
    The instructions say:
    "To install a custom layout, select File > Create > PDF Portfolio.
    In the “Create PDF Portfolio” dialog box, click Import Custom
    Layout. Navigate to the custom layout   le on your computer
    and select Open. Layout   les have a .nav extension.   e
    layout appears in the Portfolio Layouts list, where you can select it.
    Imported layouts are permanently added to the Custom
    Layouts section of the Portfolio Layouts panel."
    However, there is no "File>Create>PDF Portfolio" menu option...

    Acrobat Standard can't make Portfolios; you shouldn't have been offered that item when you registered. I suggest you contact Customer Support and ask for your selection to be reset.

  • Links in template-dependent files (solved - but new problems towards the end of the thread!)

    This is a simple problem that probably has a simple solution.
    My links work in the .dwt file itself, but just one of them
    (although there are only two at the moment) does not work in the
    template-dependent files (my browser can't find the file). I used
    point-to-file to create the link.

    >
    http://www.mathgoesawol.com
    I can't find any links there or here:
    http://www.mathgoesawol.com/Templates/template.dwt
    In the template, select the image you want to be a link.
    Use the Property inspector to link it
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How to use template.fmb file within form builder

    Hi
    I have created forms without using template.fmb file
    and deploy them on EBS then they working fine
    But when I try to use template.fmb file then it gives an error
    following are the steps :
    1:open template.fmb file with form builder
    2:rename that file with XXXX.fmb
    compile that file and deploy XXXX.fmb file in AU_TOP
    after that
    in putty i m trying to create XXXX.fmx file in same TOP but it gives an error
    Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.3.0 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.5.0 Production
    Compiling package specification APP_CUSTOM...
    No compilation errors.
    Compiling package specification APP_CUSTOM...
    No compilation errors.
    Compiling package body APP_CUSTOM...
    Compilation error on package body APP_CUSTOM:
    PL/SQL ERROR 302 at line 22, column 19
    component 'DISABLED' must be declared
    PL/SQL ERROR 0 at line 22, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 40, column 5
    identifier 'APP_WINDOW.CLOSE_FIRST_WINDOW' must be declared
    PL/SQL ERROR 0 at line 40, column 5
    Statement ignored
    Compilation errors have occurred.
    Form not createdfollowing is command
    $ frmcmp_batch module=$AU_TOP/forms/US/XXXX.fmb userid=APPS/apps output_file=$AU_TOP/forms/US/XXXX.fmx module_type=form batch=NO compile_all=special

    for you question - EBS General Discussion General EBS Discussion
    Compiling Forms In R12
    and search on forum

  • Java input xml data and xsl template -output file excel

    i need help or same special link on web.
    i must develop code or use a special tool that make this.
    INPUT:
    xml that contain real data
    xsl that explain a report template
    OUTPUT:
    file excel that show the template xsl with xml data source
    thank for help me.

    Hi,
    Please refer to "Oracle XML Publisher User's Guide".
    Applications Releases 11i and 12
    http://www.oracle.com/technetwork/indexes/documentation/index.html
    This is also explained in the document attached in (Publishing Concurrent Requests with XML Publisher [ID 295409.1]).
    Thanks,
    Hussein

  • Pacman.conf file syntax highlighting for nano

    Hi, here is pacman.conf file syntax highlighting for nano. It may be useful for those who edit their pacman.conf regularly.
    Just put this lines in the end of your /etc/nanorc or ~/.nanorc file:
    # syntax highlithing in pacman.conf
    syntax "pacman.conf" "pacman\.conf$"
    color brightwhite start="\[" end="\]"
    color brightyellow ".*="
    color brightred "=.*"
    color white "="
    color brightblue "\[|\]"
    color brightcyan start="/|http|ftp" end=".*"
    color green "#.*"
    In this thread you can find rc.conf file syntax highlighting.

    thank you! i always accidentally open up nano, find out text is practically unreadable with its default colours, close it and then wait the horrific 4 seconds it takes for emacs to spring to life.

  • Rc.conf file syntax highlighting for nano

    Hey, here is rc.conf file syntax highlighting for nano. It may be useful for those who edit their rc.conf regularly.
    # syntax highlithing in rc.conf
    syntax "rc.conf" "rc\.conf$"
    color brightwhite ""(\\.|[^\"])*""
    color brightwhite "\((\\.|[^\"])*\)"
    color brightred "![^> ]+"
    color brightcyan "@[^> ]+"
    color brightyellow ".*="
    color white "="
    color brightblue ""|\(|\)"
    color green "#.*"
    Put this lines into /etc/nanorc or ~/.nanorc

    thank you! i always accidentally open up nano, find out text is practically unreadable with its default colours, close it and then wait the horrific 4 seconds it takes for emacs to spring to life.

  • Dbca template migration between 10.2.0.1 and 10.2.0.3

    Hello Oracle experts,
    Question: Is there anyway I could upgrade my 10.2.0.1 dbca template to work with 10.2.0.3?
    Background:
    We have bunch of custom dbca seed templates created from 10.2.0.1, which allows rapid setup of database with per-defined data. Recently, the decision is to upgrade to 10.2.0.3.
    In 10.2.0.3, when trying to create database from 10.2.0.1 templates, dbca would always fail at 40%, and Oracle instance terminated with ORA-01092. The database is unable to open after restore. Metalink Doc. 556639.1 clearly suggested dbca templates between these two versions are incompatible.
    So is there any utility we could use to upgrade templates to new patchset? Otherwise the only alternative I could think of is create 10.2.0.1 database for each template, then upgrade to 10.2.0.3, and take another template. This is tons of work given the number of templates we have and their size.
    I truly appreciate any suggestion which would save me few weekends of work.
    Regards

    The difference is HUGE, thats more than 5 years of bugfixes.
    Fixes / enhancements which may cause a notable change in behaviour:
    Note:565424.1 CURSOR_SPACE_FOR_TIME Deprecated in 10.2.0.5 / 11.1.0.7 / 11.2.0.1
    10097176 Different date format in alert log of 10.2.0.5
    6459643 OS username (OS_USER) and hostname in audit records (or SYS_CONTEXT) are not consistent for database links
    6155146 Wrong results from query rewrite with pushed predicate
    6023472 Collection of changes to auditing
    Note:745407.1 Changes to DEFAULT roles
    6322324 OS audit trail should include length of attribute values
    6085625 Wrong child cursor may be executed which has mismatching bind information
    5483301 Cardinality of 1 when predicate value non-existent in frequency histogram
    5082178 Bind peeking may occur when it should not
    4954651 Wrong Results / Dumps from view with select list subquery 
    4279598 Change to default behaviour for keeping LDAP client connections open
    4871035 Disable "row shipping" by default in 10.2.0.2 onwards
    Regards
    Ed

Maybe you are looking for

  • Help with Zen Mi

    Hello, I had install the firmware 2.00... in my Zen Micro, and then I try to install the firmware .... because I preffer the Media Explorer, but the installation of the firmware says the Zen Micro isn't connected, and my PC says it is a "Portable Dev

  • Hand Exceptions

    Hi All , What are Hand exceptions ? Please help me with some simple examples .. Thanks in Advance

  • OS X Mavericks Mail losing contact with outgoing mail server after waking from sleep.

    I upgraded my MAcBook Air to OS X Mavericks two days ago. Since then I have had intermittent problems connecting to my outgoing mail server. I get the "Unable to Receive Mail" error message. When I click "Take All Accounts Online," I get an additonal

  • My Creative Cloud 2014 not opening after the latest update on windows 8?

    I updated my CC suite yesterday, but when I open it it would crash on my windows but not my mac. For some reason, the CC suite kept the older version as well instead of rewriting over it?

  • Material Forecast upload

    Hi all, We are trying to upload material forecast weekly data by TCODE MM02. Our input file has 4 fields as below: Plant, Material,     Weekly period, forecast value 1101, 20222222,  2011/34,           120 1101, 30222222,  2011/35,           110 1101