Data Pump - Trying to Export to *Another Server* Gives Error

hi experts,
I'm using 10.2.0.4 on Windows.
I want to create a Scheduler job to periodically refresh my test database from my production database which resides on a different Windows server.
Using the Database Control GUI to create the Export job, if I specify a Directory that is on the other server, the job fails to create and I get this error:
Export Submit Failed
Errors: ORA-39002: invalid operation ORA-39070: Unable to open the log file. ORA-29283: invalid file operation ORA-06512: at "SYS.UTL_FILE", line 488 ORA-29283: invalid file operation Exception : ORA-39002: invalid operation ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79 ORA-06512: at "SYS.DBMS_DATAPUMP", line 2953 ORA-06512: at "SYS.DBMS_DATAPUMP", line 3189 ORA-06512: at line 2
But if I use a local directory ie one that is on the same server that the export will run on.... no problem - job is created and it executes fine.
?? What is required to be able to export to a non-local destination?
Thanks, John

Thanks for the replies and ideas.
This is what the GUI generated:
declare
h1 NUMBER;
begin
begin
h1 := dbms_datapump.open (operation => 'EXPORT', job_mode => 'SCHEMA', job_name => 'DP_EXPORT_SSU', version => 'COMPATIBLE');
end;
begin
dbms_datapump.set_parallel(handle => h1, degree => 1);
end;
begin
dbms_datapump.add_file(handle => h1, filename => 'EXPSSU.LOG', directory => 'DP_FROMULTRAPRD', filetype => 3);
end;
begin
dbms_datapump.set_parameter(handle => h1, name => 'KEEP_MASTER', value => 0);
end;
begin
dbms_datapump.metadata_filter(handle => h1, name => 'SCHEMA_EXPR', value => 'IN(''SSU'')');
end;
begin
dbms_datapump.add_file(handle => h1, filename => 'EXPSSU%U.DMP', directory => 'DP_FROMULTRAPRD', filetype => 1);
end;
begin
dbms_datapump.set_parameter(handle => h1, name => 'INCLUDE_METADATA', value => 1);
end;
begin
dbms_datapump.set_parameter(handle => h1, name => 'DATA_ACCESS_METHOD', value => 'AUTOMATIC');
end;
begin
dbms_datapump.set_parameter(handle => h1, name => 'ESTIMATE', value => 'BLOCKS');
end;
begin
dbms_datapump.start_job(handle => h1, skip_current => 0, abort_step => 0);
end;
begin
dbms_datapump.detach(handle => h1);
end;
end;
After I finally got the job to execute (by specifying a local path), the export completed successfully.... BUT the job does not appear as a Scheduler Job. I expected to see it there. In reading it seems that, to execute a DP job, you first have to attach it, then run dbms_datapump.start_job - is that correct?
** How can I see the data pump jobs that exist?
I will create a database link and tweak my tnsnames file.
Steve, I prefer to drive this from the Production server so I will use a Network Export from that server going to dump files on the Test server.
** But I'm confused by your statement saying "in either case, the job will run on the test server". ??
2 years from now, when I have forgotten about all of this, I want to only have to look at the scheduled jobs on the Production server to determine all the jobs that depend on that server.
I'll post back with the results of my little "experiment". Thanks for your suggestions.
John - Memphis TN USA
Edited by: user629010 on Dec 23, 2008 3:08 PM

