PLSQL and Oracle NoSQL

Hello

Our main source of data is in Oracle database 11g on top, we build app that queries data with PLSQL.
We would like to some data for Oracle port NoSQL and using it in our application.

What would be the best approach using PLSQL to manipulate data in Oracle NoSQL. I see that there is no direct way - what would be the best 'no - lead "? Java component in PLSQL? Any other?

Thank you!

user11202580 wrote:
Hello

Our main source of data is in Oracle database 11g on top, we build app that queries data with PLSQL.
We would like to some data for Oracle port NoSQL and using it in our application.

What would be the best approach using PLSQL to manipulate data in Oracle NoSQL. I see that there is no direct way - what would be the best 'no - lead "? Java component in PLSQL? Any other?

Uh, using PLSQL to manipulate NoSQL is hard to do. Currently, how you handle Oracle NoSQL data using the API of the Java Oracle NoSQL.

Charles Lamb

Tags: Database

Similar Questions

  • Type of collection in PLSQL and Oracle

    Hi all

    I define a collection type in Oracle. When I try to use it in following PLSQL, I "PLSQL-00405: subquery not allowed in this context" error. How can I use the values that I have previously defined in the collection for this case?

    Thank you

    Mike



    CREATE or REPLACE the TYPE testCaseSet IS TABLE OF NUMBER;
    \




    CREATE OR REPLACE PACKAGE PK_test
    testCaseSet C_TEST_CASE: = testCaseSet (1,3,5,7,9);

    PROCEDURE showTestCase()
    IS
    BEGIN
    IF rec_testForm.testNbr IN
    (SELECT * from TABLE (C_TEST_CASE))
    THEN
    ...
    END IF;

    END showTestCase
    END PK_test

    It seems that the loop will be entered regradless of the value of v_tes_case_nbr

    And what is v_tes_case_nbr? A variable defined somewhere? In this case, try

    ...
    FOR c in (SELECT *FROM TABLE(C_Test_Set) WHERE TestText = 'Regression Test' AND TestNbr  = v_test_case_nbr AND ROWNUM = 1)
    LOOP
    .....
    END LOOP;
    ...
    
  • GeoSPARQL on Oracle NoSQL

    Hello

    Can the NoSQL Oracle support for the vocabulary of GeoSPARQL?

    See you soon

    Hi Joguerra,

    Currently, the semantic graph RDF for Oracle NoSQL Database can't vocabulary GeoSPARQL. You can, however, use semantic graph RDF for Oracle Database (12 c) and it comes with a GeoSPARQL support.

    There is a strong requirement to have some features Geo space with RDF for Oracle NoSQL Database, please file a feature request.

    It will be useful,

    Zhe Wu

  • Ontology protégé on Oracle NoSQL

    Hello

    I created an ontology on 4.3 protected it seems good. I added the plugin NoSQL protégé and I saved the model and inference in the database. Everything worked smooth far and the database is not complain with the ontology. Now, I use joseki endpoint to query the database. Joseki runs on Tomcat 7.0.X and the application seems correct.

    If I run the query below on protected against my ontology, it works. But when I return to the Joseki, this does not

    PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# >

    PREFIX rdfs: http://www.w3.org/2000/01/RDF-schema# >

    PREFIX xsd: http://www.w3.org/2001/XMLSchema# >

    PREFIX owl: http://www.w3.org/2002/07/OWL# >

    Fn PREFIX: http://www.w3.org/2005/XPath-functions# >

    PREFIX ouext: http://Oracle.com/Semtech/Jena-adaptor/ext/user-def-function# >

    PREFIX oext: < http://Oracle.com/Semtech/Jena-adaptor/ext/function# >

    PREFIX ORACLE_SEM_FS_NS: http://Oracle.com/Semtech#timeout=100, qid = 123 >

    SELECT * WHERE {? x? y? z}

    LIMIT OF 100

    The Joseki, I have updated the file joseki - config.ttl with the configuration of my store, I restarted the tomcat, but nothing happens. The same query, does not seem to work but nothing complains against her.

    < #oracle > RDF: type oracle - nosql:Dataset;

    Joseki:poolSize 2;         # Number of simultaneous connections allowed for this dataset.

    Oracle - nosql:connection # NoSQL connection

    [

    RDF: type oracle - nosql:NoSQLConnection;

    Oracle - nosql:hostName "myhost."

    Oracle - nosql:storeName 'test '.

    Oracle - nosql:hostPort '5000 ';

    ];

    ##oracle - nosql:allGraphs [];         # Descriptions chart

    [Oracle - nosql:defaultGraph];

    ##oracle - nosql:namedGraph [oracle - nosql:graphName <http://g1>];

    .

    I'm not entirely sure where the problem is, the database is running, even if I think the question is whether the request is well formatted and the configuration is correct. Can anyone around help me find out where is the problem?

    Thank you and I would appreciate any idea

    Hi Joguerra,

    You can read the ontology saved in protégé of NoSQL DB?

    Zhe Wu

  • the RESTful web service and database NoSql.

    I configured a database version Oracle NoSQL 3.0.5.

    I wrote the below 12 c JDev RestFul web service.

    the Rest works well, but when running query (GET) it returns the following error.

    I don't know how to correct it. Need help

    package store;

    import com.hp.hpl.jena.query.Query;
    import com.hp.hpl.jena.query.QueryExecution;
    import com.hp.hpl.jena.query.QueryExecutionFactory;
    import com.hp.hpl.jena.query.QueryFactory;
    import com.hp.hpl.jena.query.ResultSet;
    import com.hp.hpl.jena.query.ResultSetFormatter;
    import com.hp.hpl.jena.query.Syntax;
    import com.hp.hpl.jena.rdf.model.Model;

    Import javax.ws.rs.GET;
    Import javax.ws.rs.Path;
    Import javax.ws.rs.Produces;

    Import oracle.kv.impl.api.ops.Get;

    Import oracle.rdf.kv.client.jena.OracleModelNoSql;
    Import oracle.rdf.kv.client.jena.OracleNoSqlConnection;

    @Path ("store")
    public class StoreResourceHandle {}
    public StoreResourceHandle() {}
    Super();
    }

    public static String queryStoreNoSQL() {}
    String StoreName = "semep;
    String HostName = 'localhost ';
    String HostPort = "5000";
    String szModelName = "http://example.org/Captation";
    String ModelName = "http://Repository";
    OracleNoSqlConnection conn = OracleNoSqlConnection.createInstance (StoreName, HostPort, HostName);
    Model = OracleModelNoSql.createOracleModelNoSql (ModelName, conn);

    String szQuery = "SELECT? s? p? o\n +.
    "where {\n" +
    "  { ?s  ?p  ?o}\n" +
    "}";


    System.out.println ("Execute query" + szQuery);

    Query query = QueryFactory.create (szQuery, Syntax.syntaxARQ);
    QueryExecution qexec = QueryExecutionFactory.create (query, model);
    ResultSet results = qexec.execSelect ();
    String textResults = ResultSetFormatter.asText (results);

    qexec. Close();
    Model.Close ();
    Conn.Dispose ();
    Return textResults;
    }


    @GET
    @Produces("text/plain")
    public String getStoreQuery() {}
    String result = StoreResourceHandle.queryStoreNoSQL ();
    System.out.println ("result");
    return the result;
    }

    }

    [Running the application on IntegratedWebLogicServer StoreResource...]
    [21: 45:44] StoreWebApp.war of Module Web recognized in the project Store.jpr
    [Another instance of the storeresource application is running on the server.  JDeveloper redeploy the application.]
    [21: 45:44]-deployment began.  ----
    [21: 45:44] the target platform's (Weblogic 12.x).
    [21: 45:44] recovery of the existing application information
    [21: 45:44] analysis of the dependence running...
    [21: 45:44] deployment 2 profiles...
    [21: 45:44] wrote on the Web for C:\Users\memus\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\StoreResource\StoreWebApp.war application Module
    [21: 45:44] wrote the Module Enterprise Application to C:\Users\memus\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\StoreResource
    [21: 45:44] application is not transferred
    [21: 45:44] the constriction of context following URLS have been defined and can be used as a starting point for testing your application:
    [21: 45:44] http://localhost:7101 / StoreResource-store-context-root
    [21: 45:44] time to deployment: 1 second
    [21: 45:44]-deployment is complete.  ----
    Run start time: 554 ms.
    [Application running on IntegratedWebLogicServer StoreResource]

    Target application w- http://localhost:7101/StoreResource-Store-context-root/resources/application.wadl

    Target URL - http://localhost:7101 / StoreResource-store-context-root/resources/store
    < 25 may 2014 21: 45 CEST > < error > < com.sun.jersey.spi.container.ContainerResponse > < BEA-000000 > < exception contained in MappableContainerException could not be mapped to a response, re - throw to the HTTP container
    java.lang.NoClassDefFoundError: oracle/rdf/kv/customer/jena/OracleNoSqlConnection
    to the store. StoreResourceHandle.queryStoreNoSQL (StoreResourceHandle.java:41)
    to the store. StoreResourceHandle.getStoreQuery (StoreResourceHandle.java:68)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    Truncated. check the log file full stacktrace
    >
    < 25 may 2014 21: 45 CEST > < error > < HTTP > < BEA-101017 > < [ServletContext@10446167[app:StoreResource module: StoreResource-store-context-spec: null, path root-version: 3.0], request: [ weblogic.servlet.internal.ServletRequestImpl@1e35577
    GET StoreResource-Store-context-root/resources/store HTTP/1.1
    Connection: TE
    TE: trailers, deflate, gzip, compress
    User-Agent: Oracle HTTPClient Version 10: 00
    Accept: text/plain
    X HTTPAnalyzer-Rules: 1@localhost:8099

    Root cause]] of ServletException.
    java.lang.NoClassDefFoundError: oracle/rdf/kv/customer/jena/OracleNoSqlConnection
    to the store. StoreResourceHandle.queryStoreNoSQL (StoreResourceHandle.java:41)
    to the store. StoreResourceHandle.getStoreQuery (StoreResourceHandle.java:68)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    Truncated. check the log file full stacktrace
    >
    < 25 may 2014 21: 45 CEST > < opinion > < Diagnostics > < BEA-320068 > < Watch "UncheckedException" in the module "Module-FMWDFW" with severity "Notice" on the server "DefaultServer" triggered on 25 may 2014 21: 45 CEST. Details of the notification:
    WatchRuleType: Journal
    WatchRule: (SEVERITY = "Error") AND ((MSGID = ' WL-101020') OR (MSGID = "WL-101017'") OR (MSGID = "WL-000802'") OR (MSGID = "BEA-101020'") OR (MSGID = "BEA-101017'") OR (MSGID = "BEA-000802'"))
    WatchData: DATE = may 25, 2014 21: 45 CEST SERVER = DefaultServer MESSAGE = [ServletContext@10446167[app:StoreResource module: StoreResource-store-context-spec: null, path root-version: 3.0], request: [ weblogic.servlet.internal.ServletRequestImpl@1e35577
    GET StoreResource-Store-context-root/resources/store HTTP/1.1
    Connection: TE
    TE: trailers, deflate, gzip, compress
    User-Agent: Oracle HTTPClient Version 10: 00
    Accept: text/plain
    X HTTPAnalyzer-Rules: 1@localhost:8099

    Root cause]] of ServletException.
    java.lang.NoClassDefFoundError: oracle/rdf/kv/customer/jena/OracleNoSqlConnection
    to the store. StoreResourceHandle.queryStoreNoSQL (StoreResourceHandle.java:41)
    to the store. StoreResourceHandle.getStoreQuery (StoreResourceHandle.java:68)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    to com.sun.jersey.spi.container.JavaMethodInvokerFactory$ 1.invoke(JavaMethodInvokerFactory.java:60)
    to com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ TypeOutInvoker._dispatch (AbstractResourceMethodDispatchProvider.java:185)
    at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
    at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
    at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)
    at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)
    at weblogic.jaxrs.server.portable.servlet.ServletContainer.service(ServletContainer.java:218)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:844)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at oracle.j2ee.ws.server.jaxrs.TenantServletFilter.doFilter(TenantServletFilter.java:81)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3367)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3333)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)
    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
    Subsystem = HTTP USERID < WLS Kernel > = SEVERITY = error THREAD = ExecuteThread [ASSET]: '1' for the queue: MSGID "(self-adjusting) weblogic.kernel.Default" = BEA - 101017 MACHINE = mustapha TXID = the CONTEXTID = 6a226c0c-6115-47df-833a-8465cd21cc68-0000002f TIMESTAMP = 1401047153802
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    < 25 may 2014 21: 46 CEST > < emergency > < oracle.dfw.incident > < BEA-000000 > < 65 incident created with the key to problem "DFW-99998 [java.lang.NoClassDefFoundError] [oracle.j2ee.ws.server.jaxrs.TenantServletFilter.doFilter] [StoreResource]" >

    Hi MEMU,.

    I have it. And he has deployed in the built-in container. It works very well. Note that I did the following.

    (1) change the project properties,

    In the libraries and Classpath, I need to add in Classpath entries associated Jena libraries, slf4j, sdordfnosqlclient.jar, kvclient.jar etc.

    (2) use the xercesImpl - 2.9.1.jar instead of xercesImpl - 2.10.0.  Jdev 12 c appears to use an older version of xerces as bundles of Jena.

    Once done the configurations above, I can execute your project without changing Java code.

    Here is the result:

    [14: 34:08] wrote the Web application Module for /home/alwu/.jdeveloper/system12.1.2.0.40.66.68/o.j2ee/drs/UniversalSparqlQuery/queryWebApp.war

    [14: 34:09] wrote the Module Enterprise Application to /home/alwu/.jdeveloper/system12.1.2.0.40.66.68/o.j2ee/drs/UniversalSparqlQuery

    [14: 34:09] Application deployment...

    [14: 34:15] Application deployed successfully.

    [14: 34:15] the constriction of context following URLS have been defined and can be used as a starting point for testing your application:

    [14: 34:15] http://192.168.1.1:7101 / UniversalSparqlQuery-application-context-root

    [14: 34:16] for deployment time: 9 seconds

    [14: 34:16]-deployment is complete.  ----

    Run start time: 9573 ms.

    [Application running on IntegratedWebLogicServer UniversalSparqlQuery]

    Target application w- http://localhost:7101/UniversalSparqlQuery-query-context-root/resources/application.wadl

    Target URL - http://127.0.0.1:7101 / UniversalSparqlQuery-query context root/resources/query/select/home/store/port/model/application

    I went in a universal store

    I create the connection to: model

    Run the select query

    I leave the store: store

    I spent in-store universal semep

    I create the connection to: http://Repository

    Run select select? s? p? o where {? s? p? o}

    I leave the store: semep

    It will be useful,

    Zhe Wu

  • Oracle NoSQL YCSB - continuous increase in execution time

    Greetings,

    I'm testing with YCSB nosql databases. I'm new to this type of databases, but I already tried few of them. I use the VM with 2 GB of RAM and hosted on Win 7. Although it is not recommended, because I work in the environment of capacity now, I use KVlite. But my problem is confusing and I can not find the reason. So, I have successfully loaded data and tested NoSQL Oracle using different workloads. However, each time, I get the higher execution time. For example, if 1 performance I get 20 seconds, if I stopped database and next day run even workload once again, I get 35 second run time and so on.

    Do you have an idea of what may be the cause of that? As I said, I did research on some nosql databases, but I've never had that strange results.

    Kind regards.

    I can't say with certainty why you see the results you have described, probably is just that with every race on the same data store, more data is getting integrated into the KVlite.

    It is not a good idea to use KVlite for a test YCSB.

    KVlite links to your application instance and does not provide the kind of partitioning of a key space that is normally essential to YCSB workload.

    The idea of YCSB is to provide a random workload on a large number of keys and then to make things as expand data store while the operations are happening and see the impact.

    These kinds of operations on random data access workloads cannot be expected to scale on a single data store instance that distributes keys.

    I suggest that you use an appropriate version of kvstore to run these tests.

    Hope this helps,

    -Robert

  • 5.1 ACS is not supported ODBC and Oracle

    Hi Netpro

    Train my familiar and careless with the old version of the ACS, ACS unit I bought two 5.1 device to work in the HA function. After installation and did ' t tried configured for use with the external database with ORACLE, I see nothing. I tried to read the paper and I saw no keyword that said this support the ODBC or Oracle version. If anyone can help me what is the workaround for ACS work with ODBC and Oracle.

    Thank you

    Pitcher

    This pitcher,

    4.2 the CSA can be installed on the CSACS-1120-K9 unit simply re-Imaging it (so not really a downgrade) with a dedicated DVD.

    You can get such a DVD through an official TAC case:

    http://Tools.Cisco.com/ServiceRequestTool/create/launch.do

    Kind regards

    Fede

    --

    If this helps you or answers to your question if it you please mark it as 'responded' or write it down, if other users can easily find it.

  • silent uninstall ODAC 12 c module 4 and Oracle development tools

    Hi all

    I need to uninstall a previously installed ODAC 12 c module 4 and Oracle Developer Tools silently. Oui\bin\setup.exe will be fine uninstall, but I want to uninstall it from script.

    There is no button to save a responsefile at the end of the dialog box.

    oui\bin\setup.exe-Enregistrer FichierDestination - odacr4 - deinst.rsp

    Does not complain, but does not record a response file.

    Installation notes describe uninstall them, but not without supervision/silencer.

    Any advice?

    Best regards

    Niels Jespersen

    Here's what I used to silently uninstall ODT with ODAC. It does not require a response file, but requires that you specify the Oracle home

    "{' C:\oracle\product\12.1.0\client_1\oui\bin\setup.exe-silent - waitforcompletion - nowait - uninstall" DEINSTALL_LIST = {"oracle.odac.client","12.1.0.2.0"} "' REMOVE_HOMES={"C:\oracle\product\12.1.0\client_1 "}"

    A log file is generated in C:\Program Files (x 86) \Oracle\Inventory\logs

  • SSO ADF and Oracle Forms?

    Hello

    Is there a recommended way to share authentication between ADF and Oracle forms?

    We currently use Oracle 11 g 2 forms and we have our forms developed in-house running on this.  I would like to start working on some applications of the ADF, but I do not know how to ensure that the username and passwords are the same for our existing forms applications and any new request to ADF we add.

    I would use JDeveloper 12 c.

    We have < 100 users, so this isn't a large installation, and most users are (same office).

    Thanks for ideas or advice.

    Check out this blog https://blogs.oracle.com/olaf/entry/ofm_11g_oam_sso_for_forms_and because it describes how using OAM.

    Timo

  • What type of newspapers exist in and Oracle

    What type of newspapers exist in and Oracle

    and what format to be like them,

    and can any body give me link or something to download these types of newspapers.

    Thank you. 

    '' newspapers '' can have many interpretations

    archived redo redo logs, logs, alert logs, tracking logs

  • Certification of "Eloqua Oracle and Oracle Content Marketing Cloud Service 2013 pre-sales specialist"?

    Hello

    I want to know I want to take the exam of Eloqua Oracle and Oracle Content Cloud Service 2013 Marketing Specialist pre-sales.
    Currently, I'm taking classes, unable to find the page where I can go for the certification exam.

    Any suggestions?

    Thanks in advance.

    Hello

    You should be able to access through this link: http://ilearning.oracle.com/ilearn/en/learner/jsp/offering_details_home.jsp?classid=1371508648

    I was able to retrieve it by visiting this page, which has little more context that may be useful: Service of Cloud Marketing Oracle Eloqua specialization criteria

    Please like and mark as helpful if you find it useful.

    Joseph

  • Keystore of JKS and Truststore, and Oracle Wallet

    I'm configureing Oracle Forms and reports 11 GR 2 incorporating OID/OIM/OAM webgate/webtier.  WLS use JKS Keystore and Truststore, and Oracle HTTP Oracle Wallet. I have all of this on a single server. Do I have to keep two of them? I asked a certificate with OWM. It can also be used by JKS Keystore?

    What should I do?

    Thank you!

    HP

    Oracle Wallet is used by OHS, while WebLogic uses based JKS keystore.

    So if you have the OHS and WebLogic and there is a requirement for SSL, you need both.

    Ref: http://docs.oracle.com/cd/E23943_01/core.1111/e10105/wallets.htm#ASADM10226

  • Problem with Oracle fail safe 4.1.1 on W2k8 R2 Cluster Failover and Oracle 11.2.0.4 database

    Hi all

    I'm doing some tests on a Windows 2008 (64-bit) R2 two-node failover Cluster.

    I installed and configured successfully bone and the Failover Cluster feature.

    So I followed Oracle Doc-ID 1916391.1 to perform the installation and configuration of Oracle 11.2.0.4 database and Oracle Fail Safe 4.1.1

    After a successful (via Fail Safe Manager) validation of cluster and group, now I'm trying to validate the stand-alone database, but I'm stuck with this error (output in verbose mode of PowerShell):

    PS C:\Users\demo > Test-OracleClusterAvailableDatabase TESTDB - SysPwd (Read-Host-AsSecureString-Prompt "SYS Password ')-verbose

    SYS password: *.

    DETAILES: FS-10915: NODE1: from verification of autonomous resources TESTDB

    DETAILES: FS-10371: NODE1: run the initialization processing

    DETAILES: FS-10371: NODE2: run the initialization processing

    DETAILES: FS-10372: NODE1: resource owner information collection

    DETAILES: FS-10372: NODE2: resource owner information collection

    DETAILES: FS-10373: NODE1: determine the owner of the TESTDB resource node

    DETAILES: FS-10374: NODE1: collection of cluster information required to perform the specified operation

    DETAILES: FS-10374: NODE2: collection of cluster information required to perform the specified operation

    DETAILES: FS-10375: NODE1: analysis of the cluster information required to perform the specified operation

    DETAILES: FS-10378: NODE1: preparation for the configuration of resource TESTDB

    TH: FS-10349: database TESTDB instance is not alive. You want to stop and restart the database instance?

    Confirmation

    Operation does?

    Running dell' operation sulla "Test-OracleClusterAvailableDatabase' likelihood 'TESTDB '.

    [S] Sì Sì [T] a [N] no [U] tutti a tutti [O] Sospendi [?] Guida (he valore predefinito e "S"):

    DETAILES: FS-10350: from the TESTDB database

    Test-OracleClusterAvailableDatabase: OCIEnvNlsCreate failed


    Riga: 1 car: 1

    + Test-OracleClusterAvailableDatabase - SysPwd TESTDB (Read-Host - AsSecureString - P...)

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo: DeviceError: (TESTDB:ResourceDatabase) [Test-OracleClusterAvailableDatabase], PowerShell

    Exception

    + FullyQualifiedErrorId: Process, Oracle.FailSafe.PowerShell.TestOracleClusterAvailableDatabase

    Test-OracleClusterAvailableDatabase: FS-10999: an internal programming error

    Riga: 1 car: 1

    + Test-OracleClusterAvailableDatabase - SysPwd TESTDB (Read-Host - AsSecureString - P...)

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo: DeviceError: (TESTDB:ResourceDatabase) [Test-OracleClusterAvailableDatabase], PowerShell

    Exception

    + FullyQualifiedErrorId: Process, Oracle.FailSafe.PowerShell.TestOracleClusterAvailableDatabase

    Test-OracleClusterAvailableDatabase: FS-10160: impossible to verify the Oracle of standalone TESTDB database

    Riga: 1 car: 1

    + Test-OracleClusterAvailableDatabase - SysPwd TESTDB (Read-Host - AsSecureString - P...)

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo: DeviceError: (TESTDB:ResourceDatabase) [Test-OracleClusterAvailableDatabase], PowerShell

    Exception

    + FullyQualifiedErrorId: Process, Oracle.FailSafe.PowerShell.TestOracleClusterAvailableDatabase

    Test-OracleClusterAvailableDatabase: FS-10818: provider of resources of the database Oracle failed in preparing for

    treatment for TESTDB resource configuration

    Riga: 1 car: 1

    + Test-OracleClusterAvailableDatabase - SysPwd TESTDB (Read-Host - AsSecureString - P...)

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo: DeviceError: (TESTDB:ResourceDatabase) [Test-OracleClusterAvailableDatabase], PowerShell

    Exception

    + FullyQualifiedErrorId: Process, Oracle.FailSafe.PowerShell.TestOracleClusterAvailableDatabase

    Test-OracleClusterAvailableDatabase: FS-10890: Oracle Services for MSCS failed during the verifyStandalone operation

    Riga: 1 car: 1

    + Test-OracleClusterAvailableDatabase - SysPwd TESTDB (Read-Host - AsSecureString - P...)

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo: DeviceError: (TESTDB:ResourceDatabase) [Test-OracleClusterAvailableDatabase], PowerShell

    Exception

    + FullyQualifiedErrorId: Process, Oracle.FailSafe.PowerShell.TestOracleClusterAvailableDatabase

    Attached is the log of the OFS Cluster Dump (no error in my opinion).

    I surfed around but I can't find anything to solve the problem.

    I think something about the language of the (Italian) OS and Oracle NLS settings (AMERICAN. AMERICA), but obviolsly I'm not sure about this.

    Thanks in advance for any suggestion,

    Alessandro

    Message modificato da 1d457339-524e-4aa5-94aa-fd7d1ae98732 updated: attached is also output trace of the fss.

    Hello Alessandro.

    Solution to the issue is:

    Patch 20744940: 4.1.1.1: ORACLE FAIL SAFE VERSION 4.1.1 PATCH SET 1

  • Tuxedo of Oracle and Oracle Tuxedo message queue on a virtual machine.

    Hi friends.

    How is it going?

    A small question.

    So let's go live using Oracle Tuxedo 12.1.1.0 with binding distinguished Bulletin Board and Oracle Tuxedo Message Queue 12.1.1.0 on a Virtual Machine (VMWARE) running Oracle Linux 6.2. However, we want to know if there are recommendations or mishaps in which we face before running Oracle Tuxedo on a virtual machine?

    I mean, I wonder if I have to worry about kernel parameters, settings of virtual machine or any other thing that could ruin everything.

    Another question.

    Oracle also provides certification of VMS where Tuxedo Oracle would go on top of the?

    Todd little-Oracle

    Maurice G-Oracle

    Hi Bruno.

    I'm not sure what you mean with single Liaison Bulletin Board.  I guess you mean a cluster or the MP configuration?  And is it really a clustered or just a single machine of the MP configuration?

    About the configuration, you use Tuxedo services as well or just Tuxedo Message Queue?  The biggest problem with the configuration of the BONE is the IPC resources.  If you do a-c tmloadcf on your UBBCONFIG file, it will help you to determine the required minimum IPC resources.  In general, I suggest configuration much more resources than the minimum to allow for the changes to come and for some of the parameters for heavier loads.  In particular IPC message queue settings are strongly dependent on the load.  So make sure that the maximum message size and the size of the queue are big enough for your expected workload.  You can monitor the slot load using the ipcs command.

    We don't certify virtual machine environment, but support also a long time the VM vendor to ensure compatibility, obviously VMware and Oracle VM who both do.

    Kind regards

    Todd little

    Chief Architect of Oracle Tuxedo

  • OS and Oracle block size block size

    [Condition] If the size of the block of BONE [512 b - 64K] is greater than the size of block Oracle [2K - 16K]

    Assume: BONES Block Size: 32K and Oracle block size: 8K

    Quebec: One-to-many relationship will always be true? or block Oracle will use 8K to 32 K, and the rest will be unused? or it will return the error at the time of the creation of the data file?

    This will challenge the relationship "one to many".

    Leader: Oracle logical and physical storage diagram.svg - Wikimedia Commons

    Refer to the basis of the diagram.

    " --------------------< "="" show's="" one="" to="" many="" relation.="" one="" x="" can="" contain="" many="">

    ">-------------------<" show's="" many="" to="" many"="" i.e="" many="" x="" can="" contain="" many="">

    You don't seem to be read or understand what everyone says.

    There is NO such "one to many" relationship. Like I said above

    There is no 'validation of one to many '.

    1. the operating system uses a given block size

    2. you choose an Oracle block size

    All these "one to many" is just the result of the choices you made in #2 above. There isn't any 'validation' that occur.

    This likely diagram shows this relationship based on the recommendation of Oracle to select a block size that is a multiple of the block size of OS. If you do that this diagram will NOT reflect the case of NORMAL use.

    You can't believe everything you see on the internet. Articles/diagrams and others are often from unknown or reliable sources.

    2.

    'Validation' is not any process.

    I just wanted to write the Validation of the theory, the relationship.

    Re-read what I just said again above.

    There is NO validation. There is NO theory of validation.

    All there is is the reality of the block size, you choose and the reality of the OS block size you use. Any relationship between these two values is just a reflection of these two values.

    If you choose two different values, they have a completely different relationship to each other.

    Oracle works with blocks of the Oracle. The operating system works with the BONE blocks. Oracle does not care really what size a block of BONE is in connection with an Oracle block.

Maybe you are looking for

  • How to edit photos in photo file shared

    How to edit photos in photo file shared

  • Existing accounts, new computer

    I had two Skype accounts on my old computer, a professional and a staff. I would use the drop-down menu screen on the opening page of alternate accounts. Now, on my new computer, my personal account is available, but I can't find my business account.

  • Installation software for webcam internal 6730 b

    I can't activate my webcam.  I see that the driver is the Manager of devices installed and work properly in.  When I look in the computer - not found.  I recently had my hard drive replaced and the computer technology made me a "favor" to move me fro

  • BLUE STRIPES ON PAPER

    I have a HP color laserjet 1600. It works very well (especially) except it prints two vertical lines every time I have to print something. I cleaned the transfer kit, but he returns. It appears bluish in color. It would be a problem with the toner ca

  • LeapFrog tag

    Whenever I try to open the LeapFrog Connect program that I just installed, I get a message saying "LeapFrog Connect Application has stopped working". Need to download the books for the LeapFrog Tag and do not know how to do it. Help, please.