Information about bde_chk_cbo.sql

Hi All,
I want my database to be configiured as per bde_chk_cbo.sql.
My apps version -12.1.3 and db version is 11.2.0.3
I have run the bde_chk_cbo.sql.
Now How i will which parameter is to confiogured as per bde_chk_cbo.sql.
dentification
Date:     07-MAR-11 16:13
Host:     atgsvr11
Platform:     Linux Production
Database:     VISR1211(4252206356)
Instance:     VISR1211(1)
RDBMS Release:     11.1.0.7.0(11.1.X)
User:     APPS
APPS Release:     12.1.3
CPU Count:     4
Common database initialization parameters
Parameter      Current Value      Required Value      CBO      MP      SZ
db_name     VISR1211     prodr12               
control_files     /d01/oracle/VISR1211/db/apps_st/data/cntrl01.dbf     three copies of control file               
control_files     /d01/oracle/VISR1211/db/apps_st/data/cntrl02.dbf     three copies of control file               
control_files     /d01/oracle/VISR1211/db/apps_st/data/cntrl03.dbf     three copies of control file               
db_block_size     8192     8192          Y     
systemtrig_enabled     TRUE     TRUE          Y     
o7_dictionary_accessibility     FALSE (NOT SET)     FALSE          Y     
nls_territory     america     AMERICA               
nls_date_format     DD-MON-RR     DD-MON-RR          Y     
nls_numeric_characters     .,     ".,"               
nls_sort     binary     BINARY          Y     
nls_comp     binary     BINARY          Y     
nls_length_semantics     BYTE     BYTE          Y     
audit_trail     NONE (NOT SET)     TRUE (optional)               
max_dump_file_size     20480     20480               
tracefiles_public     TRUE     TRUE               
processes     200     200-2500               Y
Above is the output of bde_chk_cbo.sql script I can see column the required value , CBO, MP and SZ .
Required value means i have to set the parameter as per this column for e.g process current value is 200 and required value is 200-2500 which means that the process value parameter should be in between 200-2500. it is showing SZ as y what does that mean can anybody please explain me ?
Thanks and Regards,

Hi
Thanks for the update.
I am using the same note id . I dont know how to configure the parameter as per script bde_chk_cbo.sql.
How to check for suggestion from html which is created after running the bde_chk_cbo.sql script.
Thanks and Regards,

