SQLJ in Rel 11.i

Hi OTN,
I will be working with Oracle apps release 11.i shortly and would like to know whether forms and reports are developed using oracle developer (forms and reports 6i)or using the oracle jdeveloper tool.
My background is customising forms and reports and have been using developer 2000 (forms 4.5 and reports 2.5) in the past with apps release 11.03. Are codes written in PL/SQL for release 11i or does the latter use SQLJ instead...Please let me know, Thanks
null

When you sort the Album in iphoto are you sorting manually? Or by date of the photos?
When you sort in the Finder how are are you sorting?
Here's one way to do what you're trying to do:
Create your Album and sort the pics as you want them. Then Photos Menu: Batch Change -> Set Title to Text "John's Birthday", for instance, and tick the box to append a number to each Photo. Now your photos are titled 'John's Birthday 001, John's Birthday 002 ... etc'
Then File -> Export and in the Export dialogue set the Filename to "Use Title"
Sort on Filename in the Finder and you end up with a folder full of images in the same order as the Album in iPhoto.
Regards
TD

Similar Messages

  • How to use jpub

    Dear friends,
    I met a problem while I try to use "jpub" command in HP-UX environment. When I key in "jpub -scott/tiger .....", system will prompt me that "Can't find class oracle.jpub.java.Main". Is there any one who can help me to solve this trouble?
    Thanks a lot for your help!
    xiangnan

    Xiangnan, Here you go...
    The jpub utility uses either the thin or OCI8 JDBC driver to communicate with Oracle, as specified by the JDBC connection string passed as the -url param. It also uses the JAva class oracle.jpub.java.Main, which is installed by Oracle Universal Installer as part of SQLJ. jpub relies on the CLASSPATH environment variable to locate these two libraries. Therefore for the jpub to run successfully, your CLASSPATH must include <ORACLE_HOME>\jdbc\lib\classes12.zip(or classes111.zip for 8.1.5), <ORACLE_HOME>\sqlj\lib\tramslator.zip and <ORACLE_HOME>\sqlj\lib\runtime.zip.
    Have fun!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Xiangnan:
    Dear friends,
    I met a problem while I try to use "jpub" command in HP-UX environment. When I key in "jpub -scott/tiger .....", system will prompt me that "Can't find class oracle.jpub.java.Main". Is there any one who can help me to solve this trouble?
    Thanks a lot for your help!
    xiangnan<HR></BLOCKQUOTE>
    null

  • Errors in N-comp comiplation of sqlj code in oracle 9.2

    While N-comp compilation of an Java Stored Procedure (SQLJ) am getting following errors :-
    softwares used
    Java ver :- JDK 1.3
    database :- oracle version 9.2 with JServer Rel 9.2.0.1.0
    Steps carried for Ncomp compilation
    1) sqlj -ser2class Ap_cm_am_exchange1.sqlj
    2) jar cvf ap_cm_am_exchange1.jar *.class
    3) dropjava -user host/[email protected] ap_cm_am_exchange1.jar
    4) loadjava -oci8 -resolve -force -user host/[email protected] ap_cm_am_exchange1.jar
    5) ncomp -user host/[email protected] -force ap_cm_am_exchange1.jar
    Errors
    error in: FindClassesToNcomp :java.sql.SQLException: ORA-29540: class oracle/jaccelerator/server/ap_cm_am_exchange1_minimalClassListAndTCDumper does not exist
    ORA-06512: at "DV58BOTEST2.JACCELERATOR___FIND_CLASS_LIST", line 0
    ORA-06512: at "DV58BOTEST2.JACCELERATOR_FIND_CLASS_LIST", line 1
    ORA-06512: at line 1
    java.sql.SQLException: ORA-29540: class oracle/jaccelerator/server/ap_cm_am_exchange1_minimalClassListAndTCDumper does not exist
    ORA-06512: at "DV58BOTEST2.JACCELERATOR___FIND_CLASS_LIST", line 0
    ORA-06512: at "DV58BOTEST2.JACCELERATOR_FIND_CLASS_LIST", line 1
    ORA-06512: at line 1
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java)
    at oracle.jaccelerator.client.FindClassesToNcomp.doit(FindClassesToNcomp.java:82)
    at oracle.jaccelerator.client.JDBCDriver.run(JDBCDriver.java:80)
    at oracle.jaccelerator.client.FindClassesToNcomp.main(FindClassesToNcomp.java:17)
    # Deployment History, produced by query:
    # select timestamp, status, dll_name from jaccelerator$dlls order by dll_name
    got error in ShowDllsTable java.sql.SQLException: ORA-00942: table or view does not exist
    error in: oracle.jaccelerator.client.JDBCDriver :java.sql.SQLException: ORA-00942: table or view doe
    s not exist
    java.sql.SQLException: ORA-00942: table or view does not exist
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteDescribe(OCIDBAccess.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java)
    at oracle.jaccelerator.client.ShowDllsTable.doit(ShowDllsTable.java:48)
    at oracle.jaccelerator.client.JDBCDriver.run(JDBCDriver.java:80)
    at oracle.jaccelerator.client.ShowDllsTable.main(ShowDllsTable.java:26)

    While N-comp compilation of an Java Stored Procedure (SQLJ) am getting following errors :-
    softwares used
    Java ver :- JDK 1.3
    database :- oracle version 9.2 with JServer Rel 9.2.0.1.0
    Steps carried for Ncomp compilation
    1) sqlj -ser2class Ap_cm_am_exchange1.sqlj
    2) jar cvf ap_cm_am_exchange1.jar *.class
    3) dropjava -user host/[email protected] ap_cm_am_exchange1.jar
    4) loadjava -oci8 -resolve -force -user host/[email protected] ap_cm_am_exchange1.jar
    5) ncomp -user host/[email protected] -force ap_cm_am_exchange1.jar
    Errors
    error in: FindClassesToNcomp :java.sql.SQLException: ORA-29540: class oracle/jaccelerator/server/ap_cm_am_exchange1_minimalClassListAndTCDumper does not exist
    ORA-06512: at "DV58BOTEST2.JACCELERATOR___FIND_CLASS_LIST", line 0
    ORA-06512: at "DV58BOTEST2.JACCELERATOR_FIND_CLASS_LIST", line 1
    ORA-06512: at line 1
    java.sql.SQLException: ORA-29540: class oracle/jaccelerator/server/ap_cm_am_exchange1_minimalClassListAndTCDumper does not exist
    ORA-06512: at "DV58BOTEST2.JACCELERATOR___FIND_CLASS_LIST", line 0
    ORA-06512: at "DV58BOTEST2.JACCELERATOR_FIND_CLASS_LIST", line 1
    ORA-06512: at line 1
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java)
    at oracle.jaccelerator.client.FindClassesToNcomp.doit(FindClassesToNcomp.java:82)
    at oracle.jaccelerator.client.JDBCDriver.run(JDBCDriver.java:80)
    at oracle.jaccelerator.client.FindClassesToNcomp.main(FindClassesToNcomp.java:17)
    # Deployment History, produced by query:
    # select timestamp, status, dll_name from jaccelerator$dlls order by dll_name
    got error in ShowDllsTable java.sql.SQLException: ORA-00942: table or view does not exist
    error in: oracle.jaccelerator.client.JDBCDriver :java.sql.SQLException: ORA-00942: table or view doe
    s not exist
    java.sql.SQLException: ORA-00942: table or view does not exist
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteDescribe(OCIDBAccess.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java)
    at oracle.jaccelerator.client.ShowDllsTable.doit(ShowDllsTable.java:48)
    at oracle.jaccelerator.client.JDBCDriver.run(JDBCDriver.java:80)
    at oracle.jaccelerator.client.ShowDllsTable.main(ShowDllsTable.java:26)

  • Object Relational Mapping - How to? - With SQLJ? - What brings the future?

    Hi there,
    we are developing applications for masterdata
    maintainance and masks with fast user interaction using a two-tier architektur and a layered java application on the client.
    Currently we are using TOPLink for the ORM stuff.
    As we need a simple and efficient way to encapsulate gui stuff from database interaction i am interessted in SQLJ for the descripted purpose.
    These are my questions:
    1. Can I use SQLJ with a Oracle database lower than 8i
    2. Is there a runtime fee for SQLJ?
    3. How does SQLJ relate to the app server
    hpye?
    4. Where can I get SQLJ?
    5. Do I need JDeveloper in combination with SQLJ or can I use any other IDE?
    Thanks for your input.
    Regards,
    Wolfgang Rothmayer.

    SQLJ is actually orthogonal to use of ORM. It is an embedded language API for (static) SQL database access in contrast to JDBC.
    If you are using SQL Object types (Oracle 8i and later) then there is the JPublisher tool to map these into Java classes.
    Oracle also provides the BC4J (Business Components for Java) product for object-relational access. This is used mostly in conjunction with JDeveloper.
    So from an ORM perspective you would not be asking for SQLJ.
    To the SQLJ-specific questions:
    1. Yes. SQLJ relies on Oracle JDBC for database access. Oracle 7.2 and later can be accessed.
    2. No.
    3. SQLJ can be used in any tier - just like JDBC can.
    4. In the OTN download area. It is also part of all Oracle database releases since 8.1.5.
    5. SQLJ comes with a command line interface (similar to Javac). It is also directly supported in the Oracle server-side JavaVM, which has an integrated Java compiler and SQLJ translator.
    IBM VisualAge for Java has added support for SQLJ. For other IDEs you would be on your own, though I have heard that JBuilder users have been able to integrate SQLJ in their IDE (if somebody sends us a recipe for using SQLJ in their favorite IDE, we'll be happy to include that in future distributions). SQLJ could be integrated either through the commandline, or -for tighter support- through its IDE interface package in sqlj.framework.ide.

  • How do I clone a fully operational system that relies on Windows 7 for the underlying operating system?

    I'm a retired IT professional desiring to assist a friend who owns a small business who recently experienced very malicious attacks on her computers from unknown parties operating anonymously on the Internet. Because
    of her lack of preparation for such events, her future ability to continue to conduct her business was seriously threatened. The incident revealed, to my friend, the need to be prepared to deal with spontaneously occurring problems that create suspicious conditions
    that arise with modern computer software before they can be analyzed in a sufficiently comprehensive manner to have an opinion regarding the appropriate course of action for obtaining a permanent remedy. In that, the ability to quickly react on the basis of
    only suspicion is the goal.
    I want to recommend an approach that involves maintaining an offline image of an operational system that is capable of running any of her computers. This image needs to include all of the software required to run
    her business. In that, it is not limited to the operating system. This single image could then be used to restore any computer to a known reliable state should the need arise. This technique will also insure that each computer has sufficiently similar capability
    to allow them to substitute for each other. Insofar as image restoration is itself an operation susceptible to causing unacceptable business delay I'm also recommending that each of the identical computers (i.e., from a hardware perspective) operate in a multi-boot
    environment where a virtually offline backup can be instantiated via a simple reboot (i.e., an operation that all users of the Windows operating systems turn to when strange behavior is first observed). My intention is to limit the cloned system (i.e., partition
    or C: drive) to the operational software. The business data along with storage for temporary data will be isolated on other partitions (i.e, mounted with other drive letters) accessible by each instance of the software eligible for multi-boot operation.
    This kind of operation is something that I know how to setup on older versions of the Windows operating system. However, Microsoft has now dropped support for all of those operating systems and my much more limited
    experience with the currently supported operating systems reveals that changes to the boot process will necessitate making changes to the specific preparations needed to build such an environment.
    Before recommending that my friend replace all of her computers with new ones, that includes paying for new operating system (i.e., Windows) licenses, I need some assurance that the new operating systems are as
    good as the old ones in this respect. These need to be relatively inexpensive desktop computers and we're only talking about a few of them. Let's say fewer than half a dozen. My friend is a sole proprietor and even though her business has become completely
    dependent on what was once called personal computers she must operate on a fairly tight budget. This especially includes the budget for technology.
    The articles I've been able to find on the Microsoft support websites seem to treat multi-boot as a situation where someone is running different versions of possibly difference operating systems whereas my need
    to produce a single image that will both run on multiple computers as well as multiple partitions on the same computer. I'd appreciate finding some technical advice that applies to building such a system using a supported version of Windows.

    I tried the image creation/restoration described by Jared.  I don't think it makes much sense to rely on an operational system to do such a restoration therefore I opted for method 3 which involves using a "System Repair Disk".  My first
    reaction is what a crude tool.  The image creation process had no trouble putting the image on a simple network share.  However, it appeared as though the restoration couldn't even connect with the device.  I then copied the files to a USB drive. 
    In this case the repair disk said it couldn't find the files even though they were there.  It offered no mechanism to even look and see what was there.  It appears as though it will only find the image if it is located in a folder by the certain
    name used on creation and it is in root directory.  Not very handy.
    As ugly as all that was when we finally come to the point of making the restore it looks like the only option is to restore the entire disk, which in my case would mean also restoring both the windows partition and the recovery partition.  This just
    isn't what I want to do.  It is also something I wouldn't even consider doing unless it was the only possible way to recover from a failed hard drive.
    In summary, unless I've completely failed to notice how it works that just isn't going to work.
    I hope there is something better than this.  What about WinPE and ImageX?
    Absent anything useful from Microsoft it will be necessary to try using other software.  Time to try Acronis!  I guess.

  • Error while calling a stored procedure using SQLJ

    I am calling a stored procedure defined inside a package through a SQLJ script. The first parameter of that procedure is a IN OUT parameter which is used as a ROWID for creating a cursor. That ROWID value is the same for every record in the table, thereby enabling us to create a cursor.
    When I give a hard-coded value as a parameter, I get an error stating that the assignment is not correct as the query is expecting a variable and not a literal. Hence I removed the hard-coded value and included a dymanic value in the SQLJ call.
    String strVal = "A";
    #sql{CALL ASSIGNMENTS_PKG.INSERT_ROW :{strVal},'SALARY_CODE_GROUP','BU',3,105,sysdate,1,sysdate,1,1)};
    Here "ASSIGNMENTS_PKG" is a package name and INSERT_ROW is the procedure.
    When the SQLJ program is run, I get an error stating:
    "PLS-00201: identifier 'A' must be declared"
    I read the error message, but I am not able to understand where I need to give the GRANT permission to.

    If you're using Oracle Provider for OLE DB (OraOLEDB) to execute this stored procedure, you need to set PLSQLRSet attribute. This attribute can be set in registry, connection string, or command object. Please refer to User Documentation for more information.

  • How Can I Run A SQLJ Normal Project In SAP NWDS

    I have a question about SQLJ in SAP NWDS.
    1.I created a java dictionary project,and then create the table , then depoly it.it's ok.
    2.I created a java normal project including the above java dictionary project.
    3.I used the SQLJ tech in the java normal project,exporting the opensqllib.jar,sqljapi.jar,sqljc.jar,sqljimpl.jar.
    4.I coded the normal project,and export the project .jar,everything is ok.
    <b>5.But when i runed the project in NWDS,the error appeared:java.lang.NoClassDefFoundError: com/sap/sql/log/OpenSQLException
         at com.ezkj.deom.sqlj.MainApp.main(MainApp.java:21)
    Exception in thread "main"</b>
    How Can I Run A SQLJ Normal Project In SAP NWDS?
    PLS Help me and don't let me alone!

    Tony,
    Why not try to import your SQLJ project in SAP NWDS. Add all the jars mentioned to the project path both for compile time as well as runtime. Now try running he project. Once you are able to bypass java.lang.NoClassDefFoundError, you will get other errors related to SQL statements. These Oracle SQL statements needs to be converted to OpenSQL format.
    Chill out!!!
    Sukanta Rudra
    Note: If helpful, plz donate some points.

  • Conflict resolution including the CRT DUMMYfor Add-On ST-SER rel.700_2007_1

    Dear all,
    Environment  #    32 bit win2k3, SAP   & Orc with 10.2.0.2.0
    We are in process of applying suport packs for Solution manager 7.0,  SAPKITL25 is finished
    When applying SAPKITL26 with  SAPKB70015, SAPKA70015 I am gettign the following CRT is required
    ST-SER rel.700_2007_1 .
    I did this add-on & applied support packs for this component ST-SER rel.700_2007_1 - 1,2
    &  tried  SAPKITL26 with  SAPKB70015, SAPKA70015 again but the error repeats . What is the last support pack in 32 BIT sap system fo Solution manager.
    Error -
    Phase ADDON_CONFLICTS_?: Explanation of Errors
    onflicts were found between the Support Packages that you want to
    mport and the Add-Ons installed in the system. To guarantee the
    onsistency of your system, the import is interrupted until all Conflict
    esolution Transports (CRTs) for the listed Support Packages are
    ncluded in the queue.
    o include the CRTs in the queue, proceed as follows:
    Write down the Support Packages and Add-Ons that have conflicts.
    Leave this screen by choosing 'Cancel' (F12).
    Load the CRTs for the Support Packages with conflicts from the SAP
    Service Marketplace or request them from your Add-On supplier.
    Define the extended queue again in the Support Package Manager.
    Import the queue. The Support Package Manager executes all steps from
    the beginning.
    f the problem involves an SAP Add-On, see SAP Note 53902, which tells
    ou which CRTs resolve the conflicts. Otherwise contact the supplier of
    our Add-On for details on how to proceed.
    he following contains a table of Support Packages for each Add-On for
    hich conflicts were detected. The column 'Information on the Conflict
    esolution' specifies how you can resolve a conflict. For more
    nformation, select the corresponding 'Information for the Conflict
    esolution'.
    onflicts Between Add-On ST-SER 700_2007_1 and Support Packages
    omponent    Release      Support Package        Information on
                                                    Conflict Resolution
    T           400          SAPKITL426             CRT: DUMMY
    Is this a known error or how to overcome this & clues on the following..
    -Rahul

    Dear Sunny,
    I went through the sap notes & found that i need to download ST-SER 700_2008_1.
    SAP Solution Manager 7.0 (Software component ST 400)
    ST 400 SP16 (SAPKITL426)
    With SP16 (SAPKITL426) SAP strictly recommends to upgrade your ST-SER tothe release 700_2008_1 or higher. Therefore use transaction SAINT instead of transaction SPAM to patch your system to SAP Solution Manager 7.0. If you try to patch your system via SPAM and your ST-SER release is 700_2007_1 or less you will receive one of the following information within SPAM during phase ADDON_CONFLICTS_?:
                        a) Conflicts Between Add-On ST-SER 700_2005_2 and Support Packages SAPKITL426 Include CRT
                        b) Conflicts Between Add-On ST-SER 700_2006_1 and Support Packages SAPKITL426 Include CRT
                        c) Conflicts Between Add-On ST-SER 700_2006_2 and Support Packages SAPKITL426 Include CRT
                        c) Conflicts Between Add-On ST-SER 700_2007_1 and Support Packages SAPKITL426 Include CRT
                        *Please be aware there is no physical Conflict Resolution Transport (CRT) available to solve this conflict (it is not planned to provide such a CRT). You have to patch your system via SAINT not via SPAM:*
                        1. Delete your SPAM-QUEUE by pressing the Display/Define button within SPAM.
                        2. Download all ST-SER Delta-Upgrade packages from the Software Download Center into your EPS-Inbox.
                        3. Call transaction SAINT and press Start button.
                        4. Select ST-SER 700_2008_1 or higher and press Continue button
                        All neccessary component packages will automatically be included into a valid SAINT-queue
    but  ST-SER 700_2008_1 not available to download & also noticed there are no manual CRT's
    how should i manage to patch system with ST-SER 700_2008_1 when it is not availble to download
    Thanks & regards,
    rahul

  • Yast installation problem on Oracle Enterprise Linux Rel 5 Upd 2

    Hi,
    I installed Oracle Enterprise Linux Rel 5 Upd 2 on a new server (Intel 64 bit) with the downloads from oracle
    (Enterprise-R5-U2-Server-x86_64-disc1.iso till Enterprise-R5-U2-Server-x86_64-disc6.iso).
    Then I wanted to install Yast for administering my machine and downloaded yast_el5_x86_64.tar, again from Oracle. Running the Yast install routine it required the perl-Digest-SHA package. I downloaded that from Oracle ULN and installed it.
    Now, running the Yast install routine again, I get a bunch of warnings and errors about failed dependencies and NOKEY's.
    Here I copied a part of it:
    warning: liby2util-2.13.8-0.12.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: blocxx-1.0.0-17.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: libxcrypt-2.4-12.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: testutf8-1.0-1.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: yast2-core-2.13.39-0.3.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: hwinfo-13.57-2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: yast2-hardware-detection-2.13.7-0.9.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: libzypp-2.15.10-0.4.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies
    +     libboost_filesystem.so.2()(64bit) is needed by libzypp-2.15.10-0.4.x86_64+
    +     libboost_regex.so.2()(64bit) is needed by libzypp-2.15.10-0.4.x86_64+
    warning: yast2-pkg-bindings-2.13.117-0.13.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     libzypp >= 2.4.0 is needed by yast2-pkg-bindings-2.13.117-0.13.x86_64+
    +     libzypp.so.215()(64bit) is needed by yast2-pkg-bindings-2.13.117-0.13.x86_64+
    warning: yast2-2.13.104-1.0.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     yast2-pkg-bindings >= 2.13.111 is needed by yast2-2.13.104-1.0.x86_64+
    warning: yast2-network-2.13.98-0.7.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     yast2 >= 2.13.90 is needed by yast2-network-2.13.98-0.7.x86_64+
    warning: perl-Parse-RecDescent-1.80-259.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: perl-gettext-1.05-13.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: perl-X500-DN-0.28-133.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: yast2-pam-2.13.5-0.11.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     yast2 is needed by yast2-pam-2.13.5-0.11.noarch+
    warning: yast2-mail-aliases-2.13.8-0.11.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     libzypp.so.215()(64bit) is needed by yast2-perl-bindings-2.13.11-0.17.x86_64+
    +     yast2 is needed by yast2-security-2.13.7-0.11.noarch+
    +     yast2-pam is needed by yast2-security-2.13.7-0.11.noarch+
    +     yast2 is needed by yast2-ldap-client-2.13.27-0.11.noarch+
    +     yast2-network is needed by yast2-ldap-client-2.13.27-0.11.noarch+
    +     yast2-pam >= 2.13.5 is needed by yast2-ldap-client-2.13.27-0.11.noarch+
    +     yast2 >= 2.13.70 is needed by yast2-country-2.13.52-0.9.x86_64+
    +     yast2 >= 2.13.85 is needed by yast2-installation-2.13.192-0.4.noarch+
    +     yast2-network is needed by yast2-installation-2.13.192-0.4.noarch+
    +     yast2-pkg-bindings >= 2.13.101 is needed by yast2-installation-2.13.192-0.4.noarch+
    +     yast2 is needed by yast2-users-2.13.55-0.4.x86_64+
    +     yast2-pam is needed by yast2-users-2.13.55-0.4.x86_64+
    What's wrong here and what is to do?
    I only installed packages from Oracle on a newly installed machine. And I didn't find documentation regarding these problems.
    Any help would be greatly appreciated,
    Roger

    error: Failed dependencies
    + libboost_filesystem.so.2()(64bit) is needed by libzypp-2.15.10-0.4.x86_64+
    + libboost_regex.so.2()(64bit) is needed by libzypp-2.15.10-0.4.x86_64+As error message clearly states you need to install additional OS packages (included in installation media or in online repository) to solve the dependencies.

  • Trying To Re-install Windows 8 on Relatively New GT70 Laptop

    Greetings ~!
    If you don't mind, I'd like to take a moment to introduce myself. I'm not an expert, when it comes to computers; but I'm not a novice either. However, I am new when it comes to RAID. My laptop is still pretty relatively new - I customized and bought it in June 2013, and it arrived in July '13. Since my desktop pc was dying out, and our family does a lot of traveling during the summers, I was looking to convert to a laptop that would give me the same performance my desktop had, but would be portable. I spend most of my time as a researcher and digital artist, but I'm also a freelance web designer-developer and photo/video editor on the side - when time allows (I'm a married mom of 5 - time is precious, if you know what I mean. ).  I custom built my desktop, back in 2006, with the help of two very dear friends who've done this for a living - back then, I was an avidly active gamer and wanted a system that would  greatly support those highly-graphic intensive games (i.e. Crysis, BioShock, etc.); but I'm not as much into them anymore (now, when given the opportunity and I need a brain-break, I'll play logic and strategic puzzle-like games).
    Here is a brief summary of my specs :
    Processor: 4th Generation Intel® Haswell Core™ i7-4900MQ (2.8GHz - 3.8GHz, 8MB Intel® Smart Cache)
    Graphics Video Card: NVIDIA® GeForce™ GTX 780M 4,096MB PCI-Express GDDR5 DX11 w/ Optimus™ Technology
    Ram: 32GB DDR3 1600MHz [SKU-818CP] (Dual Channel Memory (4x8GB SODIMMS))
    mSATA SSD Drive - Configuration Option: mSATA Option: Operating System Installed w/ mSATA(s):
      - 2 mSATA SSD Drives: 128GB Solid State Drive (Super RAID) mSATA - [ In Primary Hard Drive Bay ]
      - Second Hard Drive: 1,000GB (1TB) 7200RPM Seagate Hybrid (Serial-ATA III 6GB/s - 64MB Cache)
    Wireless Network: Bigfoot Networks Killer™ Dual Band Wireless-N 1103 - 802.11A/B/G/N Wireless LAN Module
    Operating System: WINDOWS 8.1 Pro - (64-bit) [at the time of purchase, I had upgraded to Windows 8 Pro 64-bit]
    --- I also bought the Creative Sound Blaster X-fi Surround 5.1 Pro external soundcard for my Logitech Z-680 5.1 Configuration 500W speakers (which continue to work perfectly to this day); but when things started going awry with my laptop, the soundcard stopped working properly (all 3 of my 3.0 usb ports seemingly stopped working - they're not ?powering out as they were when I first got my laptop).
    --- I just recently bought two external/portable drives from Seagate : Backup Plus Slim (1T) and Expansion Desktop (3T)
    My laptop started to become awry back in December/January '13 when I got the wild idea to try out a different internet security program. I had been using avast! for years (w/no problems), but I wanted something that would be more beneficial to me in covering the Windows 8 apps (my desktop was a WinXP system). After spending several days, on and off, reading through reviews over current I.S. programs, I thought I'd give BitDefender a try (they developed a program specifically for Windows 8), so I downloaded and installed their trial version. Upon installing the program, I was prompted to remove/uninstall avast - which I did. After installation proved successful, and things 'seemed well' with my system, I noticed that avast left traces of its program throughout my computer (this is a huge peeve of mine - when uninstalled programs leave icons and hidden files spread out all over your computer). This triggered a prompt to check my graphic/video editors to see if they were still working properly. Well, to my disappointment, one of my editors wouldn't even launch and load. I tested another editor, only to find out that my plugins wouldn't launch and load. By this point, my "peeve" turned into severe frustration. Having dealt with a program that left traces/?breadcrumbs before, I pulled up the trusty recommendation page (that I bookmarked from its tech support), and followed through the instructions on how to manually remove the program - which then proved unsuccessful. So, I thought ... 'what should I do now? ... ahh, let's try a system restore!' Not only did the system restore seem successful, it also brought back the problems with it. *grrr* After talking with a MS tech representative and other tech support representatives (for my editors), I was advised to re-install Windows - they told me my system files were corrupted, and that each time I performed a system restore, I was just bringing back the corruption. In the short time that I've had this laptop, I've already built up quite the collection of 'data', from projects I had been working on (nearly 500 G's worth). Since I didn't have any backup devices at the time, I had to wait until I was able to buy one (which, I finally received two weeks ago). I was also in the midst of another project that I wanted to complete before wiping everything out (I had set up a local server to work on this project). While the project is not entirely complete, it is at a safe point where I could back it up. The day before yesterday, I backed up all of my work and data to my Expansion Drive, and downloaded all of my laptop's drivers to my portable 'slim' drive. On top of dealing with my computer issues, we have been dealing with extremely annoying 'internet' issues (w/our provider), which was prolonging the progress of completing my project ... but it 'supposedly' got resolved last week (FYI: internet services around the Atlanta area are disappointingly lacking in reliability, sufficiency, and options - which is dominated by only 2 companies, and neither provide the highest speeds available in the market, like in other areas).
    Now, I am at my wit's end trying to figure out how to re-install my Windows OS. I have wasted my entire day, yesterday, trying the various recommendations to get this done, and I haven't gotten anywhere with it (aside from downloading every driver that I'll need, once the installation proves successful). Is anyone familiar with re-installing Windows on a RAID set-up?  I've already sent in a support ticket, but the reply was it may take up to 48 hours for them to respond? If I can get this resolved sooner, I'd be much happier - right now, I'm the grouchiest person on the planet. heh Per this recommendation - resetting Windows (service.msicomputer.com/msi_user/TechFAQdetail.aspx?formid=3035), that I tried to perform, I get a message that tells me a partition is missing  - no error code was given (I'm not certain what that means, but I haven't "deleted" any partitions - much less, I haven't even messed with anything that is "partition" related; I'm assuming this has to do with the RAID set-up? Although, I did perform a complete system defrag about 2 months ago - could this have been the culprit?). I get the exact same message for this recommendation (alternate route to reset Windows), as well : (service.msicomputer.com/msi_user/TechFAQdetail.aspx?formid=3034) - partition is missing. When those two didn't work, I inserted my Windows 8 disc, to attempt re-installing it that way - it was unsuccessful. The only message it gave me was that it was not able to complete the install (no error codes and no other messages were given). As for this recommendation (a .pdf  file with instructions) - service.msicomputer.com/msi_user/TechFAQdetail.aspx?formid=3034 - it's referring to a slightly different laptop than mine. It's for the GP line of laptops. Mine is a GT70 2OD (w/GTX 780M - msi.com/product/nb/GT70_2OD.html#download). I downloaded all of the drivers, utilities, BIOS, and firmware for Win8.1 64, but I also downloaded the Intel RAID driver for Win8 64. Something in my gut tells me not to follow the instructions per this last recommendation, that there is a correct way to go about it - I'm just not certain what it is? I feel like it has to do with that Intel RAID driver - like instead of using the WDHybrid driver that was suggested in that recommendation, I need to use the Intel RAID driver? but what about the other driver that's mentioned in the .pdf file (WD Boost Driver)? See, I'm worried that if I choose to go with this last recommendation, it will that permanently disable the RAID? Admittedly, my understanding of how RAID works is a bit limited, especially when it comes to this issue. Right now, I have all of the drivers downloaded to my pocket backup drive (Seagate Slim Backup Plus) - so if I need any of those files for installation, I'll be able to access them via USB.
    Please forgive me for the lengthy post. I wanted to provide enough details that will hopefully assist getting this issue resolved a little more quickly. I'm trying to recover from pneumatic bronchitis (and the "severe persistent asthma" nightmare it triggered); so I've already been struggling with stress, panic, and frustration. This looming computer-related issue is seemingly intensifying those feelings. I'm having a hard time thinking straight ... if ya know what I mean. heh  I really hate wasting days, when I really don't have days to waste and nothing gets resolved or accomplished. I inherited an 'engineering gene' from my dad, so I've always been the type that prefers to fix things myself, test things out, and learn as I go along; and I've been pretty  successful in doing so. Mind you, I don't go about fixing and testing things blindly, without researching about them first; but when you're not feeling well (feeling 'out of sorts') and reach higher levels of frustration and stress ... it seems next to impossible to focus and get things done right. 
    If anyone is able to help me, I will GREATLY appreciate you~!   
    Thanking you in advance~!

    Quote from: lcwhitlock on 04-April-14, 13:44:09
    Hello darkhawk,
    Thank you for the recommendation.  I somewhat understand what a MS DOS disk is, but I'm not sure how to go about creating one. I've seen where you can use a program, like Rufus, to create a usb one  - but I'm leery about using 3rd-party programs (especially ones I'm not familiar with). I've come across a couple of 'how-to' tuts, but they didn't clarify what files (if any) I would need to include on the disk (for my particular situation). Right now I don't have any blank cds, nor any extra flash/thumb drives - wish I did, but hadn't needed these for years. There has only been one other time where I needed to re-install Windows, but that was over 15 years ago - I did it through BIOS, reformatting my drives, and then reinstalled via the Windows XP disk. Windows 8 is an entirely different breed, which has left me feeling a bit stumped, at times. If there was a way I could perform it (successfully), similar to the first time I did it years ago, I'd give it a try - but at the same time, I'm a bit reluctant, because if it doesn't work, then I'm stuck without any internet access to get further help.
    Ask and ye shall receive. This should be doable in Windows 7 and Windows 8 on another PC. I recommend using a USB Flash drive like in this tutorial, but I'm sure you could use something else.
    If you want, you could also use Hiren's BootCD to make a bootable CD with many options and programs on it (I keep one, just for certain situations) that will allow you to do the same things.
    http://www.hiren.info/pages/bootcd
    Also very useful for sorting out virus's as long as it's downloaded and made on another PC that is virus free......

  • Read Master Data for Process order status change (REL to CRTD)

    I am unable to read master data and thus change the status of process order from REL to CRTD. (COR2)
    The reason it says, error in BOM reading, Transport Requirement (TR) already generated.
    Even after deleting the TR (LB02), the issue still exists.
    Is there another way of changing the status or some more steps are needed for the TR deletion?
    Thnx!
    Abhi.

    Order header Status-
    REL  Released
    MSPT Material shortage
    PRT  Printed
    PRC  Pre-costed
    BASC Batch assignment complete
    BCRQ Order to be handled in batches
    SETC Settlement rule create.
    In the error log it gives-
    Diagnosis
    Transfer requirements have already been generated, so therefore the bill of material cannot be read.
    System Response
    The system does not execute the action.
    Then I deleted the TR (LB02), but still I cannot reread the master data.
    The MSPT was for only 2 materials out of 6 and there is no GMPS status.
    There is prod supply area and control cycle used.
    and the TR generated at order release.

  • How to do this in SQLJ?

    Hi I'm new to SQLJ. How to achieve this following in SQLJ --
    String runQuery(String st_dt, String en_dt, String flt_nr) throws SQLException
        #sql rs1 = {
                          select to_char(to_date(:st_dt,'DD-MON-YYYY'),'YYYY-MM-DD') st_d,
                                    to_char(to_date(:en_dt,'DD-MON-YYYY'),'YYYY-MM-DD') en_d
                          from dual
    I want to use that rs1.st_d and rs1.en_d later in my program inside this runQuery. Now, It is not working - nor it is giving any error. Actually it is returning null values. How to do this?
    Or, please give me any link or refer any forum regarding this topic.
    Thanks in advance for your reply.
    Regards.
    Satyaki De.

    Can anyone have any idea? How to implement this?
    Regards.
    Satyaki De.

  • Forms 10g rel.2: new behaviour when accessing the db and not logged on

    If I start a form and I'm not connected, then I have a problem with one of my standard-logon-routines.
    This behaviour is new in 10g rel.2 I think.
    If I start a function on the db and the form is not connected I get a FRM-92101 - There was a failure in the forms server during startup...
    This is a migrated form, which runs in 6i, 9i, 10g rel.1, but not in rel. 2.
    Who nows a workaround ?

    see my post in this thread:
    FRM-92101 when user tries to log on with invalid password

  • I'm relatively new to Mac and want to try and get the most out of the new MacBook Air.   My wife and I have been sharing the same Apple ID. We both have iPhones - she has a 5 and I've got a 4S.   We only have one copy of iTunes and we have been sharing t

    I'm relatively new to Mac and want to try and get the most out of the new MacBook Air.
    My wife and I have been sharing the same Apple ID. We both have iPhones - she has a 5 and I've got a 4S.
    We only have one copy of iTunes and we have been sharing the account. (She doesn't really use the computer for anything beyond writing the odd weekend assignment.)
    Would I be better off setting her up with her own and making her as a separate user on the computer? Would this require much work?
    In recent times with updates, we have a few problems with the duplication of texts and that sort of thing. Both of our texts are stored on the computer and that sort of thing. Also, sometimes texts I send her are sent through to me  from her, if that makes any sense.
    Anyway, I don't really want to overly complicate matters when it comes to accounts etc, but I wanted to know if a fresh Apple ID would be the best thing or even a new user?
    Any tips etc would be greatly appreciated
    Thanks in advance
    MacBook
    I have this question too (0) Reply

    Your question is almost too much a personal one, begging the question "do we (husband and wife) feel comfy sharing one account on the Mac"   maybe thats why nobody answered you.
    It doesnt complicate anything, but it adds steps for switching accounts on the Mac/ purchases etc. of course
    since your question is mostly personal, ..I wont answer THAT part of it, but creating a new account is easy.....messing with switching back and forth is also a personal preference 'issue' as well.   I prefer to keep things simple, but...........you and yours,  I dont know.......
    http://support.apple.com/kb/PH11468

  • How can i use connection pool within the sqlj?

    hello
    i am a beginner to sqlj,i find all of the sample code from the oracle DON'T use connectionpool,they only write the database url to "connection.properties" file,but i think in the production environment we should use the connectionpool to optimise the querying,i usually use the weblogic connection pool.
    how can i use the connection pool within the sqlj?
    thank you very much!

    Im not sure if I understand. :)
    English is not my best language...
    Looking up the connection again? Do you mean I have to create new DataSource object and bind it again to ServletContext?

Maybe you are looking for