Error in importing application

I am trying to import one applicatio to my server but I am facing the following error:
ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 19, column 9: PLS-00103: Encountered the symbol ", p_lov_translated=> " when expecting one of the following: . ( ) , * @ % & | = - + < / > at in is mod remainder not range rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member
Error installing application.
Return to application.
any idea about this error???
Best Regards.
Mohd.

Hi,
I have seen ths error sometime back, and occurs somewhat rarely. From what I remember this occurs if the application export utility breaks up some strings incorrectly.
The easiest thing is to edit your application export sql file (e.g. f100.sql) and inspect the line and correct it manually. The application export is a sql script which can be run from SQL*Plus.
Regards,

Similar Messages

  • Error in importing application patch

    Hi all,
          Whlie importing a application patch SAPKH50011, I am getting error Inactive import and getting stopped. Because of that many objects are locked and not able to modify programs. . Please help me to import this patch.
    Cheers,
    Ratna

    Hello,
    I tried below code to found any dynamic action referring any other page's region:
    declare
    v_flag number := 0;
    begin
      for rec1 in(SELECT page_id, action_name, affected_region_id, dynamic_action_name, action_sequence, affected_region
      FROM apex_application_page_da_acts
    WHERE (application_id,page_id, affected_region_id)
        IN (SELECT application_id,page_id, affected_region_id
              FROM apex_application_page_da_acts
             WHERE affected_region_id IS NOT NULL)
    and application_id = 569 and AFFECTED_ELEMENTS_TYPE = 'Region' order by page_id) loop
        for rec in(SELECT application_id,page_id,region_id
              FROM apex_application_page_regions where application_id = 569  and page_id = rec1.page_id) loop
          if rec.region_id = rec1.affected_region_id then
           v_flag := 1;
           exit;
          end if;
        end loop;
        if v_flag = 0 then
          dbms_output.put_line('page: '||rec1.page_id);
          dbms_output.put_line('da: '||rec1.dynamic_action_name);
          dbms_output.put_line('seq: '||rec1.action_sequence);
          dbms_output.put_line('action: '||rec1.action_name);
          dbms_output.put_line('region: '||rec1.affected_region);
          dbms_output.put_line(' ');
        end if;
    v_flag := 0;
    end loop;
    end;its not showing any region.
    Please check the code if I am missing anywhere and please let me know if there's any other way.
    Regards,
    Ani

  • Error when import application

    hi everybody,
    i get error when i try to import application
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 6, column 41: PLS-00103: Encountered the symbol "PK" when expecting one of the following: ( - + case mod new not null <an identifier> <a double-quoted delimited-identifier> <a bind variable> continue avg count current exists max min prior sql stddev sum variance execute for
    i think the error comes becouse NLS_CHARACTERSET was WE8MSWIN1252 when i exported then i delete oracle DB because there are some error and i install it again with NLS_CHARACTERSET: AL32UTF8
    but when i try to import it show me the above error
    Is there any solution ?

    1) How do you know the file was exported in character set WE8MSWIN1252? In a properly configured APEX system, the export file will always be encoded in AL32UTF8.
    i see it from (Home>Administration>About Application Express ) it was
    WE8MSWIN1252
    and i select AL32UTF8 after reinstall for oracle DB.
    2) Have you tried specifying Windows-1252 as the file character set on upload?
    no , i will try this .
    i saw same issue in forum but without solution

  • Error while importing application

    Hi,
    This is the first time I encounter this problem.
    I tried to import application from 1 workspace to another, but encountered below error when the import process trying to install the application.
    Error     ERR-1029 Unable to store session info. session=842080365761921 item=40006855470898
    ORA-02091: transaction rolled back ORA-02291: integrity constraint (APEX_040100.WWV_FLOW_PAGE_DA_A_AR_FK) violated - parent key not found
    I am using version 4.1.0.00.32
    Anyone know why?
    Thanks
    Vincent

    Hi Vincent,
    no, don't delete all lines! Just the ones that don't have a matching "partner".
    These would be ok:
    p_affected_elements_type => 'REGION'
    p_affected_region_id => 247245133258676897 + wwv_flow_api.g_id_offset
    or
    p_affected_elements_type => 'ITEM'
    p_affected_elements => 'P4_DISP_OBJ'
    or
    p_affected_elements_type => 'JQUERY_SELECTOR'
    p_affected_elements => 'span.tooltip-plsql'
    This would cause an error and has to be deleted:
    p_affected_region_id => 393187746780221880 + wwv_flow_api.g_id_offset
    BUT if you are planning to export the application again, it would make more sense to find the Dynamic Actions and do what Anthony suggested:
    "If this was the case, and to workaround this for the moment without having to edit the export every time, you can go back into the DA, temporarily select 'Region' again for the 'Selection Type', clear the 'Region', change the selection type back to '- Select Type -' again and save this. This should clean this out and get rid of the issue for you."
    To find these regions, use
    SELECT *
      FROM apex_040100.wwv_flow_page_da_actions da
    WHERE affected_elements_type = 'REGION'
       AND NOT EXISTS (SELECT id
              FROM apex_040100.wwv_flow_page_plugs pp
             WHERE da.flow_id = pp.flow_id
               AND da.affected_region_id = pp.id);Best regards,
    Sabine

  • Getting error while Importing the Application

    Hi,
    I am Getting Problem While Importing the Application
    We are moving the Application from Test enivorment to Production Environment, Both are Oracle 10g with HTTP server and Application Express 3.2.1.
    While Importing i am getting Error like.
    Error report:
    ORA-06550: line 3627, column 1:
    PLS-00123: program too large (Diana nodes)
    06550. 00000 - "line %s, column %s:\n%s"
    *Cause:    Usually a PL/SQL compilation error.
    *Action:
    Please Help Me its Urgent

    Hi joel,
    Even tried for the Copy of the same application in the same Application but its giving the same error.
    and I tried with the SQL Developer It shows the error like
    Set Application ID...
    ...authorization schemes
    Rollback
    Error starting at line 200 in command:
    begin
    --application/shared_components/security/authorization/des_mstr_delete
    wwv_flow_api.create_security_scheme(
    p_id => 7573129300337441 + wwv_flow_api.g_id_offset
    in the line 200 the above code starts.
    at end This will be displayed
    Error report:
    ORA-06550: line 3652, column 13:
    PLS-00123: program too large (Diana nodes)
    06550. 00000 - "line %s, column %s:\n%s"
    *Cause:    Usually a PL/SQL compilation error.
    *Action                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error while Importing the application on Stand alone machine.

    Hi,
    We have two machines with Application Express (version 2.1.0.00.05 ) installed on them. We have created an application in one of the machines. We exported the application and tried importing in the other machine, We encountered an error
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7621 Could not determine workspace for application (:) on application accept.
    OK
    Can any one please help us.
    Thanks
    Theresa

    Scott
    We are able to login to HR on the new database and also create new applications. The steps that we follow are
    For Export:
    1) Login to workspace as hr/hr
    2) Go to Application Builder > Export > Application
    3) Application ( we choose our application no. 500)
    File format - DOS
    Build Status Override - Run and build application
    File character set - Unicode UTF-8
    4) Clicking on Export Application creates the sql file f500 which is saved by us in our specified folder
    For Import (in another machine)
    1) Copied the f500.sql file in this machine
    2) Login to workspace as hr/hr
    3) Go to Application Builder > Import > Application
    4) Import file - Specified our file name
    File Type - Application/page export
    File character set - Unicode UTF-8
    5) Click on Next
    Gives "Page cannot be displayed"
    When we click refresh it gives the error
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7621 Could not determine workspace for application (:) on application accept.
    OK
    Let us know in case you need further details.
    Thanks
    Theresa

  • Error while exporting - importing application

    Hi All
    I was trying to export my apex.oracle.com app and was importing it to my local db installation environment. Encountered with an error:
    *1 error has occurred*
         *NOT COMPATIBLE (Your export may contain calls not supported by your application version.)*I found that in my local environment, some features were missing like page of Type "Master-Detail" was not there while creating a page in my local instance. (My app is not using any mater-detail page, but it may be using some features which are missing in my local version). Want to know about the following:
    1. The APEX 3.2 (apex.oracle.com) DB version so that I can upgrade my DB instance version.
    2. Is the error telling about the incompatible application version or the DB version? How can it be addressed?
    Thanks
    Bhavesh

    Hello Bhavesh,
    >> That means my env is the newer one, still it is not compatible with the app created on an earlier version. Not sure why?
    The compatibility issue you encountered is about the APEX version and NOT the database version. The same APEX version can be installed on different database versions, starting with 9.2.0.3 or later.
    As each new APEX version adds new features, which manifest in the metadata table structure (among others), you can’t install an application from an advanced APEX version on an earlier APEX version.
    The version on apex.oracle.com is 3.2, while the default APEX installation on a new 11g database is 3.0.1. As such, if no specific upgrade were done to your local APEX instance, you won’t be able to import applications from apex.oracle.com.
    As was suggested, the only feasible solution is to upgrade the local APEX instance to the version on apex.oracle.com.
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Error installing the Application in a different instance after import

    Hi,
    Very urget..logged a TAR but hoping to get some input from the forum.
    Version: 1.6.0.00.87
    Problem: 1.Generated the application export file from development (tried both UNIX and DOS formats).
    2. Imported the file into test instance successfully
    3. Tried to install and getting the following error:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-06502: PL/SQL:
    numeric or value error: character string buffer too small ORA-06512: at
    "FLOWS_010600.WWV_FLOW_LANG", line 548 ORA-06512: at
    "FLOWS_010600.WWV_FLOW_IMP_PARSER", line 678 ORA-06550: line 107, column 1:
    PLS-00103: Encountered the symbol "0" when expecting one of the following: ) ,
    * & | = - + < / > at in is mod remainder not rem => .. <an
    Did initial walk-thru of the code in the export file (size 4.11MB) and found the following:
    In the calls to flows_010600.create_report_region procedure some of the varchar2 parameters are being passed number format values and number parameters varchar2 values, for example:
    p_display_sequence (defined as IN VARCHAR2 DEFAULT NULL) => 10 (passed value),
    p_display_column (defined as IN VARCHAR2 DEFAULT NULL) =>1(passed value),
    p_query_num_rows (defined as IN NUMBER DEFAULT NULL) => '10'(passed value),
    p_query_row_count_max (defined as IN NUMBER DEFAULT NULL) => '15000'(passed value),
    Is this okay?
    And I have not found the calls to FLOWS_010600.WWV_FLOW_LANG and FLOWS_010600.WWV_FLOW_IMP_PARSER in the export file.
    Any help is greatly appreciated as this is impacting the testing schedule, which is in turn impacting our go-live date for this application.
    Thanks in advance.
    - Pradeep

    See
    Re: Unable to import application back into same HTML DB Repository
    Re: Import error
    There seems to be intermittent bugs in the App Builder Import application parser when the code has large un-broken chunks of text without whitespace.
    Try running the export file in SQL*Plus (connected as the parsing schema), that usually works better.

  • Application ID reserved error upon import into workspace

    I have two workspaces, development and production, in one APEX (3.0.1) environment on 11.1.0.6.
    I have two applications, one 1 page long and one 33 pages long. The 1 page application is an anonymous login with a jump button to the login page of the 33 page application.
    I normally export from development and import into production to make an upgrade of the applications. I can do this successfully with the longer application, upon import I ask to replace the target workspace application ID. When I try this with the 1 page application, I get an error about the application ID being reserved.
    The application IDs are normal numbers.
    33 pages - development workspace/appl id 107 ==> production workspace/appl id 111 - Works
    1 page - development workspace/appl id 119 ==> production workspace/appl id 121 - Fails
    Luckily the problem is on the 1 page application. I just redo the edits from development in production.
    Any suggestions how to resolve the error so I don't have to re-edit? I'm fearful that it may start happening on the bigger application. That will not be an easy one to re-edit each time I have a release.
    Thanks,
    Ed

    I solved this but I don't know how I caused it.
    In the export repository in the target workspace, the Application Exists column had a check. I deleted the row from the repository, and I was able to import into the workspace and change the application number to the one which matched the Application Exists number.
    How I got that check mark to show up is a different story. I can't remember doing anything to cause that. Maybe it was the initial import of the application to that then unused number? At least I know how to fix it now.

  • In Webcenter Application Deployment : Error in importing in MDS path

    hi All,
    Error in importing in MDS path i am getting at the time of creating Generic Ear file

    Hi,
    WebCenter has its own forum
    WebCenter Portal
    Frank

  • Error while importing N Accounts to 1 Address with UCM Batch Manager

    Hi,
    I got a problem with importing Accounts using the UCM Batch Manager. Previous steps were loading the EIM Tables EIM_UCM_ORG and EIM_UCM_ADRPER. To associate addresses I used the column EIM_UCM_ADRPER.PAR_UCM_ACCNT_UID. No errors occured during an Enterprise Integration Mgr jobs to load the data into SDH tables.
    The error described below occurs if I have N Accounts using one Address. Example:
    h5. Account Name --> City --> Postal Code --> State --> Street
    Account #1 --- Munich --- 80331 --- N/A --- Some Street 1
    Account #2 --- Munich --- 80331 --- N/A --- Some Street 1
    h5. If I try to get the Accounts into the Base tables using the UCM Batch Manager I get the following message from the log file:
    ObjMgrBusCompLog     Error     1     000003084c571160:0     2010-08-03 19:11:14     (odbccon.cpp (2097)) SBL-DBC-00111: An error has occurred writing to a record.
    Please continue or ask your systems administrator to check your application configuration if the problem persists.
    DBCLog     DBCLogError     1     000003084c571160:0     2010-08-03 19:11:14     SQLError: [23000],[Microsoft][SQL Native Client][SQL Server]Cannot insert duplicate key row in object 'dbo.S_ADDR_PER'-Objekt with unique index 'S_ADDR_PER_U1'.
    DBCLog     DBCLogError     1     000003084c571160:0     2010-08-03 19:11:14     SQLError: [01000],[Microsoft][SQL Native Client][SQL Server]The statement has been terminated.
    ObjMgrBusCompLog     Error     1     000003084c571160:0     2010-08-03 19:11:14     (sqlobj.cpp (43735)) SBL-DAT-00381: A record that contains identical values to the record you have created already exists.
    If you would like to enter a new record, please ensure that the field values are unique.
    ObjMgrLog     Error     1     000003084c571160:0     2010-08-03 19:11:14     (adptutils.cpp (5715)) SBL-EAI-04381: For instance of Integration Component 'Account_Business Address', using user key '[City] = "Munich" AND [Postal Code] = "80331" AND [State] = "N/A" AND [Street Address] = "Some Street 1"', a record with identical values already exists in the Siebel database.
    Please ensure that the field values in the input message are unique.
    EAISiebAdpt     EAISiebAdptErr     1     000003084c571160:0     2010-08-03 19:11:15     [0] For instance of Integration Component 'Account_Business Address', using user key '[City] = "Munich" AND [Postal Code] = "80331" AND [State] = "N/A" AND [Street Address] = "Some Street 1"', a record with identical values already exists in the Siebel database.
    Please ensure that the field values in the input message are unique.(SBL-EAI-04381) (0x75017d)
    h5. Result:
    Account #1 gets inserted with Record Type: "Source-Insert"
    Account #2 will not be imported and gets Record Type: "Incomplete"
    Does anyone know how to handle this problem?
    Many Thanks
    Sebastian
    Edited by: user13098670 on 04.08.2010 06:34

    I have selected the option
    Add new metadata and replace existing objetcs. But it is not importing. Also I tried other options like
    1. deleting the existing mapping and tried.
    2. Putting the mapping in recycle bin and try.
    3. Take it from recycle bin.Even during taking it from recycle it is giving me the following error .
    Error occurred importing mapping
    <DWH_CMMDTY_INVC_FACT_MAP/DWH_CMMDTY_INVC_FACT_MAP>
    (at line 141).
    Detailed Error Message:
    API2014: Internal Error: Error in createStage:
    In above all cases it is giving me the error.
    Could you please help?

  • FSL-06002  Error 14001 This application has failed to start

    Hello Folks
    I have problem installing SAP R/3 Enterprise (4.72 Enterprise Ext2) IDES Version
    The installation is under Windows 2003 server SP2 and Oracle 920
    I'm in the Database Instance Installation (non-unicode) and phase 29 (Updating database statistics) 
    The following error is:
    TRACE      [synxccuren.cpp:452]
               grantAccessTo
    Granted access rights 0xf01ff for object default to user chavez-server\mauadm with inheritance flags 0.
    TRACE<i>   [synxccuren.cpp:1045]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: mauadm.
    ERROR 2009-08-23 13:27:58
    FSL-06002  Error 14001 (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    ) in execution of a 'CreateProcess' function, line (284), with parameter (E:\usr\sap\MAU\SYS\exe\run/brconnect ...).
    When i ran the brconnect manually i received the same error  (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem)
    When i ran brconnect using cmd.exe i received the following error
    E:\usr\sap\MAU\SYS\exe\run>brconnect.exe
    The system cannot execute the specified program.
    I think is important mention this, i had problem 1 setp before about the brtools 7.00
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 3. Output:
    BR0801I BRCONNECT 7.00 (16)
    BR0999E Loading of SQL client library oci.dll failed - please check Oracle configuration
    BR0310E Connect to database instance MAU failed
    BR0280I BRCONNECT time stamp: 2009-08-23 13.06.43
    BR0804I BRCONNECT terminated with errors
    I downloaded the correct version (640) DBATOOLS Package for Oracle 9.2 and i replaced the files
    Please folks someone have any idea about this, i tried search on the web and nothing, on the marketplace and nothing
    Thanks all for your help

    >
    Markus Doehr wrote:
    > > I have problem installing SAP R/3 Enterprise (4.72 Enterprise Ext2) IDES Version
    > > The installation is under Windows 2003 server SP2 and Oracle 920
    >
    > and something on top: 640_EX2 is only for Oracle 10g - it  won't work with Oracle 9.2. So you should change your kernel to 640 back - then the R3DLLINS works.
    >
    >
    >
    >
    > Markus
    Ok Markus, i did the following
    First i downloaded vcredist_<platform>.exe from Microsoft web page and retry the installation
    And the following error i got
    Operative System open's a Window that say following
    brconnect.exe Unable to locate component "this application has failed to start because orasql10.dll was not found. Re-installing the application may fix this problem"
    And this is the log
    WARNING 2009-08-23 17:52:07
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 128. Output:
    ERROR 2009-08-23 17:52:07
    CJS-00288  Could not update database statistics.<br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPMAU returned 128.<br>SOLUTION: See brconnect.log for details.
    Second i downloaded the kernel 640 whitout ext2 and i get the following error
    INFO 2009-08-23 17:41:32
    Output of E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU is written to the logfile brconnect.log.
    WARNING 2009-08-23 17:41:32
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 3. Output: BR0801I BRCONNECT 6.40 (51)BR0252E Function _popen() failed for '( F:\ORACLE\MAU\920\bin\SQLPLUS /nolog ) < \nul 2>&1' at location BrPipeOpen-4BR0253E errno 2: No such file or directoryBR0272E Execution of program '( F:\ORACLE\MAU\920\bin\SQLPLUS /nolog ) < \nul 2>&1' through pipe failedBR0303E Determination of Oracle version failed
    ERROR 2009-08-23 17:41:32
    CJS-00288  Could not update database statistics.<br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPMAU returned 3.<br>SOLUTION: See brconnect.log for details.

  • While trying to run it show error message : "The application or DLL C:\Program Files\Mozilla Firefox\sqlite3.dll is not a valid Windows image. Please check this against your installation diskette

    Just updated firefox. While trying to run it show error message : "The application or DLL C:\Program Files\Mozilla Firefox\sqlite3.dll is not a valid Windows image. Please check this against your installation diskette." Tried to download and install new firefox, but it alway show that the file is corrupt
    == Today ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • I'm trying to open a 900kb Word doc (240pages) in Pages but get this error message:  Import Warning - A table was too big. Only the first 40 columns and 1,000 rows were imported.

    I'm trying to open a 900kb Word doc (240pages) in Pages but get this error message:  Import Warning - A table was too big. Only the first 40 columns and 1,000 rows were imported.

    Julian,
    Pages simply won't support a table with that many rows. If you need that many, you must use another application.
    Perhaps the originator could use a tabbed list rather than a table. That's the only way you will be able to contain a list that long in Pages. You can do the conversion yourself if you open the Word document in LibreOffice, Copy the Table, Paste the Table into Numbers, Export the Numbers doc to CSV, and import to Pages. In Pages Find and Replace the Commas with Tabs.
    There are probably other ways, but that's what comes to mind here.
    Jerry

  • Error when Importing a txt file in FDM 11.1.2

    Hi,
    I'm getting the following error when I try to import a txt file in FDM. I want to load it in HFM
    Error: An error occurred importing the file.
    Detail: Data access error
    ** Begin FDM Runtime Error Log Entry [2010-10-18 13:07:03] **
    ERROR:
    Code............................................. -2147217900
    Description...................................... Data access error.
    Procedure........................................ clsImpProcessMgr.fLoadAndProcessFile
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 10836
    IDENTIFICATION:
    User............................................. admin
    Computer Name.................................... M0A1187649-2009
    App Name......................................... FDM_ONT
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... orcl
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... OG
    Location ID...................................... 749
    Location Seg..................................... 3
    Category......................................... ACTUAL
    Category ID...................................... 13
    Period........................................... Mar - 2011
    Period ID........................................ 3/31/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False

    To provide some clarity here, this resolved the issue for use also. The good news is that it should be relatively easy for anyone with FDM Workbench access to resolve this given the following information from the FDM DBA guide (http://docs.oracle.com/cd/E17236_01/epm.1112/fdm_dba.pdf):
    To modify the Oracle Work TablespaceName and Oracle Work Table Index
    TableSpaceName configuration settings:
    1 Launch Workbench, and log on to the FDM application.
    2 Select Tools > Configuration Settings.
    3 Select Options > Oracle Work TableSpaceName.
    4 In Name, enter the name of the tablespace, and click Save.
    5 Select Options > Oracle Work Table Index TableSpaceName.
    6 In Name, enter the name you entered in step 4, and click Save.
    7 Select Options > Oracle Work Table Bitmap Index Switch, and set the value to Off for Oracle 10g and Oracle 11g.
    8 Click Save.
    9 Click Close.
    Step 7 specifically resolves this issue.

Maybe you are looking for

  • Change submit to email in existing form

    I created a fillable form in Acrobat.  I went through the distribution "process" and choose to save the form on my computer and send it out manually.  I entered the email so that it would be submitted to me via email.  Where and how do I change this

  • Disk and Folder Size Don't Match?

    Hi everyone. My backups.backupd folder is 242.94 gigs, but inside, the folder with my computer's name is only 60 gigs. It's the only thing in that folder. Not sure how a folder gan be 242 gigs, but the only thing inside it be 60gigs. So that seems li

  • Where can I find script wc_contentserverconfig?

    Hi all, Where can I find script wc_contentserverconfig mentioned in document Oracle® Fusion Middleware Installation Guide for Oracle WebCenter *11g Release 1 (11.1.1)* to install Content Management for WebCenter. Here is what instructions say Run the

  • Difference between Oracle developer suite 9i and 6i

    Hi - Can I know what's the release difference between oracle developer suite 9i and 6i , and what's new in oracle discoverer 9i in compare with last version , we have discoverer version of 4.1... I could not able to get from metalink anything like ne

  • Integrating a link to .swf (on same computer) from powerpoint?

    This is a bit "off base," but I thought someone here may be able to help. I am working on some interactive animations for an upcoming meeting. Ideally, I would love to be able to have an interactive slide within powerpoint, however – don't think that