Similar Messages

  • Information about Shared SQL Sever

    Hi 
    Could anyone explain me what is meant by Shared SQL Server in detail?
    Thanks,
    Priyanka Adam

    If  i want to monitor one of sql server instance which is shared.
    so want to ask do i need install monitoring agent on sql server instance or on
    shared sql server?
    You dont need to buy monitoring tool to monitor just single instance. You can place various alerts to monitor SQL Server.
    Lots of articles
    http://www.sqlskills.com/blogs/glenn/how-to-create-sql-server-agent-alerts-for-critical-errors/
    http://msdn.microsoft.com/en-us/library/ms187827.aspx
    http://www.mssqltips.com/sqlservertip/1523/how-to-setup-sql-server-alerts-and-email-operator-notifications/
    please make sure you read SQL Server errorlog using command sp_readerrorlog to get more information.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Where to find information about SQL States ?

    Hello,
    I'm trying to find information about X/OPEN SQL States explanation. Can anyone help me. ?

    SQLStates are part of the SQL standard and so you can read up on them from any vendor's site.Here is an IBM explanation that talks about the SQLStates class (first two chars) and subcode.
    http://publib.boulder.ibm.com/pubs/html/as400/v5r1/ic2924/index.htm?info/rzala/rzalaint.html

  • Changing from dev to standard edition causes "Could not obtain information about Windows NT group/user error code 0x6e."

    Hello,
    We recently upgrade our SQL Server 2012 SP1 (64bit) dev edition to standard edition, after we purchased the required licence and it was deployed in production.
    Since the edition change, we are now receiving the following error, with some of our jobs, which have an e-mail step in them, which is causing the jobs to fail.
    Msg 14661,Level 16, State 1, Procedure sp_send_dbmail, Line 517
    Query execution failed: Msg 15404, Level 16, State 19, Server BL-SVR15, Line 1
    Could not obtain information about Windows NT group/user 'BLUELIZARD\savaa', error code 0x6e.
    Any ideas how to fix this issue? We were also having a similar error, when executing the jobs, but changing the job owner to SA has fixed this issue.
    Thanks,
    Andy.

    Hi,
    Which user account you used for SQL Server service, domain account or local account?
    If it is domain account, are you able to log in to a machine with it?
    Make sure that the password of account is not expired.
    Also, grant the user Allowed to Authenticate permission and see how it helps.
    Refer to the below article:
    http://geeks.ms/blogs/ozonicco/archive/2013/01/14/208266.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • XSchema: How to get (more) Information about validation errors?

    I changed the file car.xml to have an invalid xml-file, then
    i validate the demo car.xml using the demo programm xsdtest.
    I got the following error message:
    In line 7 of car.xml:
    LSX-00290: invalid enumeration choice "Hugo"
    LSX-00213: only 0 occurrences of particle "sequence", minimum is 1
    Validation failed, error 213
    The first 2 lines are dumped from the SchemaProzessor. Unfortunatly there is no
    possibility to get this information with a methodcall or by return value
    to use for further processing!
    The only thing i got controlled back is the error code 213.
    But how do i get the correspondening errortext ? What means error 213 ?
    So here is my suggestion:
    Please give accurate information about validation errors! Including:
    1) The position where the error occurred. (maybe in XPath notation)
    2) An error Number to classify the error (Including a possibility to resolve the errormessage via program.)
    3) An error text for the specific case : (for example : invalid enumeration choice "Hugo")
    Please give this information in a struct back or provide methods on the
    Xschema prozessor.
    Otherwise the XSchema support is useless!!!!!
    Sorry for my bad English & Greetings
    Martin Frenzel
    By the way: The XDK for Java uses a different Error Messages !!!! But there is the same problem...

    1.How to check when user last time login to database.AUDIT
    2.If user account is lock why it is locked? if it is locked by trying to loing with wrong password how to check how many times he attempted with wrong password...and other reasons alsoCheck Profile For this user and attr.
    3.Wheni was trying to select user expire date it is showing empty value...can we check expire date through querys or we need to check profile?
    SQL> select EXPIRY_DATE from dba_users ;
    EXPIRY_DA
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    23-MAY-13
    24-SEP-11
    24-SEP-11
    24-SEP-11 check
    expiry_date in dba_users is null
    4.How to check when he was reset his password last time.SELECT PTIME FROM SYS.USER$;

  • Information about linked server details including remote login in use

    After joining a new organization, one day an application support came to ask brief information about all the SQL Server linked servers and few more important configuration details.
    They were looking to upgrade their application and database. In order to know all possible sources of their data feed, the guy needed this information.
    Most of the information could have been taken by running
    sp_linkedservers but because login information was also required I preferred to run following query to collect the required data.
    SELECT
    srv.name as LinkedServerName
    ,srv.product
    ,srv.provider
    ,srv.data_source
    ,srv.catalog
    ,sp.name
    ,lgn.uses_self_credential
    ,lgn.remote_name remote_login_in_use
    FROM
    sys.servers
    AS srv JOIN
    sys.linked_logins
    AS lgn
    ON 
    srv.server_id = lgn.server_id
    AND srv.is_data_access_enabled
    = 1
    LEFT
    JOIN sys.server_principals
    AS sp ON lgn.local_principal_id
    = sp.principal_id
    WHAT IS actual data source Server Name
    Although they got the information, but they could not recognize the actual server names as highlighted in the
    srv_data_source column. All they said that, the linked servers were created by DBAs.
    I tried to ping these names from my user desktop, but could not Ping request could not find host.
    Tried to check the SQL Server Aliases but there were no alias defined for any of the server names.
    Finally I looked into the host file and found the entries. The ping from my desktop did not work because the host file entries are local to the database server. Because SQL Server instance is sitting on the same server where the
    names are entered into the host file, it was able to resolve the host names. Also Ping from the database server worked. The host file looked like as below (C:\Windows\System32\drivers\etc)
    Hope this information helps you!!.
    Warm Regards, Ajay

    Hi Ajay,
    Thanks for sharing your idea.
    Maggie Luo
    TechNet Community Support

  • Logging query with information about ip client machine address

    Halo,
    One of our most important requirements is logging user query (physical to database and logical) with following informations:
    - USER
    - SQL QUERY TEXT (logical/physical)
    - DATE and TIME executing query
    - IP ADDRESS client machine (or name of client machine) (this is very important information)
    We have following configuration:
    - BI Server with Presentation Servicess on one machine (AIX)
    - Web server on second machine (BEA Weblogic 9)
    I've tested [USAGE_TRACKING] mechanism but thera are three problems with it:
    1. in S_NQ_ACCT in field NODE_ID is always written the same information: name of Web Server - WebLogic
    2. in S_NQ_ACCT are storages only logical queries.
    3. Length of field QUERY_TEXT is 1024. I'm sure that in many cases it'll be to short.
    I've tested USER_LOG too (that logs to NQQuery.log file) but there are also some problems:
    1. there is no information about ip client machine but is information about physical and logical queries and other necessary informations
    2. oracle recommends turn off this mechanism on production system.
    I've tested PRESENTATION SERVICESS log (it is configured at logconfig.xml file)
    1. In file is information about ip client machine
    2. In file are written only logical queries (this is big problem we also need physical queries)
    Do you have some idea how to resolve my problem?
    Regards

    hi, you can use the sys_context function, like this:
    select sys_context('userenv','current_user'),
         sys_context('userenv','os_user'),
         sys_context('userenv','host'),
         sys_context('userenv','ip_address'),
         sys_context('userenv','instance'),
         sys_context('userenv','sessionid'),
         sys_context('userenv','terminal')
    from dual;
    Is this what you 're looking for?

  • Need information about Pricing details of deploying the web application in Amazon EC2 cloud and deploying procedure clearly

    Can anybody give in detail explanation about deploying the asp.net web application into Amazon Cloud, which is using SQL Server as a database. I want the pricing information about the Amazon Cloud.
    Before that this web application is used in Intranet environment.
    Regards,
    Hanife

    "explanation about deploying the asp.net web application into Amazon Cloud,"
    You'll need to contact Amazon tech support for that information.
    "I want the pricing information about the Amazon Cloud."
    Again, only Amazon can give you definitive pricing information. Start here:
    http://aws.amazon.com/
    Thanks for understanding.

  • Need information about DB link

    I need some information about DB links (TCODE - DBCO).
    What is the purpose of DB link?
    How do We Transport a DB link when we need to refresh a system/server?

    To provide access to external, non-SAP databases, SAP has developed the DB Link
    tool, which allows access to data stored in an external database through the BW Service
    API. The basic idea behind the DB Link tool is to connect to a remote database, to make
    the required remote table or view visible to the SAP ABAPWorkbench dictionary, and
    to define a generic extractor for the remote table or view. The DB Link tool is supported
    for Oracle, Microsoft SQL Server, and IBM DB/2 databases.
    Refer:
    [http://help.sap.com/saphelp_nw04/helpdata/en/58/54f9c1562d104c9465dabd816f3f24/content.htm]
    [Query;
    Edited by: N Narayanan on Sep 17, 2008 1:52 PM
    Edited by: N Narayanan on Sep 17, 2008 2:00 PM

  • Informations about  'alter tablespace ... coalesce'

    Hi,
    I'm quite new relatively to the DBA functions. I have an Oracle 8i database on a RedHat Linux server.
    I've examined my tablespaces and I found that many of my tablespaces have the pctincrease=0. In this case the process SMON don't join the adjacent free extents so I have a lot of free extents but only few of them are coalesced.
    I thought to coalesce them with the command 'alter tablespace nametablespace coalesce', but I don't know very much this command. I'd like to know more informations about it, above all if I can launch it when my users are working on the database or if it's better to stop the listener and to do a backup before to launch it (among the tablespace that I need to coalesce I have also the Temp tablespace).
    In other words: is the alter tablespace coalesce an harmless command or I need to take some precutions ? And Where I can find more informations about this command ?
    Thanks
    Marco

    You can find more information about the command by reading the manual.
    Coalescing tablespaces is a relatively harmless command. You can run it while users are on the system. They might experience a momentary slowdown, but probably not. All the command does is delete and update entries in an Oracle internal table (FET$ if anyone cares). Coalesce will do nothing if there are no adjacent blocks of free space to coalesce.
    You do not want to coalesce the freespace in your temp tablespace. Oracle manages this internally, and it is more efficient to have a lot of fragments for temp. It saves a lot of recursive sql when a new extent is needed for a sort.
    In the other tablespaces, if the blocks of free space are relatively large, then coalescing will not really gain anything. If your fragments are small, and your segments are frequently allocating new extents (which in itself is a problem), then you may gain a little performance by manually coalescing the tablespace. However, Oracle will coalesce free space if required to get enough space to allocate a new extent.
    If you want to see if coalescing will do anything, you can use:
    SELECT tablespace_name,file_id,block_id,block_id + blocks next_free
    FROM dba_free_space
    ORDER BY 1,2,3Then check if next_free in the previous row is the same as block_id in the current row.
    TTFN
    John

  • Information about MOSI

    I am looking for MOSI documentation, API, SDK. Where can I find this information?
    Best regards,
    Stefan Pająk

    The wwlog_activity_log1$ and wwlog_activity_log2$ tables contain all the portal logs. These tables should be accessed (written) through the PL/SQL logging APIs (wwlog_api and wwlog_api_admin packages) and (read) through the wwlog_activity_logs view.
    You find further information about logging in the PDK:
    o A Primer on Event Logging
    o Implementing Event Logging in PL/SQL Portlets
    The PDK also describes the logging table field names and definitions:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/plsql/doc/sdk15weh.htm#4

  • Information about Embed Intermedia and BLOB

    Hello,
    I want to insert a picture in my report. I read in Application Forum that you have to do that with Embed Intermedia or BLOL Column.
    Does anybody could give me more information about those two subjects ? Or just a link for more information ?
    Thanks in advance,
    Chu Lam

    You can use Intermedia with other application servers, you don't need to get the interMedia Web Agent
    For example, any java application environment can talk to Oracle via JDBC.
    You can send SQL queries to to the database using the contains(indexed_column_name, 'keywords')>0 statement to query the Intermedia text indexes, and you could use simple text URLs for the image reference, if the image is on the filesystem, rather than as a BLOB in the database.
    If you were dealing with BLOBs in the database, you could write a stored procedure in the database that has a BLOB as an IN OUT param and use a jdbc CallableStatement to call the stored procedure, and get the BLOB image data.
    Similarly, you could use any other web application environment, as long as it can issue SQL queries to Oracle.
    e.g. Perl using the DBI module with the Oracle DBD module.
    Cheers
    David

  • Information about Incoming and outgoing message in BizTalk MessageBox DB

    Hi,
    Can we have some query in sql by which we can get the information about incoming and outgoing  message in our message box DB ?
    Information like how many message we receive so far,how many messages get suspended,how many message is successfully send.
    Any kind of help would be appreciated .
    Prakash

    Hi Prakash,
    Rachit already provided the links which should help, also Admin console can be of help , where you can query using Group hub page .
    BizTalk Server: Tracking Data Using BizTalk Admin Console
    BizTalk Server: Checking Tracked Data Using Admin Console
    Maheshkumar
    S Tiwari|User
    Page|Blog|BizTalk
    Server: Multiple XML files to Single FlatFile Using File Adapter

  • How to get information about creation of a virtual machine on a Hyper-v host.

    Hi,
    How to get information about creation of a virtual machine on a Hyper-v host?
    I need: host name, time created, creator user.
    I saw in Hyper-V-VMMS but I found info about movements of VM between hosts.
    Thank's in advance.
    Denius Valiant

    For Host Name * Created Time Use This Command In PowerShell 
    Get-VM -Name (Read-Host "Type Your Vm Name") |select CreationTime , ComputerName
    and for Create User , As i know you should see on Event Log . 
    Go To Event Log Viewer--->Applications And Services Logs--->Microsoft--->Windows--->Hyper-V-VMMS--->Operational 
    You can see in Event Log who create the Vm.
    Whenever you see a helpful reply, click on Vote As Helpful & click on
    Mark As Answer if a post answers your question.
    LinkedIn:
      Facebook:
      

  • A PDF document with information about activation for CS6 software

    Here's a PDF document with information about activation for CS6 software.
    I found it very useful for understanding how the system worked for activation of perpetual licenses, both in cases where the computer is and isn't connected to the Internet.

    Ann, with some browsers, the PDF document will download in the background rather than appear in a browser window.

Maybe you are looking for

  • Mid 2010 15" Macbook Pro Random Shut down and Restart

    I know this questions have more than likely come up a few times. But I have a mid 2010 15" Macbook pro that, for the last year, has randomly shut-down and restated displaying an error message each time. I have had this computer into three different c

  • CIAC 3.1.1 - Machine turned on or off

    Hi all Does anybody know if CIAC 3.1.1 is able to register the state (turned on or off) of a machine? We have lifecycle options in the My Servers page and there we can Power a machine up and/or down. Is that registered somewhere in the database ? I'd

  • Does the plugins affect the speed when opening a website??

    I did a test, Opened the the website <a href="http://www.zowellforklifts.com.es/ ">http://www.zowellforklifts.com.es/</a> on Firefox and Chrome. Firefox spent 8.3s, while Chrome 4.1s. Why? Firefox I installed several plugin,but Chrome none. Did the p

  • Adobe Lightroom Will Not Run.....Help

    I am trying to run the Windows XP version of Adobe Lightroom 1.0 on a Pentium 4 system with 1.5GB or RAM that meets all the system requirements. After installation the title screen comes up and then gives the error message Adobe Photoshop Lightroom e

  • Windows 10 fails to update from build 9860

    Could it be that these devices prevent an update of W10? Reports from $Windows.~BT\Sources\Panther\setuperr.log 2015-02-12 18:13:12, Error                 CONX   Found wireless device Intel(R) Dual Band Wireless-AC 7260 [pci\ven_8086&dev_08b2&subsys_