Problems met when upgrading APEX within Oracle XE to APEX 4.0

Hi,
When I tried to upgrade APEX within Oracle XE to APEX4.0, I met problems.
Here's how I did (I'm on windows 7):
1. Downloaded the latest oracle xe database (based on 10.2.0.1)
2. Installed it by running the setup.exe. The installation was success. And I can login to the database.
3. Downloaded latest application express (4.0)
4. Unzipped it into d:\
*5. Run sqlplus as sysdba, and run the install script: '@d:\apex\apexins.sql SYSAUX SYSAUX TEMP /i/'*
When doing this step, the sqlplus window closed quickly. I'm not sure whether this step is success as I can not find the log file in 'd:\apex' folder*
*6. I continued to run sqlplus as sysdba again, and run the load images script: '@d:\apex\apxldimg.sql d:\'*
When doing this step, some error messages in sqlplus window, saying:*
SQL> @D:\apex\apxldimg.sql D:\
PL/SQL procedure successfully completed.
old   1: create directory APEX_IMAGES as '&1/apex/images'
new   1: create directory APEX_IMAGES as 'D:\/apex/images'
Directory created.
if wwv_flow_utilities.db_version_is_at_least('11') then
*+
ERROR at line 32:
ORA-06550: line 32, column 25:
PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
ORA-06550: line 32, column 3:
PL/SQL: Statement ignored
PL/SQL procedure successfully completed.
if wwv_flow_utilities.db_version_is_at_least('11') then --11g onl
*+
ERROR at line 15:
ORA-06550: line 15, column 25:
PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
ORA-06550: line 15, column 3:
PL/SQL: Statement ignored
Commit complete.
timing for: Load Images
Elapsed: 00:00:00.29
Directory dropped.
SQL>
*7. Then I kept on running the change password script: '@d:\apex\@apxchpwd.sql'*
When doing this step, some error messages in sqlplus window, saying:*
SQL> @D:\apex\apxchpwd.sql
Enter a value below for the password for the Application Express ADMIN user.
Enter a password for the ADMIN user              []
ERROR:
ORA-01435: user does not exist
+...changing password for ADMIN+
wwv_flow_security.g_security_group_id := 10;
*+
ERROR at line 3:
ORA-06550: line 3, column 5:
PLS-00201: identifier 'WWV_FLOW_SECURITY.G_SECURITY_GROUP_ID' must be declared
ORA-06550: line 3, column 5:
PL/SQL: Statement ignored
ORA-06550: line 4, column 5:
PLS-00201: identifier 'WWV_FLOW_SECURITY.G_USER' must be declared
ORA-06550: line 4, column 5:
PL/SQL: Statement ignored
ORA-06550: line 5, column 5:
PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
ORA-06550: line 5, column 5:
PL/SQL: Statement ignored
ORA-06550: line 8, column 23:
PL/SQL: ORA-00942: table or view does not exist
ORA-06550: line 7, column 15:
PL/SQL: SQL Statement ignored
ORA-06550: line 13, column 32:
PLS-00364: loop index variable 'C1' use is invalid
ORA-06550: line 12, column 9:
PL/SQL: Statement ignored
ORA-06550: line 19, column 5:
PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
ORA-06550: line 19, column 5:
PL/SQL: Statement ignored
Could anybody help me on this problem ? Thanks a lot.

Hi,
I assume your install did fail.
As you can not find log file I assume it is something relating folder permissions.
I do not know folder these permissions work in Windows.
But try give everybody read/write permission to your d:\apex.
Then try again
Regards,
Jari
Edited by: jarola on Mar 11, 2011 3:58 PM
And change your working directory to d:\apex before you run scripts.
Then you can run just
@apexins SYSAUX SYSAUX TEMP /i/And see this guide
http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html

