Apex 3.2 installation in production

Could anyone explain the pros and cons of installing apex full installation vs. run time for deploying an application in production. Appreciate if any pointers can be provided. Thanks in advance for help.
cmovva

Could anyone explain the pros and cons of installing apex full installation vs. run time for deploying an application in production. Appreciate if any pointers can be provided. Thanks in advance for help.
cmovva

Similar Messages

  • SP2-0027: Input is too long error during Apex 4.0 installation

    I have come across an error while installing Apex 4.0.
    The installation reached the point where it gave a SP2-0027 error
    ...PAGE 72: Workspace Schemas
    ...PAGE 73: &PRODUCT_NAME. Workspace Creation
    ...PAGE 74: Page Views By Day Report
    ...PAGE 75: Page Views by Application and Page
    ...PAGE 76: Hourly Usage
    ...PAGE 77: Usage by Application, for selected hour
    ...PAGE 78: Page Performance Dashboard
    ...PAGE 79: Database
    SP2-0027: Input is too long (> 2499 characters) - line ignored
    wwv_flow_api.create_report_region (
    ERROR at line 16:
    ORA-06550: line 16, column 1:
    PLS-00703: multiple instances of named argument in list
    ORA-06550: line 16, column 1:
    PL/SQL: Statement ignored
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Following this, I looked up Apex help, and so checked dba_registry
    C:\apex>C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 13 15:40:05 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys as sysdba
    Enter password:
    Connected.
    SQL> SELECT STATUS FROM DBA_REGISTRY
    2 WHERE COMP_ID = 'APEX';
    STATUS
    LOADING
    Please help
    Edited by: user4477408 on Jul 19, 2010 3:35 PM
    Edited by: user4477408 on Jul 26, 2010 11:29 AM

    Did you keep any kind of external references to your pages/reports? From what it looks like, one of your report regions exceeds 2500 characters and APEX is having a hard time crunching it. See if you can find that page, then export that page, delete the region, and import the page on it's own later.
    Not sure why it would be such a small area, though. I usually don't have any trouble until I hit 32K characters.

  • The Apex 3.2 Installation Documentation - How to Install under 10g?

    I finally have a project that looks like a great candidate for Apex. My target database is 10g (as most of our customers are running that version).
    My problem? [The Apex 3.2 installation guide|http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/toc.htm]. Even though Apex 3.2 is said to be compatible with 10g, the docs speak about nothing but 11g. Is there an embedded PL/SQL gateway in 10g? The docs don't say. What if I want the external Apache http server? Well, I'm running 10.2.0.4 (in Windows, on my dev machine; version lines up with what we support for our customers). The 10g Companion CD I can download only comes with 10.2.0.1. Installing from that broke other things. (sqlplus now uses the 10.2.0.1 version and can't find my running server) So, I uninstalled the new stuff, and at least what used to work works again.
    In short, I can't figure out what to do to get Apex installed properly, and the documentation isn't any help. I tried to post some feedback using the Contact us link ([http://download.oracle.com/docs/cd/E14373_01/dcommon/html/feedback.htm]), but that page provides no means of actually sending any feedback in.
    Does anyone know how to get this working under 10g? And, does anyone know how to get documentation feedback to Oracle?

    dads.conf style
    Changing *“<path that we copied images into>”*, host:port:service_name and apex_public_user_password
    Alias /i/ “<path that we copied images into>”
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString host:port:service_name ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword apex_public_user_password
    Allow from all
    </Location>
    Example -
    !http://www.tomklonowski.com/dads.PNG!
    After you configured your Database and HTTP Server, which you can pretty much do with default installations, you have to install APEX 3.2 into your database and then configure your dads.conf. You need to create the tablespaces you want to use and run the @apexins.sql <tablespace for apex files> <tablespace for user files> <temporary tablespace> and <virtual image directory>.. Usually it comes with a TEMP tablespace, and you should create the alias as /i/ for the virtual image directory. So an example would be *@apexins.sql SYSAUX SYSAUX TEMP /i/*. You have to do this in SQLPLUS connected to your database as the system administrator. You need to do a few things after the installation of APEX. I.e. run the *@apxchpwd* script to change the admin password. Then the ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK; command in SQLPLUS. Then ALTER USER APEX_PUBLIC_USER IDENTIFIED BY <your new password>;. Then you need to copy the APEX images folder into your Apache HTTP Server's folder.. in windows it would be something this xcopy /E /I <apex home location>\apex\images <Oracle HTTP Server Home>\Apache\images. ... And example would be xcopy /E /I C:\apex\apex\images C:\oracle\product\10.2.0\db\Apache\Apache\images... Finally edit your dads.conf file, and then restart your opmn (<HTTP_SERVERHOME>\bin\opmnctl stopall then startall). This should get APEX 3.2 running for you, if you got the HTTP Server and Database up.

  • Apex 3.2 installation in Oracle 11g

    I had installed oracle 11g on my PC. I replaced the apex directory with the apex3.2 directory. Followed all steps mentioned in Apex 3.2 installation guide, but got error while executing the apex_epg_config.sql sript, due to which i am not able to log in
    http://localhost:8080/apex/apex_admin
    The XDB connection could not be established. The username Admin and password "password" also does not work.
    Can anyone give me the step by step installation guide for apex3.2 installation.
    How can i attach a word document to show the error i am getting while installation ?
    Yogesh

    I sucessfully installed Apex 3.2 on Oracle 11g database using the following steps :
    1.     APEX 3.2 INSTALLATION STEPS
    2.     Download Apex3.2
    3.     Create folder as D:\apex32
    4.     Extract Apex3.2 into D:\apex32
    5.     The path of Apex folder will be D:\apex32\apex
    6.     Install Microsoft Loopback adapter (In case of Individual PC).
    7.     After installation, Right click the newly created Local Area connection. Go to TCP/IP properties.
    Give IP address as 127.0.0.1(any) and subnet mask as 255.255.255.0
    8.     Create Apex Tables space as follows:
    9.     CREATE SMALLFILE TABLESPACE "APEX_MAIN"
    10.     DATAFILE 'D:\ORCL11G\ORADATA\ORCL\APEX_MAIN.DBF'
    11.     SIZE 250M REUSE
    12.     AUTOEXTEND ON NEXT 100K
    13.     MAXSIZE 1024M
    14.     LOGGING
    15.     EXTENT MANAGEMENT LOCAL
    16.     SEGMENT SPACE MANAGEMENT AUTO
    17.     DEFAULT NOCOMPRESS;
    18.     CREATE SMALLFILE TABLESPACE "APEX_FILES"
    19.     DATAFILE 'D:\ORCL11G\ORADATA\ORCL\APEX_FILES.DBF'
    20.     SIZE 100M REUSE
    21.     AUTOEXTEND ON NEXT 100K
    22.     MAXSIZE 1024M
    23.     LOGGING
    24.     EXTENT MANAGEMENT LOCAL
    25.     SEGMENT SPACE MANAGEMENT AUTO
    26.     DEFAULT NOCOMPRESS;
    27.     CREATE SMALLFILE TEMPORARY TABLESPACE "APEX_TEMP"
    28.     TEMPFILE 'D:\ORCL11G\ORADATA\ORCL\APEX_TEMP.DBF'
    29.     SIZE 50M REUSE
    30.     AUTOEXTEND ON NEXT 25K
    31.     MAXSIZE 512M
    32.     EXTENT MANAGEMENT LOCAL
    33.     UNIFORM SIZE 1M;
    34.     DROP USER FLOWS_030000 CASCADE;
    35.     Right click SQL Plus - Go to Properties
    36.     Type D:\apex32\apex in “Start in “
    37.     In SQL PLUS login as SYSDBA
    38.     @apexins APEX_MAIN APEX_FILES APEX_TEMP /i/
    39.     @apex_epg_config D:\apex32 or @apxldimg D:\apex32 (for upgrade from previous version)
    40.     EXEC DBMS_XDB.SETHTTPPORT(8080);
    41.     @apxconf (Type password for Admin account)
    42.     @apxchpwd (To change the password for admin account)
    43.     ALTER USER ANONYMOUS ACCOUNT UNLOCK; Create Apex Tables space as follows:
    44.     ALTER USER FLOW_FILES ACCOUNT UNLOCK;
    45.     ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK;
    46.     http://localhost:8080 / apex / apex
    47.     WORKSPACE – INTERNAL
    48.     USERNAME - ADMIN
    49.     PASSWORD - password
    Yogesh

  • I purchase Lightroom 6 upgrade and during installation the product won't download using the serial number provided. It then asks for serial number of previous installation (lightroom5) but does not recognise it once inserted. Please help!

    i purchase Lightroom 6 upgrade and during installation the product won't download using the serial number provided. It then asks for serial number of previous installation (lightroom5) but does not recognise it once inserted. Please help!

    Yes, I have a TLP license, so which kind of upgrade should I buy?
    I'm an Italian user and I would prefer to contact support by web chat but I can't find it in the website, please can you help me? Thank you, I'm desperate!

  • Apex 3.0 Installation error

    I have recently ran the APEX 3.0 installation against a 10.2.0.2 database. Everything installs fine, except near the end of the install. I receive a message saying 'Oracle Application Express is installed in the FLOWS_030000 schema' and shortly thereafter I receive another message saying '-- Now beginning upgrade. This will take several minutes.-------' Unfortunately shortly after this I receive the messages '-- Ensuring template names are unique -------'
    '-- Migrating metadata to new schema -------' followed by a series of Oracle error messages such as 'ERROR: ORA-03114: not connected to ORACLE' and lastly followed by 'SP2-0359: memory exhausted'. I believe the latter message is a casualty of the Oracle errors previously displayed. Since I cannot review the package being called since it is encrypted, I have no idea why I would be receiving these messages. I am unsure who it is connecting as or what it might be trying to do. When I checked the alert file I received a messages 'ORA-07445: exception encountered: core dump [qcpiqbk:4342[qcpi4.c]] [SIGSEGV] [Address not mapped to object] [0x000000008] [] []'. So the question is whether it is an APEX installation issue or a database issue? If a database issue what might be the resolution?

    I had the same issue when trying to install APEX 3.0. After trying a lot of different things, I decided to download the software again from OTN. When checking the checksum of the zip-Files (the older and the newer one) , I saw a difference. And in indeed with the newly downloaded file everything was fine.
    So try to download again.

  • APEX 3.2 installation on oracle 11g

    Hi
    I am having trouble installing APEX 3.2 on the 11g enterprise edition, I installed the 11g and the EM was working fine then I tried to follow all the steps in the instalation guide of Apex 3.2 but it does not run after all the steps are completed.
    I would like to know if there is another way to install apex different from the provided in the guide orif anyone is having the same problem and found a solution to it.
    Thanks

    Dear friend,
    first of all what is your name???!!!
    The ORACLE 11g installaion packet includes *3.0 apex* and it installs automatically (Enterprice. version) APEX 3.0. All things you must do is, unluck apex user and set APEX port,
    Then you can access APEX,
    Then you can upgrade it to 3.1.2 please read unlucking user & port setting and upgrade steps from installation manual apex.oracle.com
    Good luck
    Recards
    siyavuş
    Edited by: Siyavus on Mar 3, 2009 10:30 AM
    Edited by: Siyavus on Mar 3, 2009 10:31 AM

  • APEX 3.2 Installation - 500 Internal Server Error

    Hi All,
    I am trying to get APEX 3.2 working on a 10.2.0.5 database, using Embedded PL/SQL Gateway. I have followed the steps from here.
    The installation is successful (no errors in install log). However, when I try to access the APEX admin page (http://host:port/apex/apex_admin) for the first time after installation, I get "500 Internal Server Error".
    Can somebody help me to figure out what is the issue ?
    Following are the details I think are relevant:
    SQL> select * from v$version ;
    BANNER
    Oracle Database 10g Release 10.2.0.5.0 - 64bit Production
    PL/SQL Release 10.2.0.5.0 - Production
    CORE     10.2.0.5.0     Production
    TNS for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    SQL> set lines 171 pages 999 arrays 151 long 10000
    SQL> select cast(substr(comp_name, 1, 40) as varchar2(40)) as comp_name, version, status from dba_registry ;
    COMP_NAME                     VERSION               STATUS
    Oracle Application Express           3.2.0.00.27               VALID
    Spatial                      10.2.0.5.0               VALID
    Oracle interMedia                10.2.0.5.0               VALID
    OLAP Catalog                     10.2.0.5.0               VALID
    Oracle Enterprise Manager           10.2.0.5.0               VALID
    Oracle XML Database                10.2.0.5.0               VALID
    Oracle Text                     10.2.0.5.0               VALID
    Oracle Expression Filter           10.2.0.5.0               VALID
    Oracle Rules Manager                10.2.0.5.0               VALID
    Oracle Workspace Manager           10.2.0.5.0               VALID
    Oracle Data Mining                10.2.0.5.0               VALID
    Oracle Database Catalog Views           10.2.0.5.0               VALID
    Oracle Database Packages and Types      10.2.0.5.0               VALID
    JServer JAVA Virtual Machine           10.2.0.5.0               VALID
    Oracle XDK                     10.2.0.5.0               VALID
    Oracle Database Java Packages           10.2.0.5.0               VALID
    OLAP Analytic Workspace            10.2.0.5.0               VALID
    Oracle OLAP API                 10.2.0.5.0               VALID
    18 rows selected.
    SQL> select dbms_xdb.gethttpport from dual ;
    GETHTTPPORT
           8080
    SQL> select username, account_status from dba_users ;
    USERNAME                 ACCOUNT_STATUS
    SYS                      OPEN
    SYSTEM                      OPEN
    DBSNMP                      OPEN
    ANONYMOUS                 OPEN
    APEX_PUBLIC_USER            OPEN
    SYSMAN                      EXPIRED
    SCOTT                      EXPIRED
    FLOWS_FILES                 LOCKED
    APEX_030200                 LOCKED
    OUTLN                      EXPIRED & LOCKED
    MGMT_VIEW                 EXPIRED & LOCKED
    MDSYS                      EXPIRED & LOCKED
    ORDSYS                      EXPIRED & LOCKED
    EXFSYS                      EXPIRED & LOCKED
    DMSYS                      EXPIRED & LOCKED
    WMSYS                      EXPIRED & LOCKED
    CTXSYS                      EXPIRED & LOCKED
    XDB                      EXPIRED & LOCKED
    ORDPLUGINS                 EXPIRED & LOCKED
    SI_INFORMTN_SCHEMA            EXPIRED & LOCKED
    OLAPSYS                  EXPIRED & LOCKED
    ORACLE_OCM                 EXPIRED & LOCKED
    TSMSYS                      EXPIRED & LOCKED
    BI                      EXPIRED & LOCKED
    PM                      EXPIRED & LOCKED
    MDDATA                      EXPIRED & LOCKED
    IX                      EXPIRED & LOCKED
    SH                      EXPIRED & LOCKED
    DIP                      EXPIRED & LOCKED
    OE                      EXPIRED & LOCKED
    HR                      EXPIRED & LOCKEDLet me know if any more details are needed.
    Thanks in advance.

    Hi Alberto,
    A revised version of the APEX Listener has been applied to the apex.oracle.com instance, containing a fix for bug 16210026. So you should now be able to carry out your RESTful Services tests successfully. Please note that the updated version of the APEX Listener release, release 2.0.1, is not yet available for download from OTN but hopefully should be soon. Keep an eye on the APEX Listener OTN page: http://www.oracle.com/technetwork/developer-tools/apex-listener/overview/index.html.
    Regards,
    Hilary

  • Apex 3.0 Installation on 9.2.0.7

    This is probably some minor oversite, but I've tried to install Apex 3.0 on Oracle 9.2.0.7 and am encounter the following message[s]:
    Invalid command 'PlsqlDatabase[Username/Password/ConnectString]', perhaps mis-spelled or defined by a module not included in the server configuration
    During the setup of Apache file I added an include line in httpd.conf for the modplsql/cfg/plsql.conf. I then modified the contents of that file as below:
    # Directives added for mod-plsql
    LoadModule plsql_module /export/home/u01/oracle/product/9.2.0.1/Apache/modplsql/bin/modplsql.so
    # Enable handling of all virtual paths beginning with "/pls" by mod-plsql
    <IfModule mod_plsql.c>
    <Location /pls>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    </Location>
    AddType text/xml xbl
    AddType text/x-component htc
    Alias /i/ "/export/home/u01/oracle/product/9.2.0.1/Apache/Apache/images/"
    <Location /pls/apex>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword apexpassword
    PlsqlDatabaseConnectString oracledatabase:1521:wds99
    PlsqlNLSLanguage AMERICAN_AMERICA.US7ASCII # <<we have to use this due to a vendor requirement, has not presented a problem elsewhere
    PlsqlAuthenticationMode Basic
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDefaultPage apex
    PlsqlSessionStateManagement StatelessWithResetPackageState
    </Location>
    </IfModule>
    I can't find any reference to this error anywhere so I'm at a loss as to why modplsql is having a problem with it.
    Thanks in advance,
    Barney

    Resolved this.
    The documentation I was referencing was written for the 10g installation so the <Location...> was an extra step since 9.2 uses wdbsvr.app instead.
    Barney

  • Missing script in APEX 3.1 installation

    I have been trying for almost 2 weeks to get APEX 3.1.1 installed on two different Linux servers. In one case, it's a fresh install on 10g Release 2. The other is an upgrade from APEX 2.x on 10g EX.
    Yesterday, I began opening the scripts one at a time in SQL Developer and running them individually supplying variable values when necessary, in order to determine where the install was failing. (OK, I'm a masochist.)
    After several hours I discovered that the script WWV_FLOW.sql in the CORE directory was zero bytes. Later when the script attempts to compile packages that are dependent on this script, they fail.
    I've tried re-downloading the ZIP file several times to one of 3 different computers, all with the same zero byte file.
    Can someone suggest a resolution to this?

    Regarding the install failing - the script exited before it was complete, usually somewhere in step IV. The error message given was that an object didn't exist. I think it might have been a package.
    Anyway, after reading more I determined that the combination of Red Hat Enterprise Linux 5, Oracle 10g, and APEX 3.1 weren't going to work without a lot more time than I had to give. So since it was an empty database and I had nothing to lose but more time, I installed 11g. That installation was fine, and from what I can tell, installation of APEX 3.1 went well also...
    EXCEPT
    I'm unable to login to APEX or the APEX_ADMIN. My browser presents me with a login dialog - not the APEX login page - and every combination of user names and passwords I've tried do not work.
    My current theory is there should be an entry for the XDB in the Listener configuration, but there isn't and I haven't yet found a description of how to add it.

  • Apex 3.0 installation instructions – unclear

    Hello All,
    I am trying to follow installation instructions (http://download-east.oracle.com/docs/cd/B32472_01/doc/install.300/b32468/install.htm#CHDHIJGE) to install Apex 3.0. This is the part that confuses me:
    3.2 Installing the Oracle Application Express Software
    Change your working directory to apex.
    -- I assume, they want me to open command prompt, and then navigate where I had extracted the zip file into. OK
    Start SQL*Plus and connect the database where Oracle Application Express is installed as SYS. For example:
    SYSTEM_DRIVE:\apex\sqlplus sys/SYS_password as sysdba
    -- There is no Application Express installed anywhere YET. Shouldn't be it rather ...Express is going to be installed... ?
    Run apexins.sql passing the following five arguments in the order shown:
    -- There is no apexins.sql in the whole apex folder.
    @apexins password tablespace_apex tablespace_files tablespace_temp images
    -- I get this error when I try to run it:
    SQL> @apexins ********* SYSAUX SYSAUX TEMP /i/
    SP2-0310: unable to open file "apexins.sql"
    SQL>
    Thank you for your time.
    DanielD

    Hello,
    I’ve found these installation instructions from user567567 (APEX 3.0 INSTALL STEPS USING 10g R2 And it looks like providing full path should be sufficient (step 6). However it still does not work:
    SQL> @c:\temp\apex\apexins ********** SYSAUX SYSAUX TEMP /i/
    SP2-0310: unable to open file "c:\temp\apex\apexins.sql"
    SQL>
    Simply, there is nothing with filename like apexins anywhere in my apex directory. (c:\temp\apex)
    Thank you,
    Daniel

  • APEX 3.1 Installation

    After installing APEX 3.1, on Oracle Express 10G (Windows XP), I cannot view/login to the Database Home page. A different page appears with a Workspace/username/password login, but this page is not loaded properly (there are errors on the page, the Errors Icon appears in the bottom right corner of Internet Explorer). I also tried using the http://127.0.0.1:8080/apex/apex_admin which is supposed to be used to configure the APEX installation, but the results are the same. No pictures appear in any of the 2 webpages, and the login buttons doesn't do anything when clicked. Any suggestions are well apprecianted. Thanks for your help.

    FIxed the problem with the Images, but the Home page still does not work. Removed everything. Reinstalled Oracle 10 Express and Home page works fine. Application express 2.1 is already installed with Oracle 10 Express, could see the administration, users, etc., using the web page. Installed Aplication Express 3.1, using the correct parameter for the Images virtual directory. Installation completed OK, checked the log, and also used : SELECT STATUS FROM DBA_REGISTRY
    WHERE COMP_ID = 'APEX'; results are VALID.
    When opening the Database Home Page, page loads, but the errors continue, after entering username and password, when I click the login button, nothing happens. The errors window indicates that page has errors "line: 83, char: 5, error: object expected code: 0 ". When trying to open the APEX admin. page (http://127.0.0.1:8080/apex/apex_admin) the results are the same "line: 54, char: 5, error: object expected code: 0 ".

  • OSB 11g Installation in production environment

    I am trying to install OSB 11g in production mode. But, the problem is its always pointing to the evaluation database, even though I don't require any DB (not using the reporting feature or OWSM). I saw the following workaround and it worked fine, but is it the only way?
    This error you will normally see if you use the built in pointbase db with production domains only.
    I would recommend you use different database in pointbase or better an oracle database. Work around would be to delete WL_LLR* from you point base and the domain will start with out problem.
    If you are not aware of how to delete the table in Pointbase/Derby, then other workaround (I normally use when using production domain with Derby/Poinbase) option would be to open config .xml and delete <jdbc-system-resource>
    <name>wlsbjmsrpDataSource</name>
    <target>AdminServer</target>
    <descriptor-file-name>jdbc/wlsbjmsrpDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    Even if i configure a different DB, but it still pointing me to Derby?
    Is this a bug with OSB 11g installation in a production env?
    Thanks,
    Bijoy

    Hello Bijoy,
    The evaluation database is provided for use by the sample applications and code examples. If you do not want to use evaluation DB then don't install it.
    To not install evaluation DB, while installing weblogic, select custom installation type, uncheck the "Evaluation Database" checkbox ("Server Examples" will automatically get unchecked) and proceed. Now your weblogic will be installed without an evaluation DB.
    Regards,
    Anuj

  • OSB Installation in production environment

    I am trying to install OSB 11g in production mode. But, the problem is its always pointing to the evaluation database, even though I don't require any DB (not using the reporting feature or OWSM). I saw the following workaround and it worked fine, but is it the only way?
    This error you will normally see if you use the built in pointbase db with production domains only.
    I would recommend you use different database in pointbase or better an oracle database. Work around would be to delete WL_LLR* from you point base and the domain will start with out problem.
    If you are not aware of how to delete the table in Pointbase/Derby, then other workaround (I normally use when using production domain with Derby/Poinbase) option would be to open config .xml and delete <jdbc-system-resource>
    <name>wlsbjmsrpDataSource</name>
    <target>AdminServer</target>
    <descriptor-file-name>jdbc/wlsbjmsrpDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    Even if i configure a different DB, but it still pointing me to Derby?
    Is this a bug with OSB 11g installation in a production env?

    Hello Bijoy,
    The evaluation database is provided for use by the sample applications and code examples. If you do not want to use evaluation DB then don't install it.
    To not install evaluation DB, while installing weblogic, select custom installation type, uncheck the "Evaluation Database" checkbox ("Server Examples" will automatically get unchecked) and proceed. Now your weblogic will be installed without an evaluation DB.
    Regards,
    Anuj

  • Installation CS6 Production Premium failed, 4 warnings, 9 Errors

    I just tried to intall Photoshop, Illustrator, Audition  and Speed Grade from the Production Premuim Package on an almost brandnew Dell XPS 17 Core i7 Laptop under administrator-rights. The installation-process returned no fewer than 9 errors and 4 warnings. Illustrator wasn't installed at all.
    Below is the summary. Any Ideas? Could the pre-installed Photoshop Elements 9 und Premiere Elements have caused the problem?
    Antje H
    WARNING: DS013: Payload {93EE4FE8-6892-11DF-9F6A-6A14DFD72085} AdobeHelp 3.2.0.0 is already installed and the session payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    ----------- Payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0 -----------
    WARNING: DF029: ARKServiceControl::StartService: Service not started/stopped SwitchBoard. Current State: 0 Exit Code: 0 Service Specific Exit Code: 0(Seq 1)
    ----------- Payload: {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK CS6 4.0.0.0 -----------
    WARNING: DF054: Unable to read Adobe file version for file path 'C:\Program Files (x86)\Common Files\Adobe\Color\Profiles\Recommended\USWebCoatedSWOP.icc'(Seq 16)
    ERROR: DF012: Unable to find file(Seq 16)
    ERROR: DF024: Unable to preserve original file at "C:\Program Files (x86)\Common Files\Adobe\Color\Profiles\Recommended\USWebCoatedSWOP.icc" Error 32 Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird.(Seq 16)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 16)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - AdobeColorCommonSetCMYK CS6: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_AdobeIllustrator16de_DELanguagePack_x64: Install failed
    ERROR: DW050:  - AdobeIdeaPluginCS6 x64: Install failed
    ERROR: DW050:  - Adobe NPS Panel: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit): Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Illustrator CS6 Support: Install failed

    You at the very least have compromised file permissions at C:\Program Files (x86)\Common Files\Adobe\Color\Profiles\Recommended.  I would recommend reviewing your installation log in it's entirety.  You can find information on how to accomplish this at Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html.

Maybe you are looking for

  • I have the iphone 4, with pay as you go 50. month is there a way to purchase web?

    i have the i phone 4, but my credit is shot so i have the pay as you go unlimeted talk text and pict sms for 50.00. Im happy with the service ive been with this mobile company for years. I  have been using the wi-fi at  my house for the phone. T-mobi

  • Ipod adaptor for car stereo with cd player not tape

    If my car stereo has just got a front loading cd player does anyone know an adaptor - preferable in apple store - that i can use? The only ones i have seen use the tape player. Thanks

  • How do I get an image to look like this?

    I have seen an image on a homepage of a shipping container website that says 50,000 containers sold blah blah. Anyway I want to be able to create a similar effect of making the image darker so that my text over the image will pop more but I don't kno

  • Tcode for sap query

    hi experts,                Pls let me know how to create a tcode for a SAP query .I am using infoset query for combining two tables.I have created a query and the report is working properly .now i need to create a tcode for end users to work on it .w

  • Journal Entry Template - Remove Parameters

    Hello, Is there a way to remove or hide the "Auto Reverse" checkbox in the Journal entry template? Can this be done through the appset/application parameters? Also, is it possible to have "Reopen journal in the next period" unchecked by default? Any