Problem with database/database Oracle Tuning

Finally manged to get dbms_workload_replay working, now I have another problem, when I run this command

declare l_report clob;
Start
dbms_workload_replay.compare_period_report (replay_id = > 11,
replay_id2 = > null,
format = > dbms_workload_replay.type_html,
result = > l_report);
end;

I get the error
ERROR at line 3:
ORA-06550: line 3, column 3:
PLS-00306: wrong number or types of arguments in the call to
+ 'COMPARE_PERIOD_REPORT ' +.
ORA-06550: line 3, column 3:
PL/SQL: Statement ignored

Any ideas?

Your first parameter must be named replay_id1 not replay_id.

I hope this helps!

As always check the documentation: Procédure COMPARE_PERIOD_REPORT

Tags: Database

Similar Questions

  • Paths multiple problem with PowerVault MD3200i + Oracle Enterprise Linux (5,7)

    Hello

    I'm trying to configure MPIO on a host (running Oracle Enterprise Linux Server 5.7) connected to an Powervault MD3200i. I have a few unexpected problems with/dev/dm-0 missing after reboot.

    I configured 3 virtual disks (RAID 1) with MPIO. 3 devices have been created (/ dev/dm-0, / dev/dm-1 and/dev/dm-2).  If I mount them manually, they work very well, so I've added to the fstab. After a reboot, I checked that/dev/dm-1 and/dev/dm-2 have been automatically but is not/dev/dm-0. In fact, the/dev/dm-0 has disappeared from the directory of the device (!)

    If I rinse 'multipath f' and ' multipath - v2 "the device gets recreated, but disappears on the"
    next reboot again. How can I resolve this behavior? Can anyone help?

    Thanks in advance.

    See you soon

    I thought about it... the problem is that I had the wrong specified dev in fstab.

    Should I use the devices in/dev/map /... it worked immediately.

  • Problem with LOV in Oracle forms 10g when running on the Web

    Dear

    I am facing problem in displaying LOV under Oracle developer 10g on the web.
    When I press F9 nothing appears on the screen, but in the taskbar, it displays a list of values.
    The query I used in the record group executed in SQL * more and it is there no problem with him.
    What all I need to do, pls help me to solve the problem.

    Thank you

    Hello

    You are welcome. :)

    whenever the issue is resolved, please mark it as correct and useful so that others may know what is the correct answer.
    and take a look at the Label of Forums

    Kind regards

    Manu.

  • Problem with NVL in Oracle 10 g version 10.2.0.1.0

    Hello

    I am facing a problem with NVL. I have two configurations one with version 10g 10.2.0.1.0, UAT and other with 10.2.0.3.0.
    I defined a function (SQL written below). Both configurations have the same defined function and I'm passing the same value/setting as well. But, I get different results on both configurations.
    Pls let me know the reasons... .to this strange behavior of function, I think it's because of the NVL

    Function
    CREATE OR REPLACE FUNCTION Fn_Dt_Get_amnt (NUMBER of N_EXP_COVERED_AMT,
    V_SRC_SYSTEM_ID varchar2,
    NUMBER OF N_UNDRAWN_AMT_LCY
    NUMBER OF N_EXP_LIMIT_NCY
    NUMBER OF N_CCF_PERCENT
    NUMBER OF N_EXP_AMT_LCY
    p_undrawn_amt varchar2)
    + RETURN VARCHAR2 AS +.

    + UNDRAWN_AMT NUMERIC (22.3). +

    BEGIN


    IF P_UNDRAWN_AMT IN ('EXP_COVERED')

    THEN
    IF (UPPER (V_SRC_SYSTEM_ID) IN ("UBS"))
    THEN
    IF (N_EXP_AMT_LCY (case when NVL(N_UNDRAWN_AMT_LCY,0) < 0 +))
    THEN 0
    of other NVL(N_UNDRAWN_AMT_LCY,0)
    (END) * NVL(N_CCF_PERCENT,0)) < N_EXP_COVERED_AMT
    THEN

    UNDRAWN_AMT: = (N_EXP_AMT_LCY (+)
    -case when NVL(N_UNDRAWN_AMT_LCY,0) < 0
    THEN 0
    OF OTHER NVL(N_UNDRAWN_AMT_LCY,0)
    (END) * NVL(N_CCF_PERCENT,0));
    ON THE OTHER
    UNDRAWN_AMT: = N_EXP_COVERED_AMT;
    END IF;


    ELSIF (UPPER (V_SRC_SYSTEM_ID) ("VP", "FW", "FN"))
    THEN

    IF NVL(N_EXP_AMT_LCY,0) (CASE WHEN (NVL(N_EXP_LIMIT_NCY,0)-NVL(N_EXP_AMT_LCY,0)) < 0 +)
    THEN 0
    ELSE (NVL(N_EXP_LIMIT_NCY,0)-NVL(N_EXP_AMT_LCY,0))
    END) * NVL(N_CCF_PERCENT,0) < N_EXP_COVERED_AMT


    THEN

    UNDRAWN_AMT: = (NVL(N_EXP_AMT_LCY,0)(+)
    CASE WHEN (NVL(N_EXP_LIMIT_NCY,0)-NVL(N_EXP_AMT_LCY,0)) < 0
    THEN 0
    ELSE (NVL(N_EXP_LIMIT_NCY,0)-NVL(N_EXP_AMT_LCY,0))
    (END) * NVL(N_CCF_PERCENT,0));

    ON THE OTHER

    UNDRAWN_AMT: = N_EXP_COVERED_AMT;
    END IF;

    END IF;


    ELSIF P_UNDRAWN_AMT IN ('NO')

    THEN
    IF UPPER (V_SRC_SYSTEM_ID) IN ("UBS")

    THEN

    UNDRAWN_AMT: = (CASE WHEN NVL(N_UNDRAWN_AMT_LCY,0) < 0
    THEN 0

    OF OTHER NVL(N_UNDRAWN_AMT_LCY,0)
    (END);

    ELSIF (V_SRC_SYSTEM_ID) UPPER IN ("VP", "FW", "FN")
    THEN
    UNDRAWN_AMT: = (CASE WHEN (NVL(N_EXP_LIMIT_NCY,0)-NVL(N_EXP_AMT_LCY,0)) < 0

    THEN 0
    ELSE (NVL(N_EXP_LIMIT_NCY,0)-NVL(N_EXP_AMT_LCY,0))
    (END);
    END IF;

    END IF;

    RETURN UNDRAWN_AMT;
    END Fn_Dt_Get_amnt;

    Setting run

    Oracle 10g 10.2.0.3.0
    SELECT FN_DT_GET_AMNT(1002872,'FW',699737.78,752154,0.5,52416.22,'EXP_COVERED')
    the double - power - 402285.11

    Oracle 10g 10.2.0.1.0
    SELECT FN_DT_GET_AMNT(1002872,'FW',699737.78,752154,0.5,52416.22,'EXP_COVERED')
    the double - power - 1002872

    I think the problem is with NVL, such that the code works fine with Coalesce on the two configurations. Can someone explain why?

    It is a bug, as evidenced by the test case I posted.
    Apparently when multiple NVLs are used with the CASE in the same expression.

    Works fine in the following versions:
    10.2.0.4
    10.2.0.3
    9.0.1.1.1

  • Problem with: review of Oracle Database 11 g Administrator Certified Associate 1Z-052

    Hello

    I need your help.

    I spent "1Z0-007 Introduction to Oracle9i: SQL ' review and I planned «to Oracle Database 11 g Administrator Certified Associate 1Z-052"exam before 31.jul.2013 (before the date of the exam 1Z0-007 expiry).»

    But I needed to change the date of 1Z-052 exam at 19.august.2013.

    My question: can I take the exam 1Z-052 (19.aug.2013) even if my screening - expired after 31.jul.2013?

    Thank you in advance.

    1Z0 - 007 retirement has No effect on those who have already passed the exam.  It simply means that the test 1Z0-007 is no longer possible to plan.  I have to discuss more in detail in the following article:

    Oracle exam 1Z0-007 is deleted: for me what mean?

  • User interface input box appearance problem with database field?

    Hello

    I use jdev11.1.1.7

    I drag a control table data to the user interface page as a form, my problem is the database with no data at this time here my page UI form have no data and also input textbox appearance also don't just do not...

    I need empty text boxes with appearance, but I got only names of attributes only

    can someone help me...

    Thank you..

    It is the expected behavior.

    If you want to see the input controls, you need to have a new or existing line at the British Colombia correspondent

  • Problem with database querying adapter

    Hi all

    The polling option treats all rows from a table at a time rather than use the polling frequency. I used an option to update a field (logical deletion) where I've initialized unread value = ' n "and read the value = 'Y'." Now, the problem is that I have to query a single row in the table for every 60 seconds (the second row should be transformed only after 60 seconds), but all the lines are treated at the same time. Can someone let me know what could be the problem?

    I put in the db adapter options:
    Polling frequency: 60 seconds
    Lines by Document XML and database: 1
    Lines per transaction database: 1
    JDBC, query & Timeout options: 60

    Thank you

    Please see the below URL, this can help you.

    http://www.albinsblog.com/2012/10/DB-adapter-message-throttling-in-Oracle.html#.UQI3_fLDiuk

    Concerning
    Albin I
    [http://www.albinsblog.com/]

  • Problem with database adapter serivce

    Hello

    I'm working on a project where we have a service of routing and database adapter service. The interface worked great until we have included the parmameters (attributeFormDefault = "unqualified" elementFormDefault = "qualified") in routing service xsd. After we have updated the service of routing with these settings, it has stopped working, the BSE is simply greyed out without raising any error message.
    I tried all possible ways (recreated the services / removed from BSE and registered them again) but nothing seems to work.

    Any suggestion?

    Thank you
    Anil

    JDeveloper with SOA included 10.1.3.1.0 elementFormDefault = "unqualified" in the generated XSD. This has been changed to 10.1.3.3.0 to "qualified" so if you have a 10.1.3.1 JDev and you use SOA 10.1.3.3 (or 10.1.3.4) you will encounter problems (usually of namespace issues) because the two are incompatible. The solution is to synchronize your JDev and SOA with the same version. You can mix with 10.1.3.4 10.1.3.3, but you cannot use 10.1.3.1 with both versions.

  • problem with Database.transaction)

    Hello

    The code contained in the appeal. transaction() in my method. writeDatabase() is not executed. He reached the alert call (dbChecklistInstance.db.version), but nothing else happens. It fails my call alert('1') and it does not generate an exception to the (e) alert call either. I get no error message popping up. Any ideas on where is my bug maybe?

    Thank you

    dbChecklist = function()
    {
        var dbChecklistInstance = {}
    
        function onDBCreate(dbCreated)
        {
            dbChecklistInstance.db = dbCreated;
        }; // end onDBCreate
    
        this.readDatabase = function(arrChecklists)
        {
            if (window.openDatabase)
            {
                try
                {
                    dbChecklistInstance.db = window.openDatabase('dbChecklist', '1.0', 'Bashbored Tasks database', 1*1024*1024, onDBCreate);
                }
                catch(e)
                {
                    alert(e);
                }
            }
            else
            {
                alert('This device does not have HTML5 Database support.');
            } // end if
    
            try
            {
            dbChecklistInstance.db.readTransaction(function (t)
            {
                t.executeSql('SELECT * FROM dbChecklist.tabChecklists', [], function (t, r)
                {
                    alert('b');
                    for (var i = 0; i < r.length; i++)
                    {
                        arrChecklists.push(r.item(i));
                    } // end for
                }, // end function(t, r)
                function(t, e)
                {
                    alert(e.message);
                } // end function(t, e);
                ); // end .executeSql
                alert('c');
            }, errorTrans, successTrans); // end .readTransaction
            }
            catch (e)
            {
                alert(e);
            }
        }; // end this.readDatabase
    
        this.writeDatabase = function(arrChecklists)
        {
            alert(dbChecklistInstance.db.version);
    
            try
            {
            dbChecklistInstance.db.transaction(function (t)
            {
                alert('1');
                t.executeSql('DROP TABLE IF EXISTS dbChecklist.tabChecklists', [], function(t,r){}, errorTrans);
                alert('2');
                t.executeSql('CREATE TABLE dbChecklist.tabChecklists (sDecription TEXT)', [], function(t,r){}, errorTrans);
                alert('3');
                for (var i = 0; i < arrChecklists.length; i++)
                {
                    t.executeSql('INSERT INTO dbChecklist.tabChecklists VALUES (?)', [arrChecklists.sDescription], function(t,r){}, errorTrans);
                    alert(i);
                } // end for
            },errorTrans,successTrans); // end .transaction
            }
            catch (e)
            {
                alert(e);
            }
        }; // end this.writeDatabase
    
        function errorTrans(err)
        {
            alert(err.code + " " + err.message);
        } // end errorTrans
    
        function successTrans()
        {
            alert("successful transaction");
        }
    }
    

    There was a lot wrong with this code. So much worse now.

  • Problem with database SQLite 20 MB

    Hello

    I m developing an application with SQLite and I need to attach a large database, 20 MB. I have can´t generate the relase, I get the following error.

    Take a look:

    http://supportforums.BlackBerry.com/T5/Java-development/download-large-files-using-the-BlackBerry-mo...

    I downloaded a database of 250Mb in this way (of course 50 MB zipped)

  • VCenter 2.5 Update 1 updated 5 problems with database vim_vcdb

    Hello

    I've recently updated the vcenter 2.5 Update 1 to day 5.  Everything was fine, no problem, but now I have windows event log error messages complaining of the log for the database "VIM_VCDB" is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases

    The VIM_VCDB database is set to simple recovery mode.

    My environment is 6 esx servers and 30 virtual machines.  VCenter is led on a physical server using sql express 2005 for the database.

    VIM_VCDB.mdf file size is 640 MB and VIM_VCDB.ldf is 688 MB

    I dropped the log file and it reduces to 1 024 k but after about 30 minutes, he pushes to 688 MB size and I get the error again.

    Any ideas?

    Could you please try to increase the limit more?

    Thank you.

  • Problem with database sql and TS 3.0


    Hello

    the solution is to use: select TOP 0 *... then the table will be loaded vacuum.

    schwede greetings

  • Impdp problem with disconnection of Oracle (without recovery)

    Hi all

    I am trying to import a data dump generated from an Oracle Enterprise Manager 10.2.0.4.0 on a server unix with the following command:
    expdp mc/XXX DIRECTORY = DUMPFILE EXPORT_DIR = SLTN-MCEXPORT-2010-07 - 22.dmp PATTERNS = MC LOGFILE = SLTN-MCEXPORT-2010-07 - 22.log

    I want to import into oracle XE 10 g (10.2.0.1.0) on a windows server. That's why I do the following:

    Impdp mc/xxx DIRECTORY = DUMPFILE EXPORT_DIR = SLTN-MCEXPORT-2010-07 - 22.dmp PATTERNS = MC LOGFILE = SLTN-MCIMPORT-2010-07 - 22.log

    I had to manually create TABLESPACE MC_DATA: 'MC_DATA' of CREATE TABLESPACE DATAFILE 'D:\OracleHisRuns\Dumps\SLTN-MCEXPORT-2010-07-22.dmp ';

    Then a table fails MC. CURVEPOINTS

    And finally we are disconnected from Oracle

    The determined type SCHEMA_EXPORT/TABLE/INDEX/INDEX processing
    UDI-00008 operation error 3113 and 3114 error.

    and I can't get back. I again install Oracle XE.

    Anyone know why this is happening? Is it a memory problem? Or is there a problem when the user, the tablespace is created next to me?
    Maybe the export and import between these two Oracle database versions are not compatible?

    Any help would be greatly appreciated.

    Many thanks in advance,
    Thomas

    Please find the journal that I have:

    D:\COSMOS_BATCH_RUNNER\Automation_oracle\Scripts\IMPORT DMP > impdp mc/mc DIRECTOR
    Y = DUMPFILE EXPORT_DIR = SLTN-MCEXPORT-2010-07 - 22.dmp PATTERNS = MC LOGFILE = SLTN-MCEXP
    ORT-2010-07 - 22.log

    Import: Release 10.2.0.1.0 - Production on Thursday, July 22, 2010 17:35:36

    Copyright (c) 2003, 2005, Oracle. All rights reserved.

    ConnectΘ α: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production

    Master table 'MC '. "' SYS_IMPORT_SCHEMA_01 ' chargΘe/dΘchargΘe with succΦs
    DΘmarrage of 'MC '. "" SYS_IMPORT_SCHEMA_01 ": mc / * DIRECTORY = DUMP EXPORT_DIR
    FILE = SLTN-MCEXPORT-2010-07 - 22.dmp PATTERNS = MC LOGFILE = SLTN-MCEXPORT-2010-07 - 22.lo
    g
    Treatment of the determined type SCHEMA_EXPORT/USER
    ORA-31684: the USER object type: 'MC' is dΘjα
    The determined type SCHEMA_EXPORT/SYSTEM_GRANT processing
    The determined type SCHEMA_EXPORT/ROLE_GRANT processing
    The determined type SCHEMA_EXPORT/DEFAULT_ROLE processing
    The determined type SCHEMA_EXPORT/TABLESPACE_QUOTA processing
    Treatment of the determined type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Treatment of the determined type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    The determined type SCHEMA_EXPORT/TABLE/TABLE processing
    Treatment of the determined type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-31693: failed loading/dΘchargement of the donnΘes of table object 'MC '.
    'CURVE_POINTS '; the object is ignorΘ due to the error:
    ORA-02354: error during export/import of donnΘes
    ORA-02368: the file is not valid for this load operation
    . . import: "MC". "' BLOCKORDER_INTERVAL_RESULTS ' 46,54 MB 2280571 lines

    . . import: "MC". "' BLOCKORDER_INTERVALS ' 19.54 MB 1359850 lines

    . . import: "MC". "' BLOCKORDER_HEADERS ' 6,162 MB 149683 lines

    . . import: "MC". "' BLOCKORDER_RESULTS ' 246805 lines 6,205 MB

    . . import: "MC". "' PRELIMINARY_RESULTS ' lines 4,247 58248 MB

    . . import: "MC". "' ALGORITHM_EVENT_LOG ' lines 1,689 MB 20388

    . . import: "MC". "' CURVE_HEADERS ' 1,816 MB 73568 lines

    . . import: "MC". "' LINE_RESULTS ' lines 1,937 58248 MB

    . . import: "MC". "' OS_HISTORYSTEP ' lines 2,155 MB 21460

    . . import: "MC". "' SESSION_ALGORITHMPARAMETERS ' 1,741 MB 57656 lines

    . . import: "MC". "' LINE_CAPACITIES ' lines 1,311 46883 MB

    . . import: "MC". "' MSG_TRANSMISSION_LOGS ' 6464 lines 1,143 MB

    . . import: "MC". "' FINAL_PRICE_POSITIONS ' lines 396,4 16428 KB

    . . import: "MC". "' OS_CURRENTSTEP ' 7456 lines 348,4 KB

    . . import: "MC". "" REPORTATCVALUES "254,5 Ko 12000 lines

    . . import: "MC". "' BUSINESS_STEP_SESSION_REPORTS ' 220,7 lines 2852 KB

    . . import: "MC". "' PTDF_MATRIX_FACTORS ' lines of 239,6 12612 KB

    . . import: "MC". "' SESSION_BIDDINGAREAS ' 207 KB 2648 lines

    . . import: "MC". "' ALGORITHM_DETAILED_LOG ' 526 lines 52,85 KB

    . . import: "MC". "' ALGORITHM_SOLUTION_LOG ' 607 lines 55,23 KB

    . . import: "MC". "' AUDIT_LOGS ' 69,25 lines 1516 KB

    . . import: "MC". "' BUSINESS_STEP_REPORT_COMMENTS ' 62,46 lines 2821 KB

    . . import: "MC". "' OS_WFENTRY ' 45,38 lines 1020 KB

    . . import: "MC". "' PTDF_MATRIX_CONSTRAINTS ' 3153 lines 59.75 KB

    . . import: "MC". "' SESSIONS ' 679 KB 61,64 lines

    . . import: "MC". "' SESSION_LINES ' 77,58 lines 2648 KB

    . . import: "MC". "' ALGORITHM_PARAMETERS ' lines 7,937 84 KB

    . . import: "MC". "" ALGORITHM_SESSION_LOG "317 lines 19.20 KB

    . . import: "MC". "' BALANCING_AREAS ' 6,320 KB 1 lines

    . . import: "MC". "' BIDDING_AREAS ' 10.03 KB 4 lines

    . . import: "MC". "' The LINES ' 7,140 KB 4 lines

    . . import: "MC". "' LINE_CAPACITIES_STATIC ' lines 7,601 96 KB

    . . import: "MC". "" MAPPING_CONSTRAINTID_ROWID "171 lines 11,17 KB

    . . import: "MC". "' OUTPUTCHECKS ' 419 lines 37.96 KB

    . . import: "MC". "' PART ' 6,257 KB 9 lines

    . . import: "MC". "' PERIPHERAL_SYSTEMS ' 8,851 KB 9 lines

    . . import: "MC". "' PTDF_MATRIX_HEADERS ' lines 7,195 72 KB

    . . import: "MC". "' SESSION_BALANCINGAREAS ' 662 lines 32,71 KB

    . . import: "MC". "" SESSION_REPORTS "135 lines 29,89 KB

    . . import: "MC". "' SESSION_REPORT_COMMENTS ' 128 lines 7,007 KB

    . . import: "MC". "' SYSTEM_PARAMETERS ' 27 lines 6.5 KB

    . . import: "MC". "" USERS "33 lines 11,71 KB

    . . import: "MC". "" USER_SCRATCH_CARD_DETAILS "11 lines 11.51 KB

    . . import: "MC". "" BLOCKORDER_EXCLUSIVEGROUPS "0 KB 0 rows

    . . import: "MC". "" BLOCKORDER_LINKS "0 KB 0 rows

    . . import: "MC". "" MATRIXROWRESULTS "0 KB 0 rows

    . . import: "MC". "" MSG_TRANSMISSION_ERROR_LOGS "0 KB 0 rows

    The determined type SCHEMA_EXPORT/TABLE/INDEX/INDEX processing

    UDI-00008: the opΘration a gΘnΘrΘ the ORACLE 3113 error
    ORA-03113: end of file on channel communication


    UDI-00008: the opΘration a gΘnΘrΘ error ORACLE 3114
    ORA-03114: not connectΘ α ORACLE

    DMP D:\COSMOS_BATCH_RUNNER\Automation_oracle\Scripts\IMPORT >

    Hello
    I think you're confusing the creation of storage with the expdp dumpfile. You tried to add the dumpfile to the database as a data file, and then it was corrupted.

    What you need to do is add a new space of tables with a brand new file - nothing to do with the dumpfile.

    And then perform the import with the dumpfile - you will probably need to this regenerate your source system.

    See you soon,.
    Harry

  • Problems with emctl in oracle 10.2.0.4

    Hello
    I'm trying to get OEM DB Console running for a database on a server, that I just inherited the previous s/n. I get this error when I try emctl on the command line:
     
    emctl
    /app/oracle10g/product/10.2.0/bin/emctl: line 330: cd: /app/oracle/product/10.2.0: No such file or directory
    /app/oracle10g/product/10.2.0/bin/emctl: line 332: /app/oracle/product/10.2.0/perl/bin/perl: No such file or directory
    You can see that emctl is looking for "/ app/oracle /...» «and s/n changed the directory "app/oracle10g /...» »

    When I look in the server that is a little more seems that this DBA created the Oracle home as a copy from another server. They did not use the process of "Clone". The OEM SYSMAN directory is to another server:
    /app/oracle10g/product/10.2.0/otherserver.mycomp.com/sysman/config
    To make this more fun way, it's a production server.

    No idea how I can get OEM DB Console running?

    I got it. Once I realized that the emctl is a script I edited just the ORACLE_HOME in the scripts. Ditto for emca.

  • Problem with Autoconfig on Oracle 11i

    Hello

    I installed the Oracle 11i (11.5.10.2) with Oracle 9.2.0.6.0 in single node mode. The applications are on CU2 is autoconfig enabled. I renamed the appsutil on DB level and what follows on the applications

    Perl $AD_TOP/bin/admkappsutil.pl

    Starting from the generation of appsutil.zip
    Logfile located at /u01/app/oracle/VIS/visappl/admin/log/MakeAppsUtil_03160452.log
    Exit to /u01/app/oracle/VIS/visappl/admin/out/appsutil.zip
    MakeAppsUtil completed successfully.

    I moved over the appsutil.zip to the RDBMS Oracle Home and unziped the appsutil.zip, but the problem is that I am only able to find the following directories, any directory script or the context file etc.

    Ben pilot html java support perl sql model xml

    where, as in the directory of apputil Moose, I have the following directories / files


    bin clone pilot html install java media model VIS_ocapma.xml perl scripts sql temp outgoing xml journal

    It comes to the new installation of 11.5.10.2. Please notify.

    Thank you
    -Samar
    .

    Published by: user4314207 on March 16, 2009 15:00

    Hi Samar,

    You have the bin directory, which is sufficient. Just follow the steps described in the note mentioned above to create the context file (using 'perl adbldxml.pl level = db'), then you need to run adconfig.sh (which is also in the bin directory) and this will create the scripts folder.

    Please read the note again once, it should solve the problem.

    Kind regards
    Hussein

Maybe you are looking for

  • Satellite Pro A300 - 2C5 has stopped working

    Hello I have a problem with my Toshiba Pro A300 - 2C5.It stopped working today. I have paid a top tea but removed is as fast as possible but a little water got inside my laptop.He worked for a while, I turned off and it works again an hour later, but

  • Office jet pro 6830: 6830 pro office jet print to fax

    I use print green to reduce the number of pages unnecessary. The only option I have is to Fax jet Office 6830 pro, it will send only to the fax. I tried to reinstall the printer, but it remains the same. I have a request to print green but no answer

  • UserAccount has been deleted how to recover it

    my user account has been deleted how can I get it back

  • Updates dropped installation

    I'm having a problem installing to I-tunes and it seems that it's because of my updates do not install it.  When I try to go and install the updates manually it gives me an error code 800736B 1 and when I try to click on help it won't do anything.  I

  • Help! I can't access the control panel

    Help, please. I can't access the control panel, it ask me to the user and the password but I don't remember to have them change! I tried with admin/admin, but nothing, I tried to reset with buttom for 5 seconds but nothing... I'm desperate! Linksys W