Similar Messages

  • Is there any consideration when upgrading RDBMS of Oracle E-business suite?

    Hi everybody,
    I want to know if there is any difference when upgrading RDBMS of Oracle E-business suite compared to alone Oracle RDBMS.
    What are considerations?
    Thank you all,
    Arash

    Yes - you need to follow special instructions available in My Oracle Support. You may also need to apply extra patches pre- or post-upgrade.
    As examples, see these MOS Docs
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0.2)          (Doc ID 881505.1)
    Interoperability Notes EBS R12 with Database 11gR2          (Doc ID 1058763.1)
    HTH
    Srini

  • Known problems database when Upgrading 4.7 to ECC 6.0

    Dear forum
    We are about to upgrade from SAP R/3 Enterprise 4.7 to SAP ECC 6.0.
    Is there anywhere we can retrieve a known problems database?
    Anything that could guide us to prevent any problems after the upgrade are of relevance.
    Of particular intrest is information about known problems in the application area (MM/SD/PP/LE/FI/CO).
    Thanks in advance,
    OT

    Hi Ola,
    Please go through the upgrade guide thorughly.
    It has everything you need.
    Regards,
    Ershad Ahmed.

  • Apex 4: Upgrading Apex within Oracle XE

    Hi,
    This post is directed to Apex team .
    Is it possible that instructions to upgrade Apex to XE found from below link is updated to include step to upgrade OWA_UTIL ?
    http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html
    Regards,
    Jari

    Hi,
    i am using APEX 4 on apex.oraclecorp.com and was hoping to install XE and APEX 4 on my laptop for easier development purposes.
    I installed XE and the APEX 2.1 that comes with it login nicely and i can use it.
    I then tried to upgrade the APEX to APEX 4.
    Used the following steps for the upgrade
    1. sqlplus system/password as sysdba
    2. @apexins SYSAUX SYSAUX TEMP /i/
    3. @apxldimg.sql D:\util\oraclexe
    4. @apxxepwd.sql password
    I went back to the XE login page, it has the upgraded look and i tried to login but nothing happens!
    I tried changing the password again using @apxchpwd
    I then tried to login via http://localhost:8080/apex/apex_admin and the XE login page
    Did i do something wrong?
    Pls Advise and thanks in advance for any help.
    NOTE : found the error, i didnt use the correct image directory.
    Regards
    Kian Chye
    Edited by: Seow Kian Chye on Nov 1, 2010 6:14 PM

  • Problems with executing shell script within oracle procedure

    I have procedure that's owned by Semantic user. This procedure calls job scheduler (owned by USER1) which in turn executes a shell script load_semantic.sh (owned by USER1).
    Now, there is a shell script(checkCount.sh)inside of this one (owned by this USER1) that has following contents:
    checkCount.sh
    #!/bin/bash
    MODEL=$1
    sqlplus -S user/pass << EOF
    whenever sqlerror exit 1;
    set echo on
    set verify off
    MERGE INTO SEMANTIC.COUNT_STATISTICS s
    USING (SELECT '$MODEL' AS MODEL, 0 AS NEW_COUNT, SYSDATE AS NEW_DATE, 0 AS OLD_COUNT, SYSDATE AS OLD_DATE FROM dual) t
    on (s.MODEL = t.MODEL)
    when not matched then
    INSERT (s.MODEL, s.NEW_COUNT, s.NEW_DATE, s.OLD_COUNT, s.OLD_DATE)
    VALUES (t.MODEL, t.NEW_COUNT, t.NEW_DATE, t.OLD_COUNT, t.OLD_DATE);
    COMMIT;
    UPDATE SEMANTIC.COUNT_STATISTICS SET  MODEL = '$MODEL', NEW_COUNT = (SELECT COUNT(*) FROM TABLE(SEM_MATCH('{?s ?p ?o}',SEM_Models('$MODEL'),NULL,SEM_ALIASES(SEM_ALIAS('','http://VISION/DataSource/SEMANTIC#')),NULL)) ),NEW_DATE  = SYSDATE,
    OLD_COUNT = NEW_COUNT, OLD_DATE  = NEW_DATE WHERE MODEL = '$MODEL' AND NEW_DATE = (select max(NEW_DATE) from SEMANTIC.COUNT_STATISTICS where MODEL = '$MODEL');
    COMMIT;
    exit;
    EOF
    So when I execute SEMANTIC.PROCEDURE:
    SEMANTIC.PROCEDURE => USER1.JOBSCHEDULER =>USER1.load_semantic.sh =>USER1.checkCount.sh
    It never populates the table SEMANTIC.COUNT_STATISTICS.
    I tried giving all of the permissions but I am probably missing something...
    Maybe fresh eyes can see something that I can't.

    I can't believe I am going to say this but the reason it was not working was because I removed oracle environment path from my script by mistake.
    . /etc/profile.d/oracle.sh
    Ugh...
    Now it is working perfectly.
    Btw, sqlplus does know about shell environment variables.
    THANK YOU GUYS!!! YOU ARE THE BEST!!!!!!!!!!!!!!!!!!
    I ONLY HAVE YOU TO TALK TO WHEN I AM STUCK ON A PROBLEM.

  • Problem met when call external exe in jar.

    hi all,
    in my java project, i call an external exe . i met a problem that sometimes the exe is not fully finished. How could i confirm that the exe is finished before i start to use the output of this exe.
    i use following code to call the external exe:
    Runtime.getRuntime().exec(command).

    Hi Avm,
    thanks very much.
    The simplest answer is that
    getRuntime().exec(command).waitFor() will help you.
    But besides of sync there are number of other
    potential problems with Runtime.exec
    Good examples and description there is here:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-
    traps.html

  • Time machine problem. Switching from one external drive to another. Problem started when upgrading to Mavrics, and changing to a WD drive

    I am a long time Mac user, running my business on an apple  platform since 1984. I currently use a 17" MacBook Pro as my primary computer for work. when it is at work it is plugged in via thunderbolt to my monitor and a one tb back up drive. I use time machine to back up the laptop to the one tb drive. When I go home, I take the laptop with me and use another drive at home as a back up. This way I have redundant back ups, in two separate locations. I have been doing this for years, and Time machine has worked flawlessly, automaticity switching from one drive to another.
    I recently switched to Maverics, and got a new drive for home. Now whether I am at home or at work, time machine fails to automatically back up. It will alert me every hour that backups cannot be completed, and I  must go to the time machine control panel and manually select a drive and click, "back up now". I also see an alert that says "waiting to complete first back up" even though each backup has been completed.
    This is quite annoying, and sometimes embarrassing. When giving lectures in large venues, the backup failure alert appears and shuts down my keynote presentation (again, something new since switching to Maverics and the new WD drive.
    I have reformatted the WD drive, and also spent time trying to change parameters in the time machine control panel, but so far no luck.
    Any advice out there?

    Time machine requires a GUID partion scheme, as well as a Mac OS X extended, journaled Volume.
    It needs these to correctly:
    1) copy the files
    2) run a modified spotlight index pass on the files
    Both are required to complete a abckup, and most new drives do not conme this way from the factory.

  • Problems facing when upgrading to 10.1.3.4

    Hi All,
    We have upgraded the BPEL server from 10.1.3.3 to 10.1.3.4 also Upgraded the database from 10G to 10.2.0.4
    We are facing the following exception in the BPEL while invoking the Other BPEL throught PartenerLink this BPEL worked fine in 10.1.3.3 but throwing remote exceptions in 10.1.3.4
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection reset
    Thanks In Advance

    Apply 10.1.3.4 MLR # 8 patch - 8372150

  • When upgrade to APEX 4.0, an ORA error, Is it bug?

    Oracle Database 10g Express Edition Release 10.2.0.1.0, APEX 3.2.1
    When it processed on
    ...PAGE 591: Create / Edit Action
    ERROR:
    ORA-01756: quoted string not properly terminated
    is it aninstallation bug?

    Hello,
    I met same problem as robinZ when upgrading APEX 3.2.1 to 4.0. Database is 11.2.0.1.0.
    Here is a procedure of installation. It's almost same as user12146287 but I use apex_4.0.zip, not apex_4.0_en.zip.
    1, unzip apex_4.0.zip
    2, create tablespace for APEX 4.0
    CREATE BIGFILE TABLESPACE ts_apex4 DATAFILE 'C:\xxx\TS_APEX4.DBF' SIZE 100M AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED;
    3, move to apex folder
    4, login db with SQL*Plus as sysdba
    5, run "@apexins ts_apex4 ts_apex4 temp /i/"
    6, then I've received ORA-01756 error. Here is a log
    VI. I N S T A L L B U I L D E R A P P L I C A T I O N S
    define "^" (hex 5e)
    APPLICATION 4000 - Oracle APEX AppBuilder
    Set Credentials...
    Check Compatibility...
    API Last Extended:20100513
    Your Current Version:20100513
    This import is compatible with version: 20100513
    COMPATIBLE (You should be able to run this import without issues.)
    Set Application ID...
    ...authorization schemes
    ...navigation bar entries
    ...application processes
    ...application items
    ...application level computations
    ...Application Tabs
    ...Application Parent Tabs
    ...Shared Lists of values
    ...Application Trees
    ...page groups
    ...PAGE 0: Page Zero
    ...PAGE 1: Application Builder
    ...PAGE 2: Supporting Objects
    ...PAGE 3: Grid Edit Breadcrumbs
    ...PAGE 4: Define Master Table
    ...PAGE 584: Copy Template
    ...PAGE 585: Confirm Create Web Service Reference
    ...PAGE 586: Breadcrumb Hierarchy
    ...PAGE 587: Copy Branch
    ...PAGE 588: Test Web Service
    ...PAGE 589: View Web Reference
    ...PAGE 590: Copy Process
    ...PAGE 591: Create / Edit Action
    ERROR:
    ORA-01756: 引用符付き文字列が正しく終了していません

  • Unable to Login into APEX after upgrade from ORACLE XE to APEX 3.2

    Hi,
    I have upgraded Oracle 10g XE to with apex_3.2 on the Windows XP.
    My ORACLE XE wa in folder "C:\ORACLE XE"
    And APEX 3.2 in folder "C:\Ver 3.2\APEX"
    Once you complete the standard install, i performd the following steps to complete
    the upgrade which i got on my previous post.
    Till normal installation i was able to login in Apex link and was able to run my application which was
    in oracle XE but the only problem was i was unable to see any images in "EDIT PAGE" but my application was running well.
    then i did following steps to get those images
    Connect to SQL*Plus as SYS
    @APEX_HOME/apex/apxldimg.sql APEX_HOME
    @APEX_HOME/apex/apxxepwd.sql password
    (where password is the password of the Application Express internal ADMIN account)
    I chanbged image directory as below
    FROM:
    create directory APEX_IMAGES as ‘&1/apex/images’ ;
    TO:
    create directory APEX_IMAGES as ‘c:\oraclexe\apex\images’ and also tried ‘c:\ver 3.2\apex\images’;
    Ran @apxldimg.sql
    @apxxepwd.sql password (where password is the password of the Application Express internal ADMIN account)
    Exit from the SQL*Plus session.
    Change directory to c:\oraclexe\apex\owa, open the README.TXT file and follow the instructions within to complete the installation
    But now i am unable to login into the page itself. It "showing Page Not Found"
    Please kindly help me how to run APEX now through link.
    Thanks in advance.
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Aug 11, 2009 2:05 AM
    Edited by: user11204334 on Aug 11, 2009 4:30 AM

    Hi John,
    Thanks for reply
    I got error while doing following steps in few procedures
    Change directory to c:\oraclexe\apex\owa, open the README.TXT file and follow the instructions within to complete the installation
    Before doing the above step i was able to login into my application but without images
    Can you please help that how to check those errors and any particular procedure you know which is responsible for the Login problem.
    Thanks a Lot for help John
    Thanks & Regards
    Sanjay

  • I have a problem when update tables with a database link (APEX)

    Hi, I search answers for my problem and I not found a solution. My problem start when I open page with database link statement in APEX. I drop tables and execute this for update the tables in APEX.
    EXECUTE IMMEDIATE 'CREATE TABLE XXXXXXX
    AS
    SELECT A1,A2,A3
    FROM AAA@BBB';
    I use Mozilla Firefox and isn't always updated the tables because it shows dialog for downloading file "f". I rename the file to txt and I see the text "IBMPC/WIN_NT-8.1.0"...
    In the explorer always show a window only the text "IBMPC/WIN_NT-8.1.0"...
    What is the solution for my problem? I need update this tables.
    Thanks. John.

    It's easy. It doesn't work a database link, on apex, with a pl/sql code or store procedure.
    I saw that many people had the same problem but I don't see a solution.
    As I put up, I want to remove my tables on APEX and copy the table of my Oracle database with the update dates.
    The posts are from the same problem as my English is very bad, it got to help explain the problem.
    I have a page with a pl/sql code. This code in Oracle is correctly.
    For example, with this code I update the table PRUEBAS with the data of TABLEX.
    BEGIN
    BEGIN
    EXECUTE IMMEDIATE 'DROP TABLE "PRUEBAS"';
    EXCEPTION WHEN OTHERS THEN NULL;
    END;
    EXECUTE IMMEDIATE 'CREATE TABLE "PRUEBAS"
    AS
    SELECT AAA,
    BBB,
    CCC
    FROM TABLEX';
    END;
    But, in this code, I have the problem.
    BEGIN
    BEGIN
    EXECUTE IMMEDIATE 'DROP TABLE "PRUEBAS"';
    EXCEPTION WHEN OTHERS THEN NULL;
    END;
    EXECUTE IMMEDIATE 'CREATE TABLE "PRUEBAS"
    AS
    SELECT AAA,
    BBB,
    CCC
    FROM TABLEX@DB_LINK';
    END;
    I sometimes get an error. Sometimes it works fine, but half of the tries Apex returns "IBMPC/WIN_NT-8.1.0" in the browser and I am not using an IBM PC or Win NT...
    And i read that In the alert_xe.log file there are a error of core dump... ... :S or that the application return corrupt headers.... Is a problem of versions?
    I used a synonym and I have the same problem.      
    Even if I run the code on SQL COMMANDS (SQL WORKSHOP) it shows dialog for downloading file "f". I rename the file to txt and I see the text "IBMPC/WIN_NT-8.1.0"...
    The problem is in Mozilla Firefox and in IE.
    I have the OracleXE 10g (Application Express 3.0.1.00.08).
    And the question is.. ... ... ... ... What is the solution? :)
    Thanks.
    John.

  • Problem when I extend an oracle rac 10g on new node

    Hi everyone
    I need to extend an oracle RAC but i have problems when I add a new node. My actual enviroment is:
    1) Oracle Grid Infraestructure 11gR2 - 11.2.0.3 (Upgraded from Clusterware 10gR2 + ASM 10gR2)
    2) Oracle Rac Database - 10.2.0.5
    (all on one only node)
    The first problem was when I executed the script "root.sh" on the new node because this script called the old Clusterware home (/oracle/product/10.2.0/crshome). I edited the file and I changed this path for /oracle/gridbase/product/11.2.0/gridhome (current home for GI). Finally, I execute the script.
    Now, I tried to extend the rac through of DBCA, but when, I choose the new node and I clic on "next" button then appears the following error:
    "The nodes "[rstatbdbpm02]" are not part of the cluster. Make sure clusterware is active on these nodes before proceeding"
    However, when I execute the "crsctl" command to view the status of cluster the result is correct:
    [oracle@rstatbdbpm01] /home/oracle > crsctl status res -t
    NAME TARGET STATE SERVER STATE_DETAILS
    Local Resources
    ora.DATA.dg
    ONLINE ONLINE rstatbdbpm01
    ONLINE ONLINE rstatbdbpm02
    ora.LISTENER.lsnr
    ONLINE ONLINE rstatbdbpm01
    ONLINE ONLINE rstatbdbpm02
    ora.asm
    ONLINE ONLINE rstatbdbpm01 Started
    ONLINE ONLINE rstatbdbpm02 Started
    ora.gsd
    OFFLINE OFFLINE rstatbdbpm01
    OFFLINE OFFLINE rstatbdbpm02
    ora.net1.network
    ONLINE ONLINE rstatbdbpm01
    ONLINE ONLINE rstatbdbpm02
    ora.ons
    ONLINE ONLINE rstatbdbpm01
    ONLINE ONLINE rstatbdbpm02
    ora.registry.acfs
    ONLINE ONLINE rstatbdbpm01
    ONLINE ONLINE rstatbdbpm02
    Cluster Resources
    ora.BDBPM.BDBPM1.inst
    1 ONLINE ONLINE rstatbdbpm01
    ora.BDBPM.BPMVEH.BDBPM1.srv
    1 ONLINE ONLINE rstatbdbpm01
    ora.BDBPM.BPMVEH.cs
    1 ONLINE ONLINE rstatbdbpm01
    ora.BDBPM.db
    1 ONLINE ONLINE rstatbdbpm01
    ora.LISTENER_SCAN1.lsnr
    1 ONLINE ONLINE rstatbdbpm02
    ora.LISTENER_SCAN2.lsnr
    1 ONLINE ONLINE rstatbdbpm02
    ora.LISTENER_SCAN3.lsnr
    1 ONLINE ONLINE rstatbdbpm01
    ora.cvu
    1 ONLINE ONLINE rstatbdbpm01
    ora.oc4j
    1 ONLINE ONLINE rstatbdbpm01
    ora.rstatbdbpm01.vip
    1 ONLINE ONLINE rstatbdbpm01
    ora.rstatbdbpm02.vip
    1 ONLINE ONLINE rstatbdbpm02
    ora.scan1.vip
    1 ONLINE ONLINE rstatbdbpm02
    ora.scan2.vip
    1 ONLINE ONLINE rstatbdbpm02
    ora.scan3.vip
    1 ONLINE ONLINE rstatbdbpm01
    [oracle@rstatbdbpm01] /home/oracle >
    Please, Any idea with that problem?
    Thanks,
    Luis

    Hi,
    Please check dbca trace logs for further checks, it will give an idea what command is being run to check status of cluster.
    Generally first checks should be on inventory for rdbms home, grid home and making sure no ORACLE related parameter is set in environment.
    Regards,
    Sharma

  • Problem faced when installing oracle 10g

    i faced this problem when intalling oracle 10g in windows xp. this dos prompt opens for 5 min. and then it get closed..after tht nuthing happens.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2. Actual 5.1
    Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 4
    294967296 Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from C:\DOCUME~1\ADMINI~1\LOCALS~
    1\Temp\OraInstall2006-09-02_03-43-19AM. Please wait ...

    Check the directory read-write permission and the space on the C:\ Drive C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2006-09-02_03-43-19AM.
    Actually Oracle Installer might be trying to create log file and due to above two reason not able to proceed.

  • Problem when trying to refresh oracle screens with latest data

    hello experts,
    i have one problem,i want to refresh the oracle screen with the latest data from the data
    base.
    It is a two stage process.At first step one user will select a row from the screen and then he will press a button .
    now the second screen will appear and the detail of the employee will be displayed.
    First step has been completed and the data is coming in the second form via parameters and i can see the full information of the employee.
    Now i want to refresh the oracle form i.e. suppose if my dba has made any changes in the oracle table( EMP table) i want that after pressing the refresh button user can see the
    latest data from the database.
    in WHEN_BUTTON_PRESSED trigger i have written this codes.
    enter_query;
    execute_query;
    but they are not giving the expected result.
    And one more thing please suggest whether in the second form i should use database item
    or non database item.
    When i am using database item when i am trying to close second from one pop up is appearing
    and asking that whether i want to save the changes.
    please suggest how can i remove this message from my application.
    Regards
    Anutosh

    Hi,
    what data did you transfer via parameters to the second form ?
    how did you populate the datablock in the second form ?
    Typical solution would be:
    (For my example the block is both forms is named EMP, and is based on the table SCOTT.EMP)
    In Form 1, transfer the primary key-value of the current record to a global or parameter (will use global in my example):
    e.g. you have a WHEN-BUTTON-PRESSED-Trigger with the following code:
    <pre>
    :GLOBAL.EMPNO:=:EMP.EMPNO;
    CALL_FORM('FORM2');
    </pre>
    In Form 2, you have a WHEN-NEW-FORM-INSTANCE-Trigger with code:
    <pre>
    DEFAULT_VALUE('GLOBAL.EMPNO', NULL);
    IF :GLOBAL.EMPNO IS NOT NULL THEN
    GO_BLOCK('EMP');
    EXECUTE_QUERY;
    :GLOBAL.EMPNO:=NULL;
    END IF;
    </pre>
    On block EMP in Form 2 there is a PRE-QUERY-Trigger with following code:
    <pre>
    IF :GLOBAL.EMPNO IS NOT NULL THEN
    :EMP.EMPNO:=:GLOBAL.EMPNO;
    END IF;
    </pre>
    And at last, in your refresh-button would be the following code:
    <pre>
    :GLOBAL.EMPNO:=:EMP.EMPNO;
    GO_BLOCK('EMP');
    EXECUTE_QUERY;
    :GLOBAL.EMPNO:=NULL;
    </pre>
    Hope this helps

  • Hi i have an ipod 4th gen. the problem is when ever i try to sync my iPod to my computer a mesage comes up and says that the ipod can't be backed up. There wasn't a problem until I upgraded the software. How do I fix this??

    Hi i have an ipod 4th gen. the problem is when ever i try to sync my iPod to my computer a mesage comes up and says that the ipod can't be backed up. There wasn't a problem until I upgraded the software. How do I fix this??

    Try here:
    iOS: Troubleshooting backup issues in iTunes

