Application -Export, -Import: ERROR

Hi @ all,
I've worked quite a while on an app with HTML-DB. During the course of development I had to move it from the testing system to another (productive) system. Then everything went fine with the export and import of my app.
Now I tried to install an earlier version of my app that I had created as a BACKUP. The install screen gives me the following:
Error installing application.
Return to Application (<---- this is a link)
ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 399, column 16: PLS-00103: Encountered the symbol ">" when expecting one of the following: . ( ) , * @ % & = - + < / > at in is mod not rem <> or != or ~= >= <= <> and or like between || ORA-06550: line 418, column 1: PLS-00103: Encountered the symbol "WWV_FLOW_API" ORA-06550: line 450, column 54: PLS-00103: Encountered the symbol ";" when expecting
My steps are:
- I import the file (which is on my local HDD) with my local Character Set (Western European ISO-8859-1).
- I click Install >
- On the following screen I select:
o Parse As Schema my schema
o Build status run and build app
o Install As App Change app ID(*) and enter a free app ID
- I click on Install app
... and get the Error above... :-(((
(*) I've tried it with Auto Assign New Application ID too - no better result.
Everything else works good but I don't want to be restricted to this one computer (in case I have to move it again). I want to have a working backup of my app, in case the thing crashes or burns down.
Any help is greatly appreciated.
David
p.s.: I've tried to install the backup on marvel.oracle.com too - the same result... (so it's not a problem of our installation here.)

What is the database version? If it's not 9.2.0.3 or higher, you will get this error. Our database runs version 9.2.0.4.
e.g., &f100.sql.I dont understand this. When I run:
&f111.sql
I get an error message: ORA-00900: invalid SQL statement
(the file f111.sql exists in the export repository)
Also I took a look at the file f111.sql around line 399 and I can't find this Encountered the symbol ">". Therefore the error message makes no sense (to me).
375          wwv_flow_api.create_tab (                    
376          p_id => 1994903743639031 + wwv_flow_api.g_id_offset,                    
377          p_flow_id => wwv_flow.g_flow_id,                    
378          p_tab_set => 'TS1',                    
379          p_tab_sequence => 3,                    
380          p_tab_name => 'Edit Masterdata',                    
381          p_tab_text => 'Edit Masterdata',                    
382          p_tab_step => 3,                    
383          p_tab_also_current_for_pages => '301,300,311,310,306,305,311,310,316,315,311,310,311,310,3110,3100,311,310,306,305,321,320,321,320,326,325,331,330,336,335,341,340,343,342,346,345,351,350,356,355,361,360,366,365,306,305,331,330,336,335,341,340,8300,8301,210',                    
384          p_tab_parent_tabset=>'TS1',                    
385          p_required_patch=>null + wwv_flow_api.g_id_offset,                    
386          p_tab_comment => '');                    
387                              
388                              
389          end;                    
390          /                    
391                              
392          ---------------------------------------                    
393          prompt ...FLOW TOPLEVEL TABS                    
394          --                    
395                              
396          begin                    
397                              
398          null;                    
399                              
400          end;                    
401          /                    
402                              
403          ---------------------------------------                    
404          prompt ...FLOW NAMED LISTS OF VALUES                    
405          --                    
406                              
407          begin                    
408                              
409          wwv_flow_api.create_list_of_values (                    
410          p_id => 2120319923355695 + wwv_flow_api.g_id_offset,                    
411          p_flow_id => wwv_flow.g_flow_id,                    
412          p_lov_name => 'DELIVERY_SUPPLIER',                    
413          p_lov_query=> 'select to_char(d.DELIVERY_DATE,''YYYY-MM-DD'') || '' - '' || s.SUPPLIER_NAME d, d.IKA r'||chr(10)||                    
414          '     from DELIVERIES d, SUPPLIERS s'||chr(10)||               
415          '     where d.SUPPLIER_IKA = s.IKA'||chr(10)||               
416          ' order by d.DELIVERY_DATE DESC');                    
417                              
418          null;                    
419                              
420          end;                    
421          /                    
David

Similar Messages

  • APEX Application Export/Import

    Hi,
    I have my application build in APEX on 10.2.0.4 database which now i want to migrate to 11.2. Name of schema on the back of my application is DBADMIN. What i have done is, i just exported the application from my current apex on 10.2.0.4 and tried to import on my 11.2 but it gives me following error message
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 80, column 32: PLS-00103: Encountered the symbol &amp;quot;!&amp;quot; when expecting one of the following: ( - + case mod new not null &amp;lt;an identifier&amp;gt; &amp;lt;a double-quoted delimited-identifier&amp;gt; &amp;lt;a bind variable&amp;gt; continue avg count current exists max min prior sql stddev sum variance execute forall merge time timestamp interval date &amp;lt;a string litThis is first time i am migrating my application so please help to find out what is the issue and how to resolve it. Following is the detail how i performed the operation
    Source APEX
    Workspace name = Monitoring
    User of application which loged in to this workspace and created application = SALMAN
    Application name = Monitoring
    Database schema name behind application = DBADMIN
    I exported application in UNIX and also DOS format
    Destination APEX
    Workspace name = Monitoring
    User of application which loged in to import the application = UTACADMIN
    Database schema name behind application = DBADMIN and i have already exported the schema from my source database have imported all the objects with data
    Tried importing application from UNIX as well as DOS script but same error message as above.
    Please guide me how can i successfully migrate my application from my source APEX to this new APEX
    Thanks

    Now i exported the workspace from my source APEX and imported in destination and everything is fine and now apparently everything is same but still same error during import of the application, please help to resolve.
    I tried to execute the application export script on sqlplus, but following error was returned
    EMREP.UTAC.COM.SG$APEX_030200> @d:\f100.sql
    APPLICATION 100 - Monitoring
    Set Credentials...
    Check Compatibility...
    API Last Extended:20090112
    Your Current Version:20090112
    This import is compatible with version: 20090112
    COMPATIBLE (You should be able to run this import without issues.)
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-02291: integrity constraint (APEX_030200.WWV_FLOWS_FK) violated - parent
    key not found
    ORA-06512: at "APEX_030200.WWV_FLOW_API", line 555
    ORA-06512: at line 3Thanks
    Salman

  • ?BUG? App Export / Import error with javascript

    Greetings -
    Anyone have an idea on how to get around this or if I'm doing something wrong?
    I have a page button to collapse a tree, with a URL Target of:
    javascript:apex.widget.tree.collapse_all($v(P2130_TREE_ID));
    Page and button work fine, have never had a problem.  Until I went to do an application import and found that the SQL file for the import was corrupted due to the above line.  SQL file has:
         p_button_redirect_url=>'javascript:apex.widget.tree.collapse_all($v(P'||to_char(2130+www_flow_api.g_id_offset)||''_TREE_ID));',
    It appears to have an extra (2x) single quote right before _TREE_ID.  I have this logic in several places in my application and every place caused the same error.
    Application copy also fails with same error.
    Thanks,
    Scott

    Tom -
    I assume this is the prior post you where talking about : https://forums.oracle.com/thread/2401714
    However, this doesn't cover my problem.  I have tried all the follow, and they all break export / import and copy functionality due to mismatched quotes:
    collapse_all($v(P2130_TREE_ID));
    collapse_all($v('P2130_TREE_ID'));
    collapse_all($v("P2130_TREE_ID"));
    collapse_all('&P2130_TREE_ID.');
    collapse_all("&P2130_TREE_ID.");
    These all allow the collapse button to work.
    NOW, if I change my ID tag to be something like 'P_SCOTT_TREE' then everything works just fine (import/export/copy).  It's having a number in the tag that is cause the problems because the export is casting it to_char and somehow throwing in an extra quote.
    Thanks,
    Scott

  • Export/Import Error: The security token could not be authenticated

    We currently are working in PLM 6.1.1 and users are experiencing Export/Import Issues, the error appears frequently with several users.
    Steps:
    1. A new token is generated from our QA environment
    2. The user logs into Dev and transfers the token
    3. In the export ADMIN area the user selects a section
    4. In the QA environment the user schedules the import
    5. The import is scheduled however the error is received after a few mins
    Error Message:
    The security token could not be authenticated or authorized ---> The directory service is unavailable.
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    at Xeno.Prodika.XenoDoc.Handlers.DRL.DrlService.GetAttachment(tIdentifier Identifier)
    at Xeno.Prodika.XenoDoc.Handlers.DRL.DrlWebServiceLifecycleHandler.Load(IXDocument xdoc, String pkid)
    at Xeno.Prodika.XenoDoc.BaseLibraryManager.LoadDocumentPhaseII(IXLibraryConfiguration libConfig, IXDocument xdoc, String pkid)
    at Xeno.Prodika.XenoDoc.BaseLibraryManager.LoadDocument(String pkid)
    at Xeno.Prodika.ExportImport.DataExchange.ImportRequestProcessor.ProcessRequest(IApplicationManager applicationManager, IImportRequestQueue request)
    This error can be difficult to reproduce but occurs periodically.

    This is likely a DRL issue. verify DRL is configured correctly and a valid PLM4P user is setup in the setup assistant. in addition, make sure you added the new app in IIS for DRLService (this is a doc bug we are correcting that we failed to include in the 611 guide). verify you can attach and then open an attachment on a material spec.

  • Client export import error

    Hi...
    I have completed client export and import sucessfully.i have follwed the procedure ..
    by using scc8 i have taken client export...completed sucessfully..
    And i was imported those request by using stms Extras->other request ->add request ...and the requests are imported sucessfully...
    and at the time of postprocessing by using scc7 i got error related to tp..
    everything is going fine, but one transaction code is hanged(strucke)...  and that transaction is working properly in system where i was taken the export...
    and one thing i want confirm  , the issue is because of our client export import problem or it relates to functional problem
    please give the suggestion..this is an urgent issue......

    Yip, I think you are in a bit of a fix here.
    I only took a quick look (this is the security forum... and I could not see any initial security relevance...), but I did notice 2 things:
    As suspected, there are a handfull of client independent tables involved.
    Even if you do the import into a client of the same system, you might still face problems, because one of those tables has MANDT as a field.
    I have no idea what the reasoning behind this is... but my guess is that you are experiencing that which the transaction is designed to do after a client copy => it hangs.
    Sorry,
    Julius

  • Export / Import error (wwv_flow.accept not found)

    Here is what I have ... (APEX version 2.2)
    - A machine running http server / database having a apex application built on it.
    - A second totally separate machine with http server / database and apex installed with no applications.
    I want to export the application from one database and then import into the second database. So I exported the application using UNIX file format and saved away the file. Then I attempted to import this file with file type application and file char set Unicode. After clicking next I get the error 'File Not Found' with the url being http://<hostname>:7777/pls/htmldb/wwv_flow.accept
    What am I missing? Thank you for any help and let me know if I am missing some information since I am new to this.

    I am trying to export an application developed on 10gR2 on my Windows laptop with Apex 221 into an AIX (unix) 9iR2 9206 database, also running Apex 221. The user interface on both works.
    I am connecting to both right now with the http bundled with 10gR2 on the same laptop until this evening when I can bounce the IAS so it can access the 9i database.
    I am getting this error:
    [Tue Jan 30 12:37:08 2007] [error] [client 150.134.8.5] [ecid: 1170178628:10.10.10.10:2492:5552:10,0] Invalid method in request 21015395903429
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:17,0] mod_plsql: /pls/APEXT/wwv_flow.accept HTTP-404 ORA-00942: table or view does not exist
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:18,0] Invalid method in request \"
    My DAD looks like this:
    <Location /pls/APEXT>
    Order deny,allow
    Deny from all
    Allow from 150.134 10.10.10.10 127.0.0.1
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString XXXX:1521:XXXX SIDFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_ojects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword XXXXXXXX
    PlsqlDefaultPage apex
    </Location>
    One thing I noticed:
    FLOW_FILES.WWV_FLOW_FILE_OBJECTS$ does not have any grants on it that it can be updated. I'm eyeballing FLOWS_020200's privileges now.
    What am I doing wrong? I'll most likely need to make the same change in the DAD on the IAS before I bounce it.
    Doug

  • Full Export/Import Errors with Queue tables and ApEx

    I'm trying to take a full export of an existing database in order to build an identical copy in another database instance, but the import is failing each time and causing problems with queue tables and Apex tables.
    I have used both the export utility and Data Pump (both with partial and full exports) and the same problems are occurring.
    After import, queue tables in my schema are unstable. They cannot be dropped using the queue admin packages as they throw ORA-24002: QUEUE_TABLE <table> does not exist exceptions. Trying to drop the tables causes the ORA-24005: must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables error
    As a result, the schema cannot be dropped at all unless manual data dictionary clean up steps (as per metalink) are done.
    The Apex import fails when creating foreign keys to WWV_FLOW_FILE_OBJECTS$PART. It creates the table ok, but for some reason the characters after the $ are missing so the referencing tables try to refer to WWV_FLOW_FILE_OBJECTS$ only.
    I am exporting from Enterprise Edition 10.2.0.1 and importing into Standard edition 10.2.0.1, but we are not using any of the features not available in standard, and I doubt this would cause the issues I'm getting.
    Can anyone offer any advice on how I can resolve these problems so a full import will work reliably?

    Thanks for the lead!
    After digging around MetaLink some more, it sounds like I'm running into Bug 5875568 (MetaLink Note:5875568.8) which is in fact related to the multibyte character set. The bug is fixed in the server patch set 10.2.0.4 or release 11.1.0.6.

  • Export/Import Error 600

    Hi
    I export a user on Solaris (ORA 9) and want to import on Windows (ORA 9). Data imports - but Triggers generate an error.
    What's wrong ?
    Toni
    Export is done with
    exp userid=md01fr2/avs@sun owner=(md01fr2) direct=n statistics=compute grants=y file=d:\temp\export\fr.dmp
    Import is done with
    Imp USERID=fr/avs FILE=d:\temp\import\fr.dmp FROMUSER=(md01fr2) TOUSER=(fr) LOG=d:\temp\import\IMP.log COMMIT=Y
    IMP-00017: Nachfolgende Anweisung war wegen Oracle-Fehler 600 erfolglos:
    "CREATE TRIGGER "FR".Troncon_rue_hb before insert or update on Troncon_rue "
    "for each row declare maxVersion number; executeTrigger number; begin s"
    "elect exec into executeTrigger from tb_history_trigger; if executeTrigger "
    "!= 0 then if inserting then :new.f_version := 1; elsif updating then se"
    "lect nvl(max(version), 0) into maxVersion from Troncon_rue_h where fid = :n"
    "ew.fid; maxVersion := maxVersion + 1; if :old.fid != :new.fid then raise"
    "_application_error(-20103, 'Fatal error: Fid can not be changed!'); end if"
    "; :new.f_version := maxVersion + 1; end if; end if; end; "
    IMP-00003: Oracle-Fehler 600 gefunden
    ORA-00600: Interner Fehlercode, Argumente: [4814], [5], [0], [0], [], [], [], []

    This is likely a DRL issue. verify DRL is configured correctly and a valid PLM4P user is setup in the setup assistant. in addition, make sure you added the new app in IIS for DRLService (this is a doc bug we are correcting that we failed to include in the 611 guide). verify you can attach and then open an attachment on a material spec.

  • FInancial reports Export Import error

    Hi,
    I am exporting Financial reports from version 11.1.1.3 and importing into version 11.1.2.1 with the help of workspace.
    Now after exporting some folder. It starting gives following error.
    Code: 2108 The object requested: [] does not exist in the repository hyperion workspace.
    Can anybody aware of these error.
    Thanks in advance.

    Anybody know the solution of these issue.
    Its an urgent.
    Thanks.

  • Export -import error  'SYS.DBMS_DATAPUMP'

    1-->Hi I exported data from oracle10 g by imp utility.on the same server
    Now I want to import the dump file on the oracle 9i user.
    when I give command on linux server
    c:\> imp username/password@oracle9i ..
    It will give mi error as
    UDI-00008: operation generated ORACLE error 6550
    ORA-06550: line 1, column 52:
    PLS-00201: identifier 'SYS.DBMS_DATAPUMP' must be declared
    ORA-06550: line 1, column 52:
    PL/SQL: Statement ignored
    Can you tell mi what is this error ?
    2-->After that I tried to export data of oracle10g user from oracle 9i exp utility
    but in some tables it give mi error as
    . . exporting table QRTZ_JOB_DETAILS
    EXP-00003: no storage definition found for segment(17, 31315)
    whts the error ?
    3-How Can I create the replica of schema from oracle10g to oracle 9i.?

    To transfer data from any lower version you must use the lower version exp against the higher version database.
    So 9i exp against 10g database.
    Apart from that, datapump is incompatible with exp/imp
    This has been posted NUMEROUS times!!!
    Is there any reason why you can't use the 'Search Forum' function, prior to posting?
    Please use the 'Search Forum' function always prior to posting, in order to avoid redudant posts and more clutter.
    Thank you,
    Sybrand Bakker
    Senior Oracle DBA

  • Export/Import error - MDL1207

    Hi,
    OWB Client: 10.2.0.2.8 (Windows XP)
    OWB Repository: 10.2.0.2.0 (HP Unix)
    We have two repositories (DEV/TEST and PROD). Development is done in the DEV/TEST repository then each object is exported to an MDL file for versioning and then imported to the PROD repository.
    When importing we “Import all objects from file”, “Create new metadata only”, and match by “Name”.
    When we want to make changes to existing objects we export form PROD and import to DEV/TEST.
    The problem happens with mappings and reference functions in a package. After making changes to a mapping (but not to the package it references) we try to import it to PROD but get “Warning: MDL3002: ReferencingObject not found for …”.
    This process used to work in OWB 9i. Does anybody have any idea why this happens?
    Thanks,
    Jeff

    Did you find a solution to this?? I am also facing same problem while migrating in OWB 11g.

  • Export/Import error : ORA-31609: error loading file "kualter.xsl"

    Hi ,
    I was exporting the database , I got the following error after that I found that dbms_metadata_util.load_stylesheets needs to run . Please assit me how to procced further .
    C:\Users\379164>expdp import1/import1 directory=dmp_dir dumpfile=dump.dmp full=
    Export: Release 10.2.0.1.0 - Production on Friday, 15 October, 2010 14:50:45
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    ORA-39006: internal error
    ORA-39213: Metadata processing is not available
    ====================================================================
    SQL> execute dbms_metadata_util.load_stylesheets
    BEGIN dbms_metadata_util.load_stylesheets; END;
    ERROR at line 1:
    ORA-31609: error loading file "kualter.xsl" from file system directory
    "C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\xml\xsl"
    ORA-06512: at "SYS.DBMS_METADATA_UTIL", line 1793
    ORA-06512: at line 1
    Please help me on this ....
    Thanks

    Refer following MOS note (even though the error number is different in header)
    Ora-39213 Using Data Pump Export (Doc ID 402242.1)

  • Import error moving components to new instance

    I am new to APEX and am attempting to move components developed in the Oracle hosting instance of APEX to our new, in-house hosted site.
    Everything seems to be ok until the very end of the export when I receive an error when the following is executed:
    <start code>
    begin
    declare
    s1 varchar2(32767) := null;
    s2 varchar2(32767) := null;
    s3 varchar2(32767) := null;
    s4 varchar2(32767) := null;
    s5 varchar2(32767) := null;
    begin
    s1 := null;
    s2 := null;
    s3 := null;
    s4:=s4||'return false; end;--';
    s5 := null;
    wwv_flow_api.create_auth_setup (
    p_id=> 210165489245841025764 + wwv_flow_api.g_id_offset,
    p_flow_id=> wwv_flow.g_flow_id,
    p_name=> 'DATABASE ACCOUNT',
    p_description=>'Use database account credentials.',
    p_page_sentry_function=> s1,
    p_sess_verify_function=> s2,
    p_pre_auth_process=> s3,
    p_auth_function=> s4,
    p_post_auth_process=> s5,
    p_invalid_session_page=>'101',
    p_invalid_session_url=>'',
    p_cookie_name=>'',
    p_cookie_path=>'',
    p_cookie_domain=>'',
    p_ldap_host=>'',
    p_ldap_port=>'',
    p_ldap_string=>'',
    p_attribute_01=>'',
    p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&amp;p_next_flow_page_sess=&APP_ID.:1',
    p_attribute_03=>'',
    p_attribute_04=>'',
    p_attribute_05=>'',
    p_attribute_06=>'',
    p_attribute_07=>'',
    p_attribute_08=>'',
    p_required_patch=>'');
    end;
    null;
    end;
    ORA-06502: PL/SQL: numeric or value error ORA-06512: at "SYS.OWA_UTIL", line 325 ORA-06512: at "SYS.HTP", line 1322 ORA-06512: at "SYS.HTP", line 1397 ORA-06512: at "SYS.HTP", line 1689 ORA-06512: at "FLOWS_030000.WWV_FLOW_SW_API", line 428 ORA-01006: bind variable does not exist
    <end code>
    Can anyone help me with what this might be.
    Thanks in advance,
    Barry D.

    Scott,
    Sorry, I should have shared more details.
    APEX 3.0.1, RDBMS 10gR2. In summary, I am attempting to move an entire APEX application in the Oracle hosted instance, workspace PCPERMIT to an in-house hosted instance, workspace DEVPCPERMIT.
    The export seems to work without error. I am using the Export Application Utility
    (from selected application: EXPORT/IMPORT > EXPORT). I take all the defaults with the exception of OWNER OVERRIDE. I input the the new workspace name DEVPCPERMIT in this correpsonding box and save the SQL generated to my PC.
    With respect to import, I am logging into the DEVPCPERMIT workspace, uploading the script and executing from SQL WORKSHOP > SQL SCRIPTS > SCRIPT EDITOR. The scripts completes however when I view the results,
    the error that I mentioned is logged.
    Should you need anyother information, please let me know. Your help is appreciated.
    Thanks,
    Barry D.

  • Import error in 4.0.1.00.03

    Hi,
    I am trying to import a CSS export that came from the same version of APEX as well as the same Workspace on a different server.
    I keep getting this error:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-01003: no statement parsed &lt;pre&gt;begin wwv_flow.g_import_in_progress := true; end; &lt;/pre&gt;
    Error installing CSS
    I don't know what to do to get around this. Any suggestions would be much appreciated.
    I get the same errors for Image Exports and File Exports.
    The application exports imported without any problems though.
    Thanks,
    NH

    Thanks Patrick
    --Chandra.                                                                                                                                                                                                                                       

  • Error During INSTALL of Application Export File

    An error is reported during INSTALL of an application that I am trying to copy (Import/Install) from a "development" Work Space into a "production" Work Space. The production (target) Work Space is on the same HTML DB instance as the development Work Space.
    I am receiving the following INSTALL error:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    Following is some pertinent (hopefully) information:
    The above INSTALL error takes exception to part of a Region Select (sql) that works fine in the development Work Space.
    The common HTML DB (v1.6) instance is on UNIX.
    A new Work Space was created on the same instance.
    A new schema name was created during creation of the new Work Space. However, this schema does not point to a database. (We were not certain how to setup the schema to parse to our live database.) I will be running DBLINK upon production application startup in order to access the database objects.
    EXPORT INFO -
    File Format: UNIX (also, tried DOS but received same error during INSTALL)
    IMPORT INFO -
    File Type: Application/Page Export
    File Character Set: Western European Windows 1252
    Target Work Space is newly created on the same HTML DB instance.
    INSTALL INFO -
    *Parse As Schema: COLLIVE17 (Again, this schema does not parse to a database. I intend to use DBLINK.)
    *Build Status: Run and Build Application
    Please refer to above error message.
    Again, any insights or suggestions are appreciated.

    Urgently need help! I've read several other Forum messages having a related problem but none having same Install error message.
    Again, my Export/Import from development Workspace to production Workspace is successful. The following error is reported when I attempt to "Install" into the production Workspace:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    The "snippet" of Region Sql Select code that relates to the reported error is:
    ELSE htmldb_item.display_and_save (5, DECODE (GET_GRADE_B93 (sac.stc_final_grade,sac.stc_verified_grade),'18','AU','1','A','3','B','4','C','7','CR','5','D','46','DR','6','F','47','FW','49','IB','30','IC','31','ID','23','IF','44','MW','9','NC','21','RD','14','RD0','33','RD1','32','RD2','34','RD3','35','RD4','36','RD5','37','RD6','38','RD7','39','RD8','8','S','10','U','43','UD','41','UG','11','W'),'GRADE_'||ROWNUM) END q_v_grade,
    HTML DB version is: 1.6.0.00.67. I've also tried to Export/Import/Install the application into the "same" Workspace specifying the same schema, and only changing the Application ID. However, I get the same Install error (see above).
    Any suggestions on things to try in order to get application into production is greatly appreciated.
    Thanks, Bernard.

Maybe you are looking for