Similar Messages

  • Oracle data pump vs import/export utility

    Hello all,
    What is the difference between Oracle Data Pump and Import/Export utility? which on is the faster?

    Handle:      user9362044
    Status Level:      Newbie
    Registered:      Jan 26, 2011
    Total Posts:      31
    Total Questions:      11 (7 unresolved)
    so many questions & so few answers.
    What is the difference between Oracle Data Pump and Import/Export utility?unwilling or incapable to Read The Fine Manual yourself?
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm

  • I am using iWeb '08 2.0.4 to create a web page...since I will not be able to publish to Mobileme I am trying to publish to another server...I keep getting this error message " Parse error: syntax error, unexpected T_STRING"  I have no idea what to do????

    I am using iWeb '08 2.0.4 to create a web page...since I will not be able to publish to Mobileme I am trying to publish to another server...I keep getting this error message " Parse error: syntax error, unexpected T_STRING"  I have no idea what to do???? Any Suggestions?

    This is to do with the .htaccess file on your server.
    You either need to deal with this and open it with an html editor or change your web host.
    Do a search of this forum and there are plenty of posts that relate to parse error and .htaccess pages.  Have a look on the right hand side of this post and you will see similar ones like yours.

  • Why does my computer keep trying to go to another server?

    My macbook switched to another network when I close it. Why does it do this? I have not experienced this before. I have my own network server and each time I clost my macbook it goes to another server; to be exact it is optimum. I don't have that service at all.
    Please help. I feel like something fishy is going on.....

    What model is your Mac? Go to Apple > About This Mac > More Info.
    It should either say something like "Early 2010 iMac" or "MacBook 5,2"

  • When trying to Export Movie, I get an error saying Unable to prepare project for publishing. Can anyone help?

    I have been trying to Export a 48 minute movie (stills, titles, transitions, and background music using iMovie 11 Ver 9. After a couple of hours of rendering, it stops with th efollowing error: "Unable to prepare project for publishing. The project could not be prepared for publishing because an error occured. (File already open with with write permission)". Can anyone help? Thanks.

    I'd start with the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Why am I getting this error message when trying email a PDF?Server Connection Error. Please verify that port 143 is available for connection on your machine or contact your administrator.

    My Inspector for my house sent me his report via PDF that I had to access from an online link. I downloaded it but cannot forward it in an email to my insurance company who is requiring a copy. I get this error report every time:
    Server Connection Error. Please verify that port 143 is available for connection on your machine or contact your administrator.
    I have no idea what this means. Can someone help? I really don't want to have to print and scan this beast but I've been messing with this for 2 days now and am out of ideas.
    Thanks!

    I'm having the same issue.  Did you resolve it?

  • Report server gives error

    i have installed oracle 9i AS (EE)on NT,
    Now i want to display reports in pdf/HTML on web broswer. For that i am trying to run report tester page given through broswer it is showing one page having Button(run report), when i click on that, it gives error unable to connected to database, and request rejected by report server. WHY ???
    i want to display reports through JSP How it can be done? Does anybody knows it?
    Naresh
    null

    Please check at http://<server>/dev60html/runrep.htm for follwings :
    01. your test.rdf must be in report60 folder
    02. your db must contain scott user
    03. connect string must be tested and give the same inplace of test
    04. your webhost may contain a dot, please check this should be the same as yours
    hope this will help
    bye !

  • Copy paste of a package to another user gives error ..

    Hi,
    I have created a package having procedures in a user .Now when i copy and paste that package in another server user,that is giving error . When i separatelly run the code where error is shown, then is ran successfully.
    All the errors says that "table or view does not exist" ,even the table exists ,since they are saying about system tables.
    The error code is ORA-00942
    What is this problem ?
    Thanks.
    Edited by: user12222356 on Jun 14, 2010 10:04 AM

    ok,this is the exact package code.
    i am using Oracle 10g
    CREATE OR REPLACE PACKAGE BODY GKP020 AS
    PROCEDURE TABLE_NAME (tb_cursor OUT md_cursor)
    AS BEGIN
    OPEN tb_cursor FOR SELECT DISTINCT UPPER(TABLE_NAME) FROM DBA_CONSTRAINTS WHERE owner='GIUSR'
                    AND CONSTRAINT_TYPE = 'P' AND table_name IN (SELECT OBJECT_NAME
                   FROM dba_objects WHERE owner = 'GIUSR' AND object_type = 'TABLE'
                   AND object_name NOT LIKE ('%_BKP') AND object_name NOT LIKE ('%_LOG') AND object_name LIKE ('%YKPI_%')) MINUS SELECT DISTINCT TABLE_NAME
                   FROM DBA_CONSTRAINTS WHERE owner='GIUSR' AND CONSTRAINT_TYPE = 'R'
                   AND table_name IN (SELECT OBJECT_NAME FROM dba_objects WHERE owner = 'GIUSR'
                   AND object_type = 'TABLE' AND object_name NOT LIKE ('%_BKP') AND object_name NOT LIKE ('%_LOG')) UNION
                   (SELECT OBJECT_NAME FROM dba_objects WHERE owner = 'GIUSR' AND object_type = 'TABLE'
                   AND object_name NOT LIKE ('%_BKP')  AND object_name NOT LIKE ('%_LOG') AND object_name LIKE ('%YKPI_%')MINUS (SELECT DISTINCT TABLE_NAME FROM DBA_CONSTRAINTS
                   WHERE owner='GIUSR' AND CONSTRAINT_TYPE = 'P' AND table_name IN (SELECT OBJECT_NAME
                   FROM dba_objects WHERE owner = 'GIUSR' AND object_type = 'TABLE' AND object_name
                   NOT LIKE ('%_BKP') AND object_name NOT LIKE ('%_LOG')) MINUS SELECT DISTINCT TABLE_NAME FROM DBA_CONSTRAINTS WHERE owner='GIUSR'
                   AND CONSTRAINT_TYPE = 'R' AND table_name IN  (SELECT OBJECT_NAME FROM dba_objects
                   WHERE owner = 'GIUSR' AND object_type = 'TABLE' AND object_name NOT LIKE ('%_BKP') AND object_name NOT LIKE ('%_LOG'))))
                   MINUS ( SELECT DISTINCT origtab FROM (SELECT a.owner ORIGOWNER, a.constraint_name ORIGCONS,
                   a.constraint_type ORIGCONSTYP,  a.table_name ORIGTAB, b.column_name ORIGCOL,
                   b.position ORIGCOLPOS, a.r_owner FKOWNER, a.r_constraint_name FKCONS, c.Table_name FKTABS,
                   c.column_name FKCOL, c.position FKCOLPOS FROM dba_constraints a, dba_cons_columns b,
                   dba_cons_columns c WHERE a.owner='GIUSR' AND a.table_name IN (SELECT OBJECT_NAME
                   FROM dba_objects WHERE owner = 'GIUSR' AND object_type = 'TABLE' AND object_name
                   NOT LIKE ('%_BKP') AND object_name NOT LIKE ('%_LOG')) AND a.constraint_type='R' AND a.owner=b.owner AND a.table_name=b.table_name
                   AND a.CONSTRAINT_NAME = b.CONSTRAINT_NAME AND a.owner=c.owner
                   AND a.r_constraint_name = c.constraint_name AND b.position = c.position) aa
                   LEFT OUTER JOIN (SELECT DISTINCT TABLE_NAME FROM DBA_CONSTRAINTS    WHERE owner='GIUSR'
                   AND CONSTRAINT_TYPE = 'P' AND table_name IN (SELECT OBJECT_NAME FROM dba_objects
                   WHERE owner = 'GIUSR' AND object_type = 'TABLE' AND object_name NOT LIKE ('%_BKP') AND object_name NOT LIKE ('%_LOG'))
                   MINUS SELECT DISTINCT TABLE_NAME FROM DBA_CONSTRAINTS WHERE owner='GIUSR'
                   AND CONSTRAINT_TYPE = 'R' AND table_name IN (SELECT OBJECT_NAME FROM dba_objects
                   WHERE owner = 'GIUSR' AND object_type = 'TABLE' AND object_name NOT LIKE ('%_BKP') AND object_name NOT LIKE ('%_LOG'))) bb
                   ON aa.FKTABS=bb.TABLE_NAME WHERE bb.TABLE_NAME IS NULL);
    END TABLE_NAME;
    PROCEDURE COLUMN_NAME (tab_name IN VARCHAR2, tb_cursor OUT md_cursor)
    AS
    BEGIN
    OPEN tb_cursor FOR SELECT column_name FROM dba_tab_columns
                   WHERE owner='GIUSR' AND table_name= tab_name
                   AND column_name NOT LIKE ('%_MANDT') AND column_name NOT LIKE ('%_CRT_ID')
                   AND column_name NOT LIKE ('%_CRT_TS') AND column_name NOT LIKE ('%_UPD_ID')
                   AND column_name NOT LIKE ('%_UPD_TS') AND column_name NOT LIKE ('%_FL_ACTIVE')
                   AND column_name NOT LIKE ('%_DEFN') AND column_name NOT LIKE ('%_PIC');
    END COLUMN_NAME;
    PROCEDURE PRMKY_COL (tab_name IN VARCHAR2, tb_cursor OUT md_cursor)
    AS
    BEGIN
    OPEN tb_cursor FOR SELECT COLUMN_NAME FROM dba_cons_columns a, dba_constraints b
                       WHERE a.table_name = tab_name AND a.OWNER = 'GIUSR' AND b.constraint_type = 'P'
                          AND a.table_name = b.table_name AND a.owner = b.owner
                       AND a.CONSTRAINT_NAME = b.CONSTRAINT_name MINUS
                       SELECT COLUMN_NAME FROM dba_cons_columns a, dba_constraints b
                       WHERE a.table_name = tab_name AND a.OWNER = 'GIUSR' AND b.constraint_type = 'R'
                       AND a.table_name = b.table_name AND a.owner = b.owner
                       AND a.CONSTRAINT_NAME = b.CONSTRAINT_name;
    END PRMKY_COL;
    PROCEDURE ALL_PRMKY_COL (tab_name IN VARCHAR2, tb_cursor OUT md_cursor)
    AS
    BEGIN
    OPEN tb_cursor FOR SELECT DISTINCT COLUMN_NAME FROM dba_cons_columns a, dba_constraints b
                       WHERE a.table_name = tab_name AND a.OWNER = 'GIUSR' AND b.constraint_type = 'P'
                       AND a.table_name = b.table_name AND a.owner = b.owner
                       AND a.CONSTRAINT_NAME = b.CONSTRAINT_name;
    END ALL_PRMKY_COL;
    PROCEDURE DDL_COL (tab_name IN VARCHAR2, tb_cursor OUT md_cursor)
    AS
    BEGIN
    OPEN tb_cursor FOR SELECT COLUMN_NAME FROM dba_cons_columns a, dba_constraints b
                     WHERE a.table_name = tab_name AND a.OWNER = 'GIUSR' AND b.constraint_type = 'R'
                     AND a.table_name = b.table_name AND a.owner = b.owner AND a.CONSTRAINT_NAME = b.CONSTRAINT_name;
    END DDL_COL;
    PROCEDURE HEADER_NAME (col_name IN VARCHAR2, tab_name IN VARCHAR2, tb_cursor OUT md_cursor)
    AS
    BEGIN
    OPEN tb_cursor FOR SELECT INITCAP(a.COLUMN_NAME), INITCAP(COMMENTS)
                FROM dba_tab_columns a LEFT OUTER JOIN DBA_COL_COMMENTS c
                ON a.OWNER = c.owner
                AND a.table_name = c.table_name
                AND a.column_name = c.column_name
                WHERE a.table_name =  tab_name
                AND a.OWNER = 'GIUSR'
                AND a.column_name IN (col_name);
    END HEADER_NAME;
    PROCEDURE DDL_REF_TBL (col_name IN VARCHAR2, tab_name IN VARCHAR2, tb_cursor OUT md_cursor)
    AS
    BEGIN
    OPEN tb_cursor FOR SELECT DISTINCT c.COLUMN_NAME, c.TABLE_NAME  FROM dba_cons_columns c,
                       (SELECT a.table_name, a.OWNER, b.constraint_type, a.constraint_name,
                       b.R_constraint_name, a.COLUMN_NAME FROM dba_cons_columns a, dba_constraints b
                       WHERE a.table_name = tab_name AND a.OWNER = 'GIUSR' AND b.constraint_type = 'R'
                       AND a.table_name = b.table_name AND a.OWNER = b.OWNER
                       AND a.constraint_name = b.constraint_name
                       AND a.COLUMN_NAME = col_name ) d
                       WHERE c.owner=d.owner AND c.constraint_name=d.R_Constraint_Name
                       AND SUBSTR(c.column_name, 4, LENGTH(c.column_name)-3) = SUBSTR(d.column_name, 4, LENGTH(d.column_name)-3);
    END DDL_REF_TBL;
    PROCEDURE DDL_REF_CLMN (tab_name IN VARCHAR2, tb_cursor OUT md_cursor)
    AS
    BEGIN
    OPEN tb_cursor FOR SELECT DISTINCT COLUMN_NAME, TABLE_NAME FROM DBA_COL_COMMENTS
                   WHERE OWNER = 'GIUSR' AND Comments='Description' AND table_name =tab_name;
    END DDL_REF_CLMN;
    END GKP020;The error list is:
    >
    LINE/COL ERROR
    4/20 PL/SQL: SQL Statement ignored
    6/21 PL/SQL: ORA-00942: table or view does not exist
    38/20 PL/SQL: SQL Statement ignored
    38/44 PL/SQL: ORA-00942: table or view does not exist
    49/20 PL/SQL: SQL Statement ignored
    49/64 PL/SQL: ORA-00942: table or view does not exist
    61/20 PL/SQL: SQL Statement ignored
    61/73 PL/SQL: ORA-00942: table or view does not exist
    70/20 PL/SQL: SQL Statement ignored
    70/64 PL/SQL: ORA-00942: table or view does not exist
    77/20 PL/SQL: SQL Statement ignored
    LINE/COL ERROR
    78/52 PL/SQL: ORA-00942: table or view does not exist
    90/20 PL/SQL: SQL Statement ignored
    92/80 PL/SQL: ORA-00942: table or view does not exist
    103/20 PL/SQL: SQL Statement ignored
    103/65 PL/SQL: ORA-00942: table or view does not exist
    >
    Edited by: user12222356 on Jun 14, 2010 11:45 AM

  • TRYING TO EXPORT TO PDF FILE GIVE INTERNAL SERVER ERROR

    Hi,
    I am trying to get the PDF export functionality working.
    I followed the technote: Rendering Oracle HTMLDB Reports as PDFs Using Formatting Objects Processor.
    My DBA have placed the fop-0.20.5 directory in the $ORACLE_HOME/oc4j/j2ee.
    IE. ora10>/appl/oracle/product/10.2.0/oc4j/j2ee/fop-0.20.5> ls
    CHANGES ReleaseNotes.html docs lib
    KEYS STATUS examples xalan.bat
    LICENSE build fop.bat xalan.sh
    README conf fop.sh
    However the oc4j does not appear. Is there additional configurations needed for the oc4j? The
    documentation does not provide any details.
    My question is regarding the server, is it enough to install the HTTP server from the companion CD?
    My DB is Oracle 10g and my APEX Version is 1.6
    Thanks for any advise!
    Nera

    Try extracting part of the file and see if the extracted part can be Exported. If so, repeat with the next set of pages. When done, try to load all into the first file.

  • Read data from a .csv located on another server

    Hi!:
    I've an application that currently reads some data from a .CSV file that I upload everyday using a file browser item plus a custom procedure to parse it. I was wondering if it'd be possible to automatically read the information from a remote file located in a web server. I've been looking for ways to do this, but couldn't find anything. Do you have any ideas?.
    thanks for your help!

    I'm pretty sure the answer is no, if it's not on the database server.
    However (this isn't my area of expertise really) if your server admins have the ability to somehow mount a network drive (or volume? sorry i don't know the terminology or details) to the database server and then, as far as the database server is concerned, the file looks/walks/talks as if it's local on the same box and then you can reference it via UTL_FILE, an external table, etc.

  • Possible to use ZFS export from another server to boot/load LDOM?

    Have a T1000 with 2 72GB disks, configured as a RAID mirror in firmware, so there's not a lot of available local disk space.
    Would like to know if it's possible to use a ZFS volume exported to the base system, to build an LDOM?
    Assumes that we upgrade the T1000 to the 10/08 release that supports ZFS for boot devices.
    If it's not likely to succeed using exported ZFS volumes, will it work for an exported disk or slice?
    Want to use sorage available from an X4500 to ensure ldoms have enough space to live happily in.

    Yes, you can use a ZFS volume as a backend for an LDom.
    Chapter 5 of the LDoms Admin Guide has some good detail.
    http://docs.sun.com/source/820-4894-10/chapter5.html
    "The virtual disk backend can be a physical disk, a physical disk slice, a file, a volume from a volume management framework,
    such as the Zettabyte File System (ZFS), Solaris Volume Manager (SVM), Veritas Volume Manager (VxVM), or any disk pseudo
    device accessible from the service domain."
    You don't explicitly need the ZFS boot support in Solaris 10 10/08 (S10U6) as the LDoms support is independent of that - support
    for LDoms devices booting off a ZFS volume was added to the LDoms drivers in Solaris 10 5/08 (S10U5).
    So you could do the following.
    zfs create -V 10G ldoms/domain/test/zdisk0
    ldm add-vdsdev /dev/zvol/dsk/ldoms/domain/test/zdisk0 zdisk0@primary-vds0
    ldm add-vdisk zdisk0 zdisk0@primary-vds0 ldg1
    An then install Solaris on the guest domain using UFS as the root filesystem
    [or ZFS if you install Solaris 10 10/08 (S10U6)]

  • On final cut pro x I keep trying to export but get the -50 error (something about quicktime)

    I've read the other threads and deleted all my render files, stopped background rendering, yet I still can't share my video. Any reason why I can't share?

    I was 't clear that I was talking a version of FcP. Even
    If some people still encounter iSsues,
    I still think Italy's sense to update.
    Russ

  • J2EE server gives error when i start it.

    Hi, I am Fahad. I installed j2sdkee in the directory c:\javalanguage\j2ee\j2sdkee1.3 and j2sdk at
    c:\javalanguage\jdk1.3
    I am using the latest version of j2sdkee produced by sun and jdk1.3
    I have set the JAVA_HOME and J2EE_HOME path as prescribed by the sun.
    My platform is Windows2000 professional.
    When I start the server writing j2ee it gives me the following list of errors and the server doesnot start.
    c:\javalanguage\j2ee\j2sdkee1.3\bin>j2ee
    No local string for j2ee.listenPort
    J2EE server listen port: 1050
    No local string for enterprise.log.logging.serverversion.started
    No local string for enterprise.log.using.vm.name.version.from
    No local string for enterprise.log.vm's.classpath
    No local string for enterprise.log.j2ee.homedirectory
    No local string for enterprise.log.loggin.serverversion.started
    No local string for enterprise.log.using.vm.name.version.from
    No local string for enterprise.log.vm's.classpath
    No local string for enterprise.log.j2ee.homedirectory
    Redirecting the output and the error stream to the following files:
    c:\javalanguage\j2ee\j2sdkee1.3\logs\fahad\j2ee\j2ee\system.out
    c:\javalanguage\j2ee\j2sdkee1.3\logs\fahad\j2ee\j2ee\system.err
    c:\javalanguage\j2ee\j2sdkee1.3\bin>
    I am very tense and trying to start it since two days. Can anybody help me and explain what's wrong with that. thanks
    Fahad Ahmed

    Hi fahad !
    i know this is common problem when u put j2ee.jar from ee sdk to ur local jdk extension ...now wht u have to is ...remove j2ee.jar from ur jdk's extension and restart the system..then simply start jdkee again .. i m sure no error will be waiting for u :)
    Truly,
    siddiquiHashim
    smartSolutions

  • Iphone not showing up in itunes even tried recoveing it but windows 7 gives error 43 if i restart it the apple logo appears and it does not go any further... tried booting tethered aswell with redsnow!!... but still doest respond.. what should i do??

    PLEASE HELP!! My mom is gonna kill me.. Tried recovering(restoring) with other pc's aswell but itunes does not show any message or any error (nothing)...Only the windows gives the message (Unknown Device) error 43.

    Jailbreaking may or may not be legal, but either way it voids your warranty and cannot be discussed in an Apple hosted forum. When you jailbreak a phone you are giving up all Apple support. You are on your own, and will have to use non-Apple resources to resolve the problem.

  • J2EE configuration Server gives error when creating flex project

    Have eclipse integrated with Tomcat 6 and want to use blazeDS in it. Created Java Project and had setup for BlazeDS. Kept all lib files of blazeDS in it and other configuration things.. I have flex builder plugin in eclipse. Now want to create Flex Project in order to access java methods in it using remoteobject.
    File ->New Flex Project
    Clicked on Next. I am getting error here.
    Java Project location where blazeDS war files and flex folder which inlcudes remote-config file and other config files is "H:\workspace\JavaBlaxeDS\" still giving me error . Please help!!!

    Hi fahad !
    i know this is common problem when u put j2ee.jar from ee sdk to ur local jdk extension ...now wht u have to is ...remove j2ee.jar from ur jdk's extension and restart the system..then simply start jdkee again .. i m sure no error will be waiting for u :)
    Truly,
    siddiquiHashim
    smartSolutions

Maybe you are looking for

  • Right side of a shuttle -  Retunr id and not the display value of the LOV.

    Hi all, The matter is how to populate/persist right-side of Shuttle in apex 4.0.1 after submit. The only problem I have is that the values on the right side of the shuttle are dispayed as (retun value of the LOV) and not as (dislay valueo of the LOV)

  • Pie chart

    In Obiee 11g Pie chart based on hierarchy , once click on the pie chart it is going to next level , but if there is no result for the next level it has to be constant(no drill need's to happens) instead of that it displays like "Maching results not f

  • Show last page in a report

    I have made a discussion forum with APEX and I want to have a list of links on the main page that shows the last 5 threads in this forum. When the users clicks on one of these links they should be taken directly to the last page in that thread. The t

  • Itunes Closes when Ipod Connected

    Itunes is working fine when my ipod is not attached, but as soon as i attach my ipod, I get a "Itunes has encountered a problem and needs to close" (send error report). The same thing happens with the Ipod Updater software. I've tried unistalling and

  • Hiding images from work flow

    I was wondering if it is possible to hide images in a locked area of Aperture, so that others are unable to view when Aperture is opened? Thanks!