Package oracle.forms.ui does not exist - JCalendar Java Bean - calendar

Hello

I tried to change the JCalendarJinit.java file came with the JCalendar, but I was getting errors

Package oracle.forms.ui does not exist
Import oracle.forms.ui.VBean;
................


How can I solve this.

Thanks in advance

Hello

You must add the frmall.jar file to your project in JDeveloper. Click the head node of your project, and then choose the submenu project properties, then the node 'Libraries', to add the JAR file.

François

Tags: Oracle Development

Similar Questions

  • Oracle.adfmf.application does not exist

    Hello

    I installed the 5.1.1 Android and the API level 22.    on my 32-bit Windows 7 platform.

    I have installed and configured the JDeveloper12.1.3 and developed the Appplication of base according to the Oracle JDeveloper 12 c (12.1.3) tutorials - Setting Up Mobile Application Framework

    Now when I try to compile the project, I get the error below.


    I use the JAVA8.  and I put this JDK paths at the project level in libraries and Classpath

    Error (43): error: cannot find symbolLifeCycleListenerImpl.javaC:\JDeveloper\mywork\MyMobileApp\ApplicationController\src\applicationApplicationController.jpr
    Error (3): error: package oracle.adfmf.application does not existLifeCycleListenerImpl.javaC:\JDeveloper\mywork\MyMobileApp\ApplicationController\src\applicationApplicationController.jpr

    Its clear that the import oracle.adfmf.application.LifeCycleListener;    is a failure. 

    I've added all the mobile libraries to classpath in the JDeveloper, yet the compilation is put down.

    Which library, I need to add to the classpath to resolve this problem?

    Quick help is appreciated.

    -Khaleel

    Hi Shay,

    Thanks for the details. He has solved after I replaced my JDK 1.8.0 with 1.8.0_45 and remove the JDK1.7 from my system.  Now, the project has got compiled successfully without any errors.

    However

    Concerning

    Khaleel

  • Package javax.faces.context does not exist

    Hello

    I use Jdev 12.1.3.0.0 and I try to get a value of selectOnechoice drop down (based on Locations1VO) programmatically. Here is the excerpt that I use in the AppModuleImpl.java

    The error I get is the package javax.faces.context does not exist.

    When I remove the import of the javax.faces.context library, I get error cannot find symbol; symbol: FacesContext;

    Could you please help me solve this problem?

    public void processRows () {}

    FacesContext fctx = FacesContext.getCurrentInstance ();

    Application app = fctx.getApplication ();

    ExpressionFactory elFactory = app.getExpressionFactory ();

    ELContext elContext = fctx.getELContext ();

    {ValueExpression valueExp = elFactory.createValueExpression (elContext, "#{bindings.", Object.class "}") Locations1.AttributeValue};

    String vToLoc = null;

    Object obj = valueExp.getValue (elContext);

    If (obj! = null) {}

    vToLoc = obj.toString ();

    }

    System.out.println ("in Loc:" + vToLoc);

    Links DCBindingContainer = this.getDCBindingsContainer ();

    Iterate DCIteratorBinding = bindings.findIteratorBinding("VehiclesHistIterator");

    ViewObject vo = iterer.getViewObject ();

    Rank [] selectedVehRows = vo.getFilteredRows ("Select", true);

    System.out.println ("number of property selected:" + selectedVehRows.length);

    System.out.println ("MoveGrpID # VehNum # VehGroup");

    for (line: selectedAssetRows) {}

    System.out.println (Row.GetAttribute ("GroupID") +"#" + row.getAttribute ("VehSlNumber") + "#"+ row.getAttribute ("VehGroup"));

    callStoredProcedure ("Vehicles_pkg.move_veh_prc(?,?,?,?)", ")

    New Object [] {vToLoc, vGrpId, vVehSlNum, vVehGrp});

    }

    iterer.executeQuery ();

    }

    Thank you

    Create a method in AMImpl that takes the location code as parameter expose this method to the client interface

    Open your page, and then add this method to link of page as an action method

    Now on the button action to call this method using the OperationBinding class and pass the location as parameter code

    check - https://blogs.oracle.com/jdevotnharvest/entry/best_practice_invoking_business_services

    http://mahmoudoracle.blogspot.in/2012/07/ADF-call-method-from-pagedefinition.html

    Ashish

  • CF claims Oracle stored procedure does not exist.

    Hello world

    Cold Fusion says

    Run database query error.

    [Macromedia] [Oracle JDBC Driver] [Oracle] ORA-06564: object CICOD. CI_GET_SUMMRPT_LANGUAGES. GET_LANGUAGE_PREFERENCES is no ORA-06512: at "SYS." DBMS_UTILITY", line 114 ORA-06512: at line 1
    The error occurred in /apache/ www_dev_7084/bes-partners/Integrated Reports/language_preferences_report.cfm of labour: line 41
    39 :   <cfprocparam  
    40 :     value="0" 
    41 :     cfsqltype="cf_sql_numeric">
    42 : </cfstoredproc>
    

    My Oracle package works very well when it is called from an Oracle procedue and I checked the CF user privileges for the package.

    My code is below.

    Any suggestions?

    Thanks in advance for your help,

    Lou

    Cold Fusion

    < cfstoredproc procedure = 'CI_GET_SUMMRPT_LANGUAGES. GET_LANGUAGE_PREFERENCES"dataSource ="cicod_dev">
    < cfprocresult
    name = "p_reply" >
    < cfprocparam
    value = "1 January 09.
    cfsqltype = 'cf_sql_date' >
    < cfprocparam
    value = "1 April 09 '.
    cfsqltype = 'cf_sql_date' >
    < cfprocparam
    value = "1".
    cfsqltype = "cf_sql_numeric" >
    < cfprocparam
    value = '0 '.
    cfsqltype = "cf_sql_varchar" >
    < cfprocparam
    value = '0 '.
    cfsqltype = "cf_sql_numeric" >
    < / cfstoredproc >

    Package Oracle statement

    create or replace
    PACKAGE CI_GET_SUMMRPT_LANGUAGES
    AS
    -See http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17938 method 1: reference cursor method
    -p_reply_cursor Oracle and ColdFusion coding.
    TYPE p_reply_cursor
    IS
    REF
    CURSOR;
    PROCEDURE GET_LANGUAGE_PREFERENCES
    (
    p_reply ON p_reply_cursor
    p_start_date IN this update,
    p_end_date IN this update,
    p_sum_column in NUMBERS
    p_region_selections IN VARCHAR2,
    p_location_selection in NUMBER);
    -P_sum_column values determine the columns to SUM.
    c_registration_reregistration (1) CONSTANT INTEGER: = 1;
    c_served (1) CONSTANT INTEGER: = 2;
    END CI_GET_SUMMRPT_LANGUAGES;

    Oracle Package body (header only)

    PROCEDURE GET_LANGUAGE_PREFERENCES
    /*
    p_reply:... Cursor that contains the requested data.
    p_start_date:... Start date of request.
    p_end_date:... End date of query
    p_sum_column:... See GET_LANGUAGE_PREFERENCES.c_registration_reregistration
    and GET_LANGUAGE_PREFERENCES.c_served.
    p_region_selections. . Selections from region to report, separated by commas.
    p_location_selection:. Selection of rental to the report.
    */
    (
    p_reply ON p_reply_cursor
    p_start_date IN this update,
    p_end_date IN this update,
    p_sum_column in NUMBERS
    p_region_selections IN VARCHAR2,
    p_location_selection in NUMBERS)
    AS

    So that this works, the user associated with the Data Source ID "cicod_dev" must be the same for the owner of the Package "CI_GET_SUMMRPT_LANGUAGES".  Alternatively, you can code the name of the owner in your CF code...

    CFSTOREDPROC procedure = '. CI_GET_SUMMRPT_LANGUAGES. GET_LANGUAGE_PREFERENCES ".

    HTH

  • Error in plugin Maven OJMake, the package does not exist

    Hi all

    I'm trying to compile the application oracle fusion middleware that is projects ViewController and models inside. Using Jdeveloper compile or deploy it works perfectly. But the company is moving all Maven projects, so I created project and application poms, added all the dependencies. Hitting the compile with the commented ojmake plugin works fine, but with the ojmake plugin model project compilation failed.

    Model has a dependency called sxreports which is a jar created by our company and stored in the repository maven local businesses, solved dependence and the appropriate version of the artifact is downloaded.

    sxreports.jar (packages)

    -report

    -datasource

    -etc.

    Out of Maven generates this kind of errors:

    [INFO] Error (80,25): package report.datasource does not exist

    [INFO] Error (81.41): package report.datasource.ReestrSoobFNSDS does not exist

    [INFO] Error (220,22): can't find symbol;  symbol: class IzveshenieOPostonovkeVOcheredDS;  location: sx.model.AppModuleImpl of the class

    There are many of them, all about this artifact.

    I noticed this artifact is not listed in the classpath, would he be here?

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\bin\javac

    [INFO] - source 1.7

    [INFO] - target 1.7

    [INFO] - verbose

    [INFO] - encoding UTF-8

    [INFO] - bootclasspath

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\resources.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\rt.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\jsse.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\jce.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\charsets.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\jfr.jar

    [INFO] - sourcepath

    [INFO] C:\git\SXDOCS\Model\src

    [INFO] d

    [INFO] C:\git\SXDOCS\Model\classes

    [INFO] - classpath

    [INFO] C:\git\SXDOCS\. ADF;

    [INFO] C:\git\SXDOCS\Model\classes;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-share-support\12.1.2-0-0\adf-share-support-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-share-ca\12.1.2-0-0\adf-share-CA-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-share-base\12.1.2-0-0\adf-share-base-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adflogginghandler\12.1.2-0-0\adflogginghandler-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adfsharembean\12.1.2-0-0\adfsharembean-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jmxframework\12.1.2-0-0\jmxframework-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jmxspi\12.1.2-0-0\jmxspi-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\identitystore\12.1.2-0-0\identitystore-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adfm\12.1.2-0-0\adfm-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\bc4j-mbeans\12.1.2-0-0\bc4j-MBeans-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\groovy-all\12.1.2-0-0\groovy-all-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\xmlparserv2\12.1.2-0-0\xmlparserv2-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\db-ca\12.1.2-0-0\DB-CA-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jdev-cm\12.1.2-0-0\jdev-cm-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ojmisc\12.1.2-0-0\ojmisc-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\commons-el\12.1.2-0-0\commons-El-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jsp-El-api\12.1.2-0-0\jsp-El-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\oracle-el\12.1.2-0-0\oracle-El-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\resourcebundle\12.1.2-0-0\resourcebundle-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\sun\mail\javax.mail\1.4.4\javax.mail-1.4.4.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\activation\activation\1.1\activation-1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adftransactionsdt\12.1.2-0-0\adftransactionsdt-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-DT-at-rt\12.1.2-0-0\adf-DT-at-RT-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adfdt_common\12.1.2-0-0\adfdt_common-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adflibrary\12.1.2-0-0\adflibrary-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-share-security\12.1.2-0-0\adf-share-security-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-controller-security\12.1.2-0-0\adf-controller-security-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\mdsrt\12.1.2-0-0\mdsrt-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\oramds\12.1.2-0-0\oramds-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\servlet\2.1.0.0_3-0\servlet-2.1.0.0_3-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\jsp\3.0.0.0_2-2\jsp-3.0.0.0_2-2.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ojdbc6dms\12.1.2-0-0\ojdbc6dms-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\commons-cli\12.1.2-0-0\commons-CLI-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\share\12.1.2-0-0\share-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\xmlef\12.1.2-0-0\xmlef-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\dms\12.1.2-0-0\dms-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\xml\12.1.2-0-0\xml-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n\12.1.2-0-0\orai18n-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-mapping\12.1.2-0-0\orai18n-mapping-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-utility\12.1.2-0-0\orai18n-utility-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-collation\12.1.2-0-0\orai18n-collation-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-translation\12.1.2-0-0\orai18n-translation-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-net\12.1.2-0-0\orai18n-net-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-servlet\12.1.2-0-0\orai18n-servlet-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-lcsd\12.1.2-0-0\orai18n-LCSD-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-tools\12.1.2-0-0\orai18n-tools-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\tangosol\coherence\12.1.2.0\coherence-12.1.2.0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\ucp\12.1.2-0-0\ucp-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ojdl\12.1.2-0-0\ojdl-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\javatools-nodeps\12.1.2-0-0\javatools-nodeps-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\management\j2ee\1.1.0.0\j2ee-1.1.0.0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\eclipselink\12.1.2-0-0\eclipselink-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ldapjclnt11\12.1.2-0-0\ldapjclnt11-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-api\12.1.2-0-0\jps-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-common\12.1.2-0-0\jps-common-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-ee\12.1.2-0-0\jps-EE-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-internal\12.1.2-0-0\jps-internal-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-unsupported-api\12.1.2-0-0\jps-unsupported-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-manifest\12.1.2-0-0\jps-manifest-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-audit\12.1.2-0-0\jps-audit-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-api\12.1.2-0-0\jps-AZ-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-common\12.1.2-0-0\jps-AZ-common-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-management\12.1.2-0-0\jps-AZ-management-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-rt\12.1.2-0-0\jps-AZ-RT-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-pdplg\12.1.2-0-0\jps-AZ-pdplg-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-sspi\12.1.2-0-0\jps-AZ-SSPI-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-pep\12.1.2-0-0\jps-PEP-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-platform\12.1.2-0-0\jps-platform-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-se\12.1.2-0-0\jps-se-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\opss-tools\12.1.2-0-0\opss-tools-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-upgrade\12.1.2-0-0\jps-upgrade-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\security-api\12.1.2-0-0\security-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\opss-component-security-info\12.1.2-0-0\opss-component-security-info-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-SIDM-api\12.1.2-0-0\jps-SIDM-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_saml\12.1.2-0-0\osdt_saml-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_saml2\12.1.2-0-0\osdt_saml2-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_wss\12.1.2-0-0\osdt_wss-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_restsec\12.1.2-0-0\osdt_restsec-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\identityutils\12.1.2-0-0\identityutils-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\arisId-stack-ovd\12.1.2-0-0\arisId-stack-OVD-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\identitydirectory\12.1.2-0-0\identitydirectory-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\igf_mbeans\12.1.2-0-0\igf_mbeans-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ovd\12.1.2-0-0\ovd-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\config\12.1.2-0-0\Config-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\plugins\12.1.2-0-0\plugins-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\IdentityContext\12.1.2-0-0\IdentityContext-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\xmlparserv2_sans_jaxp_services\12.1.2-0-0\xmlparserv2_sans_jaxp_services-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\dom4j\1.6.1\dom4j-1.6.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-service\12.1.2-0-0\orai18n-service-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\neethi\neethi\2.0.4\neethi-2.0.4.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\ws\commons\axiom\axiom-api\1.2.7\axiom-API-1.2.7.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\geronimo\specs\geronimo-activation_1.1_spec\1.0.1\geronimo-activation_1.1_spec-1.0.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\geronimo\specs\geronimo-javamail_1.4_spec\1.2\geronimo-javamail_1.4_spec-1.2.jar;

    [INFO] C:\Users\btsyrenov\.m2\xml-apis\xml-apis\1.3.04\xml-APIs-1.3.04.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\geronimo\specs\geronimo-Stax-api_1.0_spec\1.0.1\geronimo-Stax-api_1.0_spec-1.0.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\ws\commons\axiom\axiom-impl\1.2.7\axiom-impl-1.2.7.jar;

    [INFO] C:\Users\btsyrenov\.m2\wsdl4j\wsdl4j\1.6.2\wsdl4j-1.6.2.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\codehaus\woodstox\wstx-asl\3.2.4\wstx-ASL-3.2.4.jar;

    [INFO] C:\Users\btsyrenov\.m2\stax\stax-api\1.0.1\stax-API-1.0.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\jaxen\jaxen\1.1.6\jaxen-1.1.6.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\openliberty\openaz\azapi\1.1\azapi-1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\openliberty\arisIdBeans\1.1\arisIdBeans-1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\openliberty\arisId\1.1\arisId-1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\asn1c\12.1.2-0-0\asn1c-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jacc-spi\12.1.2-0-0\jacc-SPI-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\oraclepki\12.1.2-0-0\oraclepki-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_core\12.1.2-0-0\osdt_core-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_cert\12.1.2-0-0\osdt_cert-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_xmlsec\12.1.2-0-0\osdt_xmlsec-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_ws_sx\12.1.2-0-0\osdt_ws_sx-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\fmw_audit\12.1.2-0-0\fmw_audit-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\security\jacc\1.1.0.0_1-1\jacc-1.1.0.0_1-1.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\trinidad-api\12.1.2-0-0\trinidad-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\trinidad-impl\12.1.2-0-0\trinidad-impl-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-richclient-API-11\12.1.2-0-0\adf-richclient-API-11-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-richclient-impl-11\12.1.2-0-0\adf-richclient-impl-11-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\sun\faces\jsf-api\2.1.7-01\jsf-API-2.1.7-01.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\sun\faces\jsf-impl\2.1.7-01\jsf-impl-2.1.7-01.jar;

    [INFO] C:\Users\btsyrenov\.m2\glassfish\el\1.1.0.0_2-2\el-1.1.0.0_2-2.jar;

    [INFO] C:\Users\btsyrenov\.m2\glassfish\jstl\1.2.2.0\jstl-1.2.2.0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\resourcebundle-resolver\12.1.2-0-0\resourcebundle-resolver-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\resourcebundle-API-rt\12.1.2-0-0\resourcebundle-API-RT-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-share-ca\12.1.2-0-0\adf-share-CA-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\xdk\12.1.2-0-0\xdk-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\el\12.1.2-0-0\el-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\javatools-JNDI-local\12.1.2-0-0\javatools-JNDI-local-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\el-for-uix2\12.1.2-0-0\el-for-uix2-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-share-support\12.1.2-0-0\adf-share-support-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\oracle-JRF-coherence\12.1.2-0-0\oracle-JRF-coherence-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\ant\12.1.2-0-0\ant-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\oracle-JRF-dms\12.1.2-0-0\oracle-JRF-DMS-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\oracle-JRF-adminserver\12.1.2-0-0\oracle-JRF-AdminServer-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\xmlef\12.1.2-0-0\xmlef-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\balishare\12.1.2-0-0\balishare-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\odl\12.1.2-0-0\odl-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jps\12.1.2-0-0\jps-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\osdt\12.1.2-0-0\osdt-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\ldap\12.1.2-0-0\ldap-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\commons-cli\12.1.2-0-0\commons-CLI-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\iau\12.1.2-0-0\iau-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\idm\12.1.2-0-0\idm-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\pki\12.1.2-0-0\pki-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jrf-api\12.1.2-0-0\jrf-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-share-security\12.1.2-0-0\adf-share-security-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\mds\12.1.2-0-0\mds-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\xdb\12.1.2-0-0\xdb-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\ucp\12.1.2-0-0\ucp-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jdbc\12.1.2-0-0\jdbc-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\mds-protocol\12.1.2-0-0\mds-Protocol-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jaxb\12.1.2-0-0\jaxb-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jmx\12.1.2-0-0\jmx-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jee-api\12.1.2-0-0\jee-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\enterprise\deploy\1.3\deploy-1.3.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\interceptor\1.2\interceptor-1.2.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\resource\1.6.1\resource-1.6.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\transaction\2.1.0.0_1-1\transaction-2.1.0.0_1-1.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\xml\registry\1.1.0.0_1-0-4\registry-1.1.0.0_1-0-4.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\javatools-nodeps\12.1.2-0-0\javatools-nodeps-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-share-base\12.1.2-0-0\adf-share-base-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-logging-handler\12.1.2-0-0\adf-logging-handler-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\oracle-JRF-logging\12.1.2-0-0\oracle-JRF-logging-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\glassfish\12.1.2-0-0\glassfish-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jsp\12.1.2-0-0\jsp-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\servlet-runtime\12.1.2-0-0\servlet-runtime-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jsf-RI-21\12.1.2-0-0\jsf-RI-21-12.1.2-0-0.jar

    [INFO] g

    [INFO] - Xlint: all the

    [INFO] - Xlint:-casting

    [INFO] - Xlint:-classfile

    [INFO] - Xlint:-dep - ann

    [INFO] - Xlint:-vacuum

    [INFO] - Xlint:-fallthrough

    [INFO] - Xlint:-path

    [INFO] - Xlint:-treatment

    [INFO] - Xlint:-rawtypes

    [INFO] - Xlint:-series

    [INFO] - Xlint:-disabled

    The artifact is in place but ojmake is unable to solve somehow, ideas on how to fix this or what could be the problem would be appreciated

    -Jdeveloper version 12.1.2

    -Windows 7, 64-bit

    -All Oracle objects are installed for the repo company maven and available

    -Maven included with jdeveloper version 3.0.4

    I guess that you have correctly configured the maven ojmake plugin in your pom.

    Ojmake plugin uses the jpr to resolve dependencies. If you need to make sure that the pot is listed under project libraries and classpath.

  • OBIEE 11 g: odd error in report ORA-00942: table or view does not exist

    Hi gurus,

    I get the following error if I pull one or more columns in a table of facts

    Error details

    Error codes: OPR4ONWY:U9IM8TAC:OI2DL65P

    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. [nQSError: 43113] The message returned by OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle error code: 942, message: ORA-00942: table or view does not exist to the call of the OCIStmtExecute OIC. [nQSError: 17010] Prepare the SQL statement failed. (HY000)

    SQL published: SELECT 0 s_0, 'XXXXXX '. "" "" Fact_FCT_REG_XXXXXXX_XXXXXX '. "" S_1 N_ACCT_BALANCE""XXXXXX"FETCH FIRST 4000001 LINES ONLY

    Is the weird part, when I take the physical sql and run it against the same user account. It is fetching result. He also works in a different environment, but throwing error in our test environment, both environments are well established for a long time to return, and many projects are developed by many different groups.

    I really need expertise help to break this question. Given that I do not get no idea why his mistake to throw into the application layer?

    Any help will be much appreciated.

    Thanks in advance

    Concerning

    Nathalie

    Save nqquery.log which connection pool is used to send the query to the DB. Then check the configuration of the Connection Pool to see what user credentials are used to connect to the database, to which database (DSN), and if the table owner prefix is added to the SQL.

    ORA-00942 can often be due to the existing table, but the user trying to access him confer no rights. Rather than say 'no permission', Oracle will say 'does not exist.

  • 30002 error/ORA-00942 table or view does not exist

    Hello

    We are running on a Windows 2008 R2 machine RoboServer 9 with Tomcat 7. The database, that we strive to connect is an Oracle 11 g on a Linux x86_64 host server. I connect using the Oracle through ODBC drivers. When I click "test connection" of the ODBC Administrator or application configuration, I get the message 'successful connection '. That is the problem.

    When you try to run our reports, especially "Frequently consulted CSH" or "Frequently viewed Topics", we get the following error.

    Error..JPG

    Check the localhost.log in Tomcat, we get this:

    Journal of the org.apache.catalina.core.ApplicationContext 10:37:41 28 March 2013

    SEVERE: java.sql.SQLException: [Oracle] [ODBC] [Ora] ORA-00942: table or view does not exist

    java.sql.SQLException: [Oracle] [ODBC] [Ora] ORA-00942: table or view does not exist

    at sun.jdbc.odbc.JdbcOdbc.createSQLException (unknown Source)

    at sun.jdbc.odbc.JdbcOdbc.standardError (unknown Source)

    at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect (unknown Source)

    at sun.jdbc.odbc.JdbcOdbcStatement.execute (unknown Source)

    at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery (unknown Source)

    at adobe.robohelp.server.FlexReports.AreasReqHelpReport.SetData(AreasReqHelpReport.java:84)

    at adobe.robohelp.server.FlexReports.Report.ProcessReport(Report.java:295)

    at adobe.robohelp.server.ReportManager.doCommand(ReportManager.java:395)

    at adobe.robohelp.server.RoboHelpServer.doGet(RoboHelpServer.java:144)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.j ava: 290)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)

    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)

    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.ja goes: 602)

    to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:489)

    at java.lang.Thread.run (unknown Source)

    Looks like all tables exist in the database - this is what we have:

    TEST:

    ROBOTST4 > select object_name from dba_objects where type_objet = 'TABLE' and owner = 'MCVICKER;

    OBJECT_NAME

    --------------------------------------------------------------------------------

    TACTIONTYPE

    TERRORTYPE

    THELPPROJECT

    THELPSPACEERROR

    TUSER

    TPROBLEM

    TSOLUTIONACTION

    THELPTOPICS

    TUSERPREFS

    TSETTING

    TSESSION

    TACCESSTYPE

    TROBOGROUPS

    TROBOUSER

    TROBOUSERGROUPS

    TLDAPUSERGROUPS

    TGROUPPERMISSIONS

    TLDAPGROUPS

    TCOMMENTS

    TDELETEDCOMMENTS

    TUSERTOPICRATING

    TAVGTOPICRATING

    22 selected lines.


    I think that we have set. Here's the deal.

    For some reason, the database put in place all the tables but not views initially. My DBA views manually created using definitions of the included database. In Access, if you go in queries, then right-click on the table, select "design mode".  Right-click on the design mode, select "SQL Mode" and you can view the SQL statements used to define the view.  You should see something like this:

    She has slightly modified the - here's what she created:

    Created to MCVICKER's point of view in ROBOTST.

    create or replace view mcvicker. VSolutionAction

    SELECT

    TSolutionAction.sa_SolutionActionID,

    TSolutionAction.sa_Time,

    TSolutionAction.se_SessionID,

    TSolutionAction.pb_ProblemID,

    TSolutionAction.sq_SequenceID,

    TSolutionAction.hp_HelpProjectID,

    TSolutionAction.at_ActionTypeID,

    TSolutionAction.sa_SortData,

    LTRIM(sa_DisplayName,255) AS sa_GroupDisplayName,

    -Left $([sa_DisplayName],255) AS sa_GroupDisplayName,

    TSolutionAction.sa_DisplayName,

    TSolutionAction.sa_NumericData,

    LTRIM(sa_StringData,255) AS sa_GroupStringData,

    -Left $([sa_StringData],255) AS sa_GroupStringData,

    TSolutionAction.sa_StringData,

    TSolutionAction.sa_ExtraData,

    TSolutionAction.sa_ProblemSolved,

    TSolutionAction.ha_AreaName

    OF TSolutionAction;

    create or replace view mcvicker. VHelpProject

    as

    SELECT

    THelpProject.hp_HelpProjectID,

    LTRIM(hp_Name,255) AS hp_GroupName,

    -Left $([hp_Name],255) AS hp_GroupName,

    THelpProject.hp_Name,

    THelpProject.ha_AreaName

    OF mcvicker. THelpProject;

    create or replace view mcvicker. VProblem

    as

    SELECT

    TProblem.pb_ProblemID,

    TProblem.se_SessionID,

    TProblem.pb_InitiationTime,

    LTRIM(pb_ReferringURL,255) AS pb_GroupReferringURL,

    -Left $([pb_ReferringURL],255) AS pb_GroupReferringURL,

    TProblem.pb_ReferringURL,

    LTRIM(pb_ReferringParams,255) AS pb_GroupReferringParams,

    -Left $([pb_ReferringParams],255) AS pb_GroupReferringParams,

    TProblem.pb_ReferringParams,

    LTRIM(pb_RequestedTopic,255) AS pb_GroupRequestedTopic,

    -Left $([pb_RequestedTopic],255) AS pb_GroupRequestedTopic,

    TProblem.pb_RequestedTopic,

    TProblem.pb_ExternTransactionID,

    TProblem.pb_ExternUserID,

    TProblem.pb_AppData,

    TProblem.pb_ProblemSolved,

    TProblem.ha_AreaName

    OF mcvicker. TProblem;

    I hope this helps someone.

    My questions are pending: what the app actually creates tables and views? This work to restart tomcat? According to a timetable? It seems that when I set up the connection and leave the things the next day they work. Is there some sort of scheduled task that the database maintenance? Can we make it a little more transparent in future versions?

    Thank you.

  • Package oracle.spatial does not exist in NetBeans

    Hi all,

    I installed Oracle 11 g R2. I installed Netbeans 6.8. Everything on Red Hat Enterprise 5.
    I am doing a project in Netbeans using the oracle.spatial package. So I imported this package if:

    Oracle.spatial import. *;

    But netbeans says that this package does not exist.


    Listening port is active.
    Database is in place.
    NetBeans is already connected to Oracle with driver oracle.jdbc.OracleDriver.
    I put the classpath in the project: I added the ojdbc6.jar of jar file in the project libraries.

    What do you think of this problem?


    Thanks in advance for the help.

    I don't know much about Java. But I am sure that there should be a utility that can help you locate the jar file where oracle spatial package exists. You can add this JARto your classpath or something.

  • ADF mobile application deployment: the Android Dalvik (.dex) file does not exist. (oracle.adfmf.framework.dt.deploy.android.deployers.ApkDeployer)

    Nice day

    I use Jdeveloper 11.1.2.3.0

    I'm getting following error when deploying my first app on the android emulator, please help me solve this problem. The exception log is the:

    [10: 50:12] update Android profile dependencies with FAR profiles created from application projects...

    [10: 50:12]-deployment began.  ----

    [10: 50:12] the target platform's (Android).

    [10: 50:12] early deployment of ADF Mobile 'FirstMobileApp' to Android application using the profile "ANDROID_MOBILE_NATIVE_archive2."

    [10: 50:12] check the State of the Android Debug Bridge server...

    [10: 50:17] Server Android Debug Bridge started.

    [10: 50:17] check a single Android emulator is online and connected to the ADB server...

    [10: 50:17] early deployment of ADF Mobile 'FirstMobileApp' to Android application using the profile "ANDROID_MOBILE_NATIVE_archive2."

    [10: 50:17] analysis of the dependence running...

    [10: 50:17] building...

    [10: 50:17] deployment of 3 profiles...

    [10: 50:17] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ApplicationController\deploy\ApplicationController.jar

    [10: 50:18] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ViewController\deploy\ViewController.jar

    [10: 50:18] start preparing the package...

    [10: 50:18] check the Application Controller project exists...

    [10: 50:18] checking dependencies of applications...

    [10: 50:18] Validation of the application XML files...

    [10: 50:18] Validation of the XML files in the ApplicationController project...

    [10: 50:18] Validation of the XML files in the ViewController project...

    [10: 50:18] copy of FARs in the application of the Mobile ADF framework...

    [10: 50:18] far from the source of the copy: ViewController...

    [10: 50:18] copy by far the source: ApplicationController...

    [10: 50:18] copy of model Android...

    [10: 50:48] copy of the framework resource files...

    [10: 50:48] copy of resource files java framework...

    [10: 50:57] copy of the common javascript files...

    [10: 51:02] deployment of counting files...

    [10: 51:02] copy of the application image files...

    [10: 51:02] copy of the ADF Mobile configuration files...

    [10: 51:02] .adf files...

    [10: 51:03] copy of file security related to the application of the Mobile ADF framework...

    [10: 51:03] Creation of preferences Android XML files...

    [10: 51:03] creating AndroidManifest.xml file...

    [10: 51:03] Creation of unsigned Android application file...

    [10: 51:31] compile the file of the Android resource identifier...

    [10: 51:33] create file classes.dex Android since the class files...

    [10: 51:33] update of Android application file not signed with content file and .adf DEX...

    [10: 51:33] Server Android Debug bridge closure...

    [10: 51:33] undeployment.

    [10: 51:33] - incomplete deployment.

    [10: 51:33] the Android Dalvik (.dex) file does not exist. (oracle.adfmf.framework.dt.deploy.android.deployers.ApkDeployer)

    Hello

    I found the answer to this error, it's like actually had reinstalled Studio Android, whereby a new directory has been created with the software, called SDK as sdk1. And in my tools-> preferences, path of the plate-shape and tools platform was given as the sdk (old directory). Now, I've updated the path in the new directory as sdk1 and it works fine.

    Best regards,

    Julien

  • The root of the oracle/jpub/runtime/dbws/DbwsProxy class does not exist

    Hello

    I am using UTL_DBWS to call a Web service and get an error "ORA-29540: oracle/jpub/runtime/dbws/DbwsProxy of class does not exist"

    his back and forth between me and operations, I have aske to load the package, but still the script fails. Is it possible to confirm if the package is loaded, as the script below

    as sys:
    Select the State of the object where
    dbms_java.longname (parameter) = "oracle/jpub/runtime/dbws/DbwsProxy";

    Please help to find the root cause

    Please check if you have subsidies on UTL_DBWS.

  • Questions CHAPTER: classname does not exist in the current application package

    CHAP, I integrated it into my application.  When you put a file in my media with the specific file extension (.xyz) map and by clicking on it, my application successfully is started and managed as expected.  That's the good news.

    However, I tried to create a separate application to test the app-to-app content handling (so that other applications can call my request).  In the application, I create my file (extension .xyz) on the handset and then try to claim it.  However, when I try and call it, I get an IllegalArgumentException saying: classname does nto exist in the package of the current application.  I checked that my main application has seen that full classname with package (com.test.ui.MainApp) and that my separate application tries to make the invocation with this same classname.  He worked successfully on the BlackBerry Simulator (4.6 Simulator "BOLD"), but it throws the error above on my actual handset ("BOLD", 4.6.0.167)

    Anyone have an idea what could cause this problem?

    Please refer to the following.

    Support - Classname does not exist in the current application package
    Article number: DB-00751

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800429/support...

  • OWM said "the directory &lt; OH &gt; / owm/portfolios/oracle ' does not exist

    Hello, RHEL 6, x 86-64

    Oracle 11.2.0.4 Ent Edition

    I installed the database from 11.2.0.3 to 11.2.0.4.  User reports ' ORA-28365: portfolio is not open "while trying to access the tables in a schema of some.

    I have little experience with Wallet, so I did know that I can "open" the wallet using OWM.  I start OWM and follow the instructions in the section 9.4.3 http://docs.oracle.com/cd/B28359_01/network.111/b28530/asowalet.htm#i1006711, and after step 2 which is to select a directory for the wallet, he tells me, ' "the directory < OH > / owm/portfolios/oracle"does not exist".". "  Ahh!  (By the way, it was when I was stressed the House ORIGINAL Oracle (11.2.0.3) because I wanted to see if the portfolio existed there.

    Now, I'm panicked moderately.  I try next?  I have to open the wallet!

    Thank you in advance for taking the time.

    Humbly,

    I had neglected to copy the 11.2.0.3 sqlnet.ora House.  After moving only and the connection automatic as well as encryption of wallet files, everything was suddenly fine.

    Thank you for taking the time to help me!

    Appreciated!

  • Oracle Database 11 GR 1 material: Table or view does not exist: MSK_CFG_TAO

    People,

    Hello. I'm working on the PeopleSoft application that runs on the database server Oracle 11 g 1 top material.

    I run the MSK_CFG, but it returns the error: Table or view does not exist. Has no SQL statement: Truncate Table user.PS_MSK_CFG_TAO4.

    I run the SQL to SQL statement > as below:

    SQL > select * from the user. MSK_CFG_TAO;
    SQL > select * from user.PS_MSK_CFG_TAO;
    SQL > select * from user.PS_MSK_CFG_TAO4;

    All the 3 tables above are non-existent.

    I checked the application designer, the MSK_CFG_TAO table is a temporary table with 4 fields. This table is the database. PS_ is before the table MSK_CFG_TAO fix. and the PS_MSK_CFG_TAO4 table is an instance of the temporary table MSK_CFG_TAO.

    I do not understand how to handle this kind of error.

    My question is:

    How to solve the Temorary MSK_CFG_TAO and PS_MSK_CFG_TAO tables are not exist in SQL > fast during the temporary table MSK_CFG_TAO is actually in the database?

    Thanks in advance.

    PL don't post duplicates - 9.0 Solution Campus: the process of data demographic MSK_CFG access

  • ORA-01092: ORACLE instance is complete. Forced logoff ORA-00942: table or view does not exist on the 12 c CARS

    Hey Geeks,

    I met a problem when starting my 12 c RAC database.

    To mount it fine, but when I try to open, he throws me an error.

    System Global area 1.5400E + 10 bytes

    Bytes of size 4737560 fixed

    2952791528 variable size bytes

    1.2415E + 10 bytes database buffers

    Redo buffers 26857472 bytes

    Mounted database.

    SQL > alter database open;

    change the database open

    *

    ERROR on line 1:

    ORA-01092: ORACLE instance is complete. Disconnection forced

    ORA-00942: table or view does not exist

    Process ID: 11338068

    Session ID: 1429: No.3

    Here is the output of the trace file...

    ORACLE_HOME = / oracle_home/app/orahome

    Name of the system: AIX

    Name of the node: INS1

    Version: 1

    Version: 7

    Machine: 00C8CCA74C00

    Instance name: INST1

    Redo thread mounted by this instance: 1

    Oracle process number: 7

    The Unix process PID: 20381876, image: oracle@ins1 (TNS V1 - V3)

    2014-11-27 22:49:20.892

    SESSION ID: (197.5) 2014-11-27 22:49:20.892

    CUSTOMER ID :() 2014-11-27 22:49:20.892

    NAME OF THE SERVICE :() 2014-11-27 22:49:20.892

    NAME of the MODULE: (sqlplus@ins1 (TNS V1 - V3)) 22:49:20.892 2014-11-27

    ACTION NAME :() 2014-11-27 22:49:20.892

    2014-11-27 22:49:20.889716: start the recovery of field = 0, valid = 0, flags = 0 x 4

    2014-11-27 22:49:24.580

    Awarded with 32 slaves of recovery success

    With the help of 3 buffers overflow by slave of recovery

    2014-11-27 22:49:24.740

    1 post of thread: logseq 15, block 2, CHN 3510749

    cache-bass rba: logseq 15, block 3

    RBA on disk: logseq 15, block 72, RCS 3510824

    Start the recovery at logseq 15, block 3, Yvert 0

    2014-11-27 22:49:24.981

    Started the resilvering redo thread 1 seq 15 blocks 72-73

    2014-11-27 22:49:24.994

    Finished resilvering redo thread 1 seq 15

    2014-11-27 22:49:24.994

    Started writing zeroblks thread 1 seq 15 blocks 74-81

    2014-11-27 22:49:24.994

    Completed written zeroblks thread 1 seq 15

    = Redo read statistics for thread 1 =.

    Total physical reads (from disk and memory): 4096 KB

    -Redo read_disk - statistics

    Read rate (ASYNC): 35KO in 0,25 s = > 0.14 Mb / s

    Long: 0 Ko, moves: 0/104 (0%)

    Longer LWN: 2 k, moves: 0/33 (0%), moved: 0 MB

    Redo last scn: 0x0000.0035922b (3510827)

    ----------------------------------------------

    -Recovery Hash Table statistics

    Hash table buckets = 262144

    More long string hash = 1

    Hash string average = 25/25 = 1.0

    Max compares by lookup = 1

    AVG compares by lookup = 151/176 = 0.9

    ----------------------------------------------

    2014-11-27 22:49:25.007

    KCRA: start the debt for 25 blocks of data collection

    2014-11-27 22:49:25.039

    KCRA: treated blocks = 25/25, has claimed = 25, eliminated = 0

    2014-11-27 22:49:25.054

    Online Redo Log recovery: thread 1 mem Group 6 Seq 15 reading 0

    2014-11-27 22:49:25.060

    Ask again filled with 0.02 MB

    2014-11-27 22:49:25.235

    Control of completed recovery point

    -Recovery Hash Table statistics

    Hash table buckets = 262144

    More long string hash = 1

    Hash string average = 25/25 = 1.0

    Max compares by lookup = 1

    AVG compares by lookup = 176/176 = 1.0

    ----------------------------------------------

    Recovery thread nab 1 seq 15 to 74 with 8 zeroblks sets

    2014-11-27 22:49:26.000

    2014-11-27 22:49:26.000433: validate the domain 0

    2014-11-27 22:49:26.001348: valid domain 0, flags = 0x0

    2014-11-27 22:49:28.315

    County ofsmtab$: 0 entries

    2014-11-27 22:49:28.732

    ORA-00942: table or view does not exist

    ORA-00942: table or view does not exist

    2014-11-27 22:49:28.738

    USER (ospid: 20381876): put an end to litigation because of the 942 error

    In my case, the problem solved by running the following...

    GRANT SELECT on SYS. The USER$ in XDB.
    GRANT SELECT on SYS. The USER$ in CTXSYS.
    GRANT SELECT on SYS. The USER$ to DVSYS;
    GRANT SELECT on SYS. The USER$ to LBACSYS.
    GRANT SELECT on SYS. The USER$ to APEX_040200;
    GRANT SELECT on SYS. The USER$ to DV_SECANALYST;

    See the screenshot above.

  • table does not exist (when I try to compile the package)

    Hi all

    I can choose from table1 using simple script.

    But when I try to compile the package with select from it table1 I get the message:

    PL/SQL: ORA-00942: table or view does not exist

    Please help me understand how this is possible.

    What additional information should I place them here for you to help me?

    Thanks in advance.

    UPD: The object name is SYS. V_$ PROCESS

    I choose him by using script, so I need all grants.

    But what is the problem when I try to do in the package?

    2788367 wrote:

    Hi all

    I can choose from table1 using simple script.

    But when I try to compile the package with select from it table1 I get the message:

    PL/SQL: ORA-00942: table or view does not exist

    Please help me understand how this is possible.

    What additional information should I place them here for you to help me?

    Thanks in advance.

    It is very likely that you've got access to the table via a role. This allows you to use SQL to access.

    With packages, the grant must be directly to your schema, bypassing a role.

Maybe you are looking for