Maybe you are looking for

  • MacBook Pro (15-inch, Mid 2010) Crashes Every So Often

    I've been having issues with my MacBook Pro (15-inch, Mid 2010) for several months now. I have Mountain Lion and every time I have several apps open it crashes and reboots. I took it to the Apple Store twice and both times they reinstalled the OS. I

  • Custom table Not deleting the line items on the order.

    Hi All I have an issue, In SAP  we have created a custom table which is related to ship to party, as and when we delete any line items in the order(VBAP)  it should update /delete the custom table but it is not deleting, while when we create any line

  • How do I change the default properties for Replace(Ins)?

    Acrobat Pro X Comment tools: Annotations All tool icons EXCEPT Replace(Ins) show "Tool Default Properties" as an option when right-clicked.  When I right-click a particular replacement in the document and select "Properties," there is no option to se

  • Dreamweaver template file (.dwt) updates related files but not file time stamp

    I updated a bunch of dreamweaver template files, and allowed dreamweaver to update the affected files in the site. The file were all checked out, and they were updated. However, the timestamp of the files did not update. Now, when I synchronise with

  • Standard report to display char. attributes

    Dear Team, Is there any standard report / screen for the display of result recorded against the inspection lots. Currently we are using QA33 - work list, by the help of this work list we have to display char. attributes individually. But the requirem