Application of clone APEX

Hi all. How can I clone my request to get another application with the same content, but with a different name.

I exported this application of .sql file. Then I tried to import it, but he wasn't any window invited to name "new app", so I canceled the import process.

What I've done wrong? Thanks for any response,

Hello

If you are in the same simple workspace is:

-Go into the application builder

-Click on create

-Copy of the existing application

-Then select the application you want to copy since and ' copy to ' is the new name and continue the wizard

If you want to make your way, you can do this to, but just make sure that you choose a different application ID.

You can change the name later in the shared components > definitions.

Kind regards

Joni

Tags: Database

Similar Questions

  • creating mobile application in the apex 4.1

    All,

    I am creating a mobile application in the apex 4.1 but I can't like the new theme of jquery like 4.2.x then what is the best approach without installing additional libraries / files on the server? I tried cloudy = 24 but its is not in great shape on mobile devices?

    any suggestion is appreciated.

    Hey Gor,

    No there is no easier way to do this. You must import jQuery mobile JS and CSS to make it work.

    Step by step guide is provided here: its pretty simple hassle.

    http://www.Oracle-and-apex.com/create-a-mobile-theme-for-Oracle-apex/

    Thank you

    Sunil Bhatia

  • PL/SQL, used in application of the APEX of unit tests

    question by my client:

    I develop an Oracle Application Express application and work on unit tests for stored procedures in PL/SQL and the packages that are stored in the underlying database and used by the application of the APEX. These unit tests must run in the context of SQL Developer Unit Test.
    The problem is that the PL/SQL code stored in the database using functions such as NV('APPLICATION_ITEM') to access items in the application of the apex. They do return all values when I try to execute the PL/SQL within the unit test framework, that is to say in the backend. While it is good that the NV is not error, NULL haven't really work well in my scenario either (for example when the result of this function is inserted into a column NOT NULL in a table). I can think of a few workarounds, such as the creation of my own function NV within the schema to test return values desirable, but nothing seems a really satisfactory solution. I wonder if there is no recommendation to Oracle for this scenario - how can I run code that uses the APEX via backend-specific features. I found nothing in the documentation of the APEX for this but I would like to know if there is a recommendation how to better deal with this case.

    I use SQL Developer version 4.0.0.13.80

    Hello

    Indeed, you must set your PL/SQL function calls. This would be the cleanest solution.

    There is an alternative. Please see the following article on the creation of an APEX in PL/SQL session: Martin Giffy D'Souza on Oracle APEX: how to create a Session of the APEX in PL/SQL

    This approach allows to set the values of APEX application item before you run your unit tests. I don't know if it's possible in SQL Developer Unit Test, but it might get you further down the road.

    Good luck

    Nick

  • Pass variable header OAM at the Apex and read it in application of the Apex

    We have integrated access Manager Oracle 11 GR 1 material with Oracle Apex 4.1. OAM-Apex integration works very well. Now we want a variable header additional to pass to the application of the Apex of the OAM. This new header variable will be the user's sAMAccountName in Active Directory. OAM is integrated with AD and AD successfully users access the applications of the Apex.

    The header three variables that are set up in OAM right now are:
    Name of the variable header value
    1 OAM_REMOTE_USER $user.userid
    2 OAM_REMOTE_USER_EMAIL $user.attr.mail
    3 OAM_REMOTE_USER_GROUPS $user.groups

    We need a variable to page header as mentioned below:
    The header variable name: OAM_SAMACCOUNTNAME
    Value: $user.attr.samaccountname

    The new header variable has been added in the file dads.conf of the OHS server as shown below:
    = dads.conf =.
    ...
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER_GROUPS
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER_EMAIL
    PlsqlCGIEnvironmentList HTTP_OAM_SAMACCOUNTNAME
    ...
    ===============================

    But we are not able to read the value of this attribute in the application of the Apex.

    The application of the Apex, there is a text box that displays the value of this header variable. This text box is attached to the following stored procedure call to retrieve the header variable:
    ===================
    Start
    : P1_HEADER_VALUE: = owa_util.get_cgi_env ("HTTP_OAM_SAMACCOUNTNAME");
    end;
    ===================

    The text box displays the correct value only if HTTP_OAM_REMOTE_USER is passed to the get_cgi_env method, but shows nothing when HTTP_OAM_SAMACCOUNTNAME is passed to the same method.

    Please let me know if Miss me some configurations to pass the variable to anna64 HTTP_OAM_SAMACCOUNTNAME OAM to the Summit.

    Thanks for your help.

    Hi 900202,

    You can run

    begin
        sys.owa_util.print_cgi_env;
    end;
    

    in the SQL commands to see all headers. Maybe OAM_SAMACCOUNTNAME went without an HTTP_ prefix or its value is null, because there is a configuration problem in OAM.

    Kind regards
    Christian

  • Change password for the application from the apex

    Hi friends,

    I created an application of database in the apex, for this application in the login page, that I need to set as

    Forget the password link or change the password link, assume that if the end user clicks that link means, there ask for the

    New password: and confirm password

    shortly after he entered the password if the user connects to the application of the means, he needs to go inside the application. .........


    Normally to reset the password for the end user for the application, we will do it on the side of the administration of apex

    It is that we will give RESET PASSWORD OPTION to change the password for the end user...

    My question in this sense, that the end user must change his password by itself in the front end application...

    It is possible to like that in the application of the apex...

    How friends,

    Kind regards
    Mini...

    The problem is that you have specified a different page than the page of connection (due to which your login page used the builtin page). During the passage of the authentication, you must specify that 101 is indeed your login page (disabled by default)

    Here's a screenshot of it.

    So, in your workspace, choose current change, choose the authentication name and when you get to this screen tick the checkbox and submit. You should be prompted for your login page (which corresponds to the theme). This should solve the problem.

  • How user name passed to each page of the application of the APEX

    Hello world

    I want to understand, how the user name is passed to every page of the application of the apex. On each page we see the user name, the logout button. Reason I asked, I want to understand the concept and I would pass the role assciated with username. So what is the best way to switch roles as associated with the username.

    Thank you

    Karam,

    If you want to be included in the simplest model is to create an element of the application in the shared components, for example:

    MY_VARIABLE

    in the model, you can use & MY_VARIABLE. just like & APP_USER.

    You can set the session in pl/sql variable, for example by:

    apex_util.set_session_state ('MY_VARIABLE', 'MY_VALUE');

    You can access MY_VARIABLE in pl/sql read only using the V function:

    v ('MY_VARIABLE')

    Exactly when and where APP_USER is, I don't know, but I hope this helps.

    Kind regards

    Blackstone

    Published by: blackstone on July 22, 2009 16:13

  • Copy an application translated into APEX

    Hello world

    I have an application translated into the Apex, my version of the Apex is 4.2.1.00.08. The application is in production version, a lot of people use it every day. The main language of the application is in English, and there translations in 5 languages. Everything works fine now; even if there are minor changes in demand, we are able to seed it, download the XLIFF files and that publish the changes in all translations. Simple so far.

    My problem is that I wanted to "clone" of the application, including his translations to a new because I intend to rebuild some parts of it. I want to keep the current version intact, do not disturb users.

    The new application should be in the same workspace, with a new code. I tried a couple of approaches:

    • Copy the main application by enabling the option 'copy the translation' - this creates a new application and also seems to create new applications translated, that are empty (not buttoned, unpublished).
    • Export the main application and to import it with a new application ID defined manually do the same with the translated applications and set the ID correct part translation of mapping of shared components > translation. When I try to run the main application, it works, but for the translated versions... Only an error saying that there is no such thing as the application page.

    The goal is to clone while maintaining the connection between the primary and the applications translated, so that if I change something in the main application, it can be planted in those translated later. At the same time, I want to keep the translations as well, since there are thousands of channels...

    Can you give me some advice? Anyone who has managed to do it before?

    Thank you in advance,

    Adam

    Hi Adam,.

    as far as I know it is not possible to copy to a new request ID translations.

    I guess that's because in-house translations use the same id to their components such as the main application, just with the hand-application-id has added as decimal (ie: 38342893472.103). Copy the application to a new application id also changes all internal ID and thus the translated applications are not related more.

    Sorry to not be more useful...

    Peter

  • How to clone Apex?

    Hi all

    I installed Oracle 10 g XE on our Linux server and upgrade to the Apex of 2.2 to 3.2. We have already developed Apex applications on it.
    I want to clone the entire Apex tech stack including the database 10gXE on another linux backup server. Can you give me some links on how to do this please.

    The 10gXE base directory is/usr/lib/oracle/xe. Is it enough to copy this entire directory to the backup server?
    How will I know the location of the Apex program and binaries?

    Thank you very much

    Jenn

    Apex code is good enough "transformed into" a database, the application ID, and so on are mostly all in packages and pl/sql procedures, functions, etc.. Porting that off to another server will need to have the same version of apex in the target database, and probably the easiest way to achieve that is clone the whole source data base.

    Try the application docs http://download.oracle.com/docs/cd/B25329_01/doc/appdev.102/b25309/deploy.htm#BABFBBEE while that based on version 2.1, 3.2 might actually be a little better at the portage when just to get an application to another server of the apex.

    Just back up the directory of xe, that work may be , but the database must be stopped to be usable as a source of food, or the database at least must be in backup mode, which requires the archivelog mode recovery and media (application of updates log files archive) under the procedure of restoration as well.

  • Error when installing the sample application Showcase in APEX 5.0.2 @ XE geolocation

    Hello

    I'm new to APEX and want to learn something related to the geolocation thing, APEX 5.0.2 running on XE, when I tried to install the sample application geolocation showcase, I got the following error:

    Error on line 22: PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' must be declared

    After some research, I found that the package eba_spatial_sample was not created correctly, and it gave me error when I try to compile the package:

    Compilation failed, line 22 (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' should be omitted declaredCompilation, line 22 (01: 37:34)

    PL/SQL: statement ignoredCompilation failed, line 65 (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. GETMETADATA' should be omitted declaredCompilation, line 65 (01: 37:34)

    PL/SQL: Statement ignored


    Seems to be something related to the ORDIMAGE object, everyone has an idea about that?


    Thank you much in advance.

    Dong

    Jerry Dong wrote:

    I'm new to APEX and want to learn something related to the geolocation thing, APEX 5.0.2 running on XE, when I tried to install the sample application geolocation showcase, I got the following error:

    Error on line 22: PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' must be declared

    After some research, I found that the package eba_spatial_sample was not created correctly, and it gave me error when I try to compile the package:

    Compilation failure, line 22 (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' must be declaredCompilation failed, line 22 (01: 37:34)

    PL/SQL: Statement ignoredCompilation failed, 65 line (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. GETMETADATA' must be declaredCompilation failed, line 65 (01: 37:34)

    PL/SQL: Statement ignored

    Seems to be something related to the ORDIMAGE object, everyone has an idea about that?

    ORDImage is an Oracle's Multimedia component. Oracle multimedia is not included in 11 g Express Edition...

    Upgrade to the Standard or Enterprise edition if you need multimedia features or features depend on.

    The Oracle index , however, is available in all editions of the database. See the database Express Edition 2 day more Locator Developer Guide for a tutorial and examples.

  • Application of the Apex to load objects

    Hello

    I have several applications in a workspace. I intend to move a higher environment applications. I want to make sure that all dependent objects in db is also deployed properly in the highest environment.

    Is it possible to extract that information?

    I use Apex 4.2

    Thank you

    Shaz

    Go to application_builder--> UTILITIES--> dependencies of object database--> button click on calculate dependencies

    A report will be generated. You can also view application pages use the particular object

    BR,

    Patrick

  • Error export/import of the application to the Apex 4.1 on ORACLE 11 g 2 XE

    We have an ApEx application, what is migrated several ApEx 3 times through 3.2 to 4.1.
    There is no problem import/export demand, when we use ORACE 11 GR 2 (SE or EE).

    A few days go that put us the application on a database of the XE 11 GR 2. There was no significant or problems by running.

    Now, we have changed something and wanted to export the aplication of the database of XE and back to a different database.
    Importing (no questions about the origin of the XE) application or any other edition, we get an error:

    p_region_id = > 83466451 p_form_element_id = > null,

    *+
    ERROR on line 7:
    ORA-06550: line 7, column 26:
    PLS-00103: encountered the symbol "P_FORM_ELEMENT_ID" when awaits an of the
    Next:
    +), * & = - + <>/ at mod is rest not rem +.
    + < an exponent (*) > <>or! = or ~ = > = < = <>and or as like2 +.
    like4 likec between | submultiset of type multiset Member
    Symbol ',' was replaced by 'P_FORM_ELEMENT_ID' to.

    Looking at the source, I found:

    declare
    s varchar2 (32767): = null;
    Start
    s: = null;
    () wwv_flow_api.create_report_columns
    P_ID = > 83576346930344697 wwv_flow_api.g_id_offset, +.
    p_region_id = > 83466451 # p_form_element_id = > null,
    p_column_alias = > 'APP_USER2 ',.
    p_column_display_sequence = > 2,
    p_column_heading = > 'Benutzer ',.
    +...+

    It is absent from the code in the place where I put the #.

    Does anyone has an idea, what's not to export?

    We use a GR 11, 2 on OpenSUSE 12.1 Apex 4.1.0 ORACLE XE. The export file is about 2 MB.

    Thanks for your help
    Tilman

    If you are still able to access the original (where you got the export)

    try to export on the command-line as well... http://ruepprich.wordpress.com/2011/07/15/Exporting-an-apex-application-via-Command-Line/

    Kind regards
    Richard
    -----
    blog: http://blog.warp11.nl
    Twitter: @rhjmartens
    If you answer this question, please mark the thread as closed and give points where won...

  • All applications to export APEX

    Hello

    For the test, I build a new server with Oracle and APEX. Now, I want to import all of the workspaces and applications that I have on my production server on my test server.
    Do you know how to do this quickly? (without import/export workspace by area of work and the application by the apllication).

    Kind regards

    Published by: villegente on 5 Apr. 2012 14:48

    Hello

    for export, take a look at the java tool ApexExport.class. It can be found in the apex.zip file in/apex/utilities/oracle/apex.

    We'll find a readme.txt with instructions on how to use/apex/utilities

    With this tool, you can export the workspaces and applications in your instance.

    Hope this helps,
    Dirk

  • The Oracle Application 11i clonning error

    Hi all again, a new day a new error :)

    I have an error while clonning Oracle Application 11i on windows 2003 sp1 32-bit db 9.2.0.6.0

    When you run adcfgclone.pl dbTier it runs successfully uptill 70% at this stage it throws the below error

    ================================================================================================
    Beginning database layer apply - Wed Mar 7 01:49:19 2012
    Logfile located at d:\oracle\neproddb\9.2.0\appsutil\log\NPRO_hassan\ApplyDBTier_03070149.log
    RC-50004: Fatal: error in ApplyDatabase:
    Creating control files is not

    ERROR when executing apply...

    ERROR: Cannot run adclone.pl

    Check the log file.
    =================================================================================================

    When I check the ApplyDBTier_03070149.log

    I found this below

    ==============================================================================================================================================================================================================================
    Profile Phase jump
    Jump apply Phase
    Running StartDbLsnr...
    ECHO is turned off.
    ECHO is turned off.
    Wednesday, March 7, 2012 01:50
    ECHO is turned off.
    ECHO is turned off.
    Wednesday, March 7, 2012 01:50
    NPRO_hassan.cmd exit with status 0
    ECHO is turned off.
    The environment settings are...
    ECHO is turned off.
    ORACLE_HOME: d:\oracle\neproddb\9.2.0
    LOCAL: NPRO
    ORACLE_SID:
    PATH: D:\ORACLE\NEPRODDB\9.2.0\APACHE\PERL\5.00503\BIN\MSWIN32-X86\;D:\ORACLE\NEPRODDB\9.2.0\BIN;D:\ORACLE\NEPRODDB\9.2.0\JRE\1.4.2\BIN;D:\ORACLE\NEPRODDB\9.2.0\JRE\1.4.2\BIN;... /JRE/1.3.1/bin;d:\oracle\neproddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\perl.exe; C:\mksnt\bin; C:\mksnt\bin\X11; C:\mksnt\mksnt; C:\Windows\System32; C:\WINDOWS; C:\WINDOWS\System32\Wbem;d:\oracle\neproddb\9.2.0\Bin; d:\oracle\neproddb\9.2.0\jre\1.4.2\bin;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin
    LD_LIBRARY_PATH: d:\oracle\neproddb\9.2.0\lib
    ECHO is turned off.
    ECHO is turned off.
    The log information is written to
    'd:\oracle\neproddb\9.2.0\appsutil\log\NPRO_hassan\addlnctl.txt '.
    ECHO is turned off.
    ECHO is turned off.
    From process to listen NPRO...
    ECHO is turned off.

    LSNRCTL for 32-bit Windows: release 9.2.0.6.0 - Production on 7 March 2012 01:50:56

    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.

    Connection to (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROCNPRO))
    AMT-12541: TNS:no listener
    AMT-12560: TNS:protocol adapter error
    AMT-00511: no listener
    32-bit Windows error: 2: no such file or directory
    Connection to (ADDRESS = (PROTOCOL = TCP (Port = 1534))(Host=hassan.com))
    AMT-12541: TNS:no listener
    AMT-12560: TNS:protocol adapter error
    AMT-00511: no listener
    32-bit Windows error: 61: unknown error

    LSNRCTL for 32-bit Windows: release 9.2.0.6.0 - Production on 7 March 2012 01:50:57

    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.

    From tnslsnr: Please wait...

    TNSLSNR for 32-bit Windows: release 9.2.0.6.0 - Production
    NL-00280: creation of the journal of the d:\oracle\neproddb\9.2.0\network\log\npro.log stream error
    NL-00278: could not open the log file
    SNL-00016: snlfohd: error opening file
    32-bit Windows error: 13: permission denied

    Listening port could start. See the above error messages...

    addlnctl.cmd out with status 3

    .end std out.

    .end err out.

    Run CreateDB...

    ---------------------------------------------------------------
    ADX database utility
    ---------------------------------------------------------------

    getConnectionUsingAppsJDBCConnector()->
    APPS_JDBC_URL = "null".
    Try to get by using connection based SID connect descriptor
    getConnection()->
    sDbHost: hassan
    sDbDomain: com
    sDbPort: 1534
    sDbSid: NPRO
    sDbUser: APPS
    Try to connect using SID...
    getConnectionUsingSID()->
    JDBC URL: jdbc:oracle:thin:@hassan.com:1534:NPRO
    Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
    Try to connect using SID as ServiceName
    getConnectionUsingServiceName()->
    URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hassan.com)(PORT=1534))(CONNECT_DATA=(SERVICE_NAME=NPRO)))
    Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
    Try to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName()->
    URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hassan.com)(PORT=1534))(CONNECT_DATA=(SERVICE_NAME=NPRO.com)))
    Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
    Connection could not be obtained; return null

    Database utility - ADX finished-

    ECHO is turned off.
    ECHO is turned off.
    Wednesday, March 7, 2012 01:51
    ECHO is turned off.
    ECHO is turned off.
    Wednesday, March 7, 2012 01:51
    NPRO_hassan.cmd exit with status 0
    ECHO is turned off.
    The environment settings are...
    ECHO is turned off.
    ORACLE_HOME: d:\oracle\neproddb\9.2.0
    LOCAL: NPRO
    ORACLE_SID:
    PATH: D:\ORACLE\NEPRODDB\9.2.0\APACHE\PERL\5.00503\BIN\MSWIN32-X86\;D:\ORACLE\NEPRODDB\9.2.0\BIN;D:\ORACLE\NEPRODDB\9.2.0\JRE\1.4.2\BIN;D:\ORACLE\NEPRODDB\9.2.0\JRE\1.4.2\BIN;... /JRE/1.3.1/bin;d:\oracle\neproddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\perl.exe; C:\mksnt\bin; C:\mksnt\bin\X11; C:\mksnt\mksnt; C:\Windows\System32; C:\WINDOWS; C:\WINDOWS\System32\Wbem;d:\oracle\neproddb\9.2.0\Bin; d:\oracle\neproddb\9.2.0\jre\1.4.2\bin;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin
    LD_LIBRARY_PATH: d:\oracle\neproddb\9.2.0\lib
    ECHO is turned off.
    ECHO is turned off.
    The log information is written to
    'd:\oracle\neproddb\9.2.0\appsutil\log\NPRO_hassan\adcrdb_NPRO.txt '.
    ECHO is turned off.
    ECHO is turned off.
    Creating the NPRO database control file...
    ECHO is turned off.

    SQL * more: release 9.2.0.6.0 - Production on Wed Mar 7 01:51:01 2012

    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

    ERROR:
    ORA-12560: TNS:protocol adapter error


    DIM-00010: SYSTEM\CurrentControlSet\Services\OracleService key does not exist
    S/O-error: (OS 2) the system cannot find the file specified.

    SQL * more: release 9.2.0.6.0 - Production on Wed Mar 7 01:51:42 2012

    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

    ERROR:
    ORA-01031: insufficient privileges


    ORA-01031: insufficient privileges
    ERROR:
    ORA-01031: insufficient privileges


    ORA-01031: insufficient privileges
    SP2-0640: not connected
    SP2-0640: not connected
    SP2-0640: not connected
    SP2-0640: not connected
    ORA-01012: not connected
    ERROR:
    ORA-01031: insufficient privileges


    ORA-01031: insufficient privileges
    SP2-0640: not connected
    SP2-0641: "EXECUTE" requires the connection to the server
    ORA-01031: insufficient privileges
    ERROR:
    ORA-01031: insufficient privileges


    ORA-01031: insufficient privileges
    SP2-0640: not connected
    SP2-0640: not connected
    SP2-0640: not connected
    SP2-0640: not connected
    SP2-0640: not connected
    ECHO is turned off.
    Error checking...
    ECHO is turned off.
    The database was not created successfully. Stopping the instance...

    SQL * more: release 9.2.0.6.0 - Production on Wed Mar 7 01:51:52 2012

    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

    ERROR:
    ORA-01031: insufficient privileges


    adcrdb.cmd out with status 1

    .end std out.

    .end err out.


    ---------------------------------------------------------------
    ADX database utility
    ---------------------------------------------------------------

    getConnectionUsingAppsJDBCConnector()->
    APPS_JDBC_URL = "null".
    Try to get by using connection based SID connect descriptor
    getConnection()->
    sDbHost: hassan
    sDbDomain: com
    sDbPort: 1534
    sDbSid: NPRO
    sDbUser: APPS
    Try to connect using SID...
    getConnectionUsingSID()->
    JDBC URL: jdbc:oracle:thin:@hassan.com:1534:NPRO
    Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
    Try to connect using SID as ServiceName
    getConnectionUsingServiceName()->
    URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hassan.com)(PORT=1534))(CONNECT_DATA=(SERVICE_NAME=NPRO)))
    Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
    Try to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName()->
    URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hassan.com)(PORT=1534))(CONNECT_DATA=(SERVICE_NAME=NPRO.com)))
    Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
    Connection could not be obtained; return null

    Database utility - ADX finished-

    RC-00118: an error occurred during the creation of database
    Asked by oracle.apps.ad.clone.ApplyDatabase


    StackTrace:
    java.lang.Exception: control file creation failed
    to oracle.apps.ad.clone.ApplyDatabase. < init > (ApplyDatabase.java:474)
    to oracle.apps.ad.clone.ApplyDatabase. < init > (ApplyDatabase.java:319)
    to oracle.apps.ad.clone.ApplyDatabase. < init > (ApplyDatabase.java:295)
    to oracle.apps.ad.clone.ApplyDBTier. < init > (ApplyDBTier.java:154)
    the impossible (Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run (unknown Source)

    ==============================================================================================================================================================================================================================

    Please help me with your advice

    Thank you
    Hassan

    Hi Hassan,.

    Is there a way to determine which application is locked this port that I tried again with a different port number and always the same result
    I don't have any other application or OracleAS application server running on the machine that supposedly can block a port.

    Do you have any product Oracle installed on the same computer? Please see the referenced above.

    You can try with a different port pool (i.e. 1 instead of 0) and see if you get the same error or not.

    In addition, see utility Portmon which can be downloaded from http://technet.microsoft.com/en-us/sysinternals/bb896644 for a list of ports that are used on the same machine.

    Thank you
    Hussein

  • Getting the name of the application in the APEX in a query

    Hi guys, any way to get the name of the application through queries.

    I looked at the API and can only get the ID using v ('APP_ID')

    http://www.utoug.org/i/doc/concept_sub_strings.htm

    Thank you.

    Published by: IA on December 22, 2011 14:33

    I wrote:
    Hi guys, any way to get the name of the application through queries.

    select application_name
    from apex_applications
    where application_id = :app_id
    

    Documented, public access to the metadata of the application is available through the views of the APEX. You can get a glimpse of these by using the query

    select * from apex_dictionary
    

    in Home > workshop SQL > SQL commands.

    A more structured view of the opinion of APEX is available at Home > utilities > Application Express views (switch to the tree to get the best idea of how they are organized).

  • TRIGGER does not not in Application of the Apex. The amount of the fine in the DATABASE.

    Hi all

    I created a table with a trigger on it to fill the non-null fields. whenever I insert a new record I need not fill in the non-null, they are met by the trigger (before the trigger for insertion.)
    This trigger works very well when I insert a line of SQL Developer.

    I added a new page to form an apex application to insert data in the same table. but here, when trying to insert the data, I get an error saying "* XXXX field must have a value." I guess that I created for the table of the trigger does not work here.

    Here is the code of the trigger.


    OR REPLACE TRIGGER "abc_BIR" before you CREATE
    INSERT ON 'abc' FOR EACH row BEGIN if: NEW. "' abc_ID ' IS NULL THEN
    SELECT 'abc_SEQ'.nextval
    IN: NEW. "" abc_ID ".
    DOUBLE;
    END IF;
    +: NEW. DW_UPDATE_DT: = SYSDATE; +
    +: NEW. DW_UPDATE_USER: = NVL (htmldb_custom_auth.get_user, USER); +
    +: NEW. DW_CREATE_DT: = SYSDATE; +
    +: NEW. DW_CREATE_USER: = NVL (htmldb_custom_auth.get_user, USER); +
    +: NEW. SOURCE__ID: =: NEW.abc; +.
    END;
    +/+
    ALTER TRIGGER 'abc_BIR' ENABLE;

    Please help me.

    Hello

    I try to explain about form validations, which are created automatically
    When you build a form based on the table.
    In your description of the table for the columns that you have forced as NOT NULL
    a non-null item type validation is automatically created on the form page in the
    Section page treatment-> Validations of your page.
    I'm telling you allows you to delete the postings from the section of Validations on your page
    and not the definition of table constraints.
    Of course:

    These fields will not appear to the end user of the application.

    Field XXXX must have a certain value is the error type of validation provided by your application and
    It has nothing to do with the execution of the trigger.

    I hope that helps!
    Kind regards
    Kiran

Maybe you are looking for

  • Problem of XML data type

    I am trying to unflatten data from an xml file but my entry type for the type on the unflatten my guess isn't valid, and I get error 1106. Is attached, the file xml and VI XML file is in text loading constraints

  • In the use of style/Structure of the workplace guide

    A two part diagram is attached.  Half upper is in Place Structure of the element that surrounds the loop.  The lower half has in Place Structure of the element surrounding only the part of the portion of the structure of a table element that has chan

  • HELPPP... I lost my e mail account because of the pirates

    HELPPP... I lost my e mail because of the hackers.microsoft account will not help me cause I don't remember all the details, that does.even I answered security question .wat else.i lost m You can help this is so important

  • Windows opens the C:\windows\system32 folder in Explorer at startup XP

    I hunted around, but I'll be danged if I can figure out where the statement that causes the Explorer (my computer) to open C:\windows\system32 directory at startup. Nothing in the startup folder. This behavior started after removing a little rough ap

  • cannot activate win7 to Singapore using the basic product key windows home 7 I bought in China

    I am an international student in Singapore. When I was in my homeland, China, I bought and installed windows 7 home basic OS on my computer. Recently, my computer broke down, so I tried to install windows 7 using the windows 7 home basic OS DVD I bou