JBO.passivationstore the value file, but the PS_TXN table is still being created

I have an application with application modules having all the jbo.passivationstore the value leader, the the below:
       jbo.passivationstore="file" 
However, when I test this situation, the application creates the PS_TXN table and the PS_TXN_SEQ sequence in the database. Reading the doc, I expect that only if jbo.passivationstore had the value of database.

Is there some other setting that must be configured in order to make the passiviation treated outside the database?

using JDeveloper 11 g.

Thanks for your help.

Checkbox {: identifier of the thread = 2444753}...
seems to be a bug in at least 11.1.1.5.0, because it works in 11.1.2.3.0

Timo

Tags: Java

Similar Questions

  • Found a Bug? -Select the columns to sort by - but not current table

    Just found a problem. Don't know if it's the right place for this but:

    -on the spreadsheet (or whatever it's called), when I clicked the sort, the list of columns was for one table OTHER then the one I had open - he had two already selected columns that do not exist in the open table. By clicking on "apply sorting" caused no changes.

    -J' have removed the sort criteria and applied so and then reopened the list sort and the wrong table was still in place, but the criteria was allowed.

    -J' tried to sort by clicking the buttons in the field headers - but nothing happened - tried several times and in several different areas.

    - then I have opened the list sort and he had finally registration of the appropriate table.

    It is version 1.5.1 build 5440 against a server 10g.

    Glenn

    The table has the same name as a table that you used previously, including in another schema?

    There are a few old bugs where sqldeveloper confused the tables of the same name and used the file layout of table to the wrong table. Those that have been set for most, but it may be something related.

  • When to load the external table condition


    Hello

    Is my version of db: oracle 11g

    I have a 6 gig csv file.

    I divided it several 15 MB csv files.

    But only the first csv file has header (with column headers).

    I have to load each of these files into a target table.

    I created an external table with jump 1.

    But how can I substitute jumping 1 for other csv files.

    Is there a way I can do it in the external table definition.

    I can't merge the split csv files and run as one big file. So I don't hv this option. Please advice.

    You should be able to use the LOAD WHEN clause to exclude a line based on the contents of a field. Or the other

    WHEN LOAD 1 / 2! = "ID".

    or, if the bonds are quoted,

    WHEN LOAD 1:4! = « « ID » »

    or you can always add a list of fields to your specifications and the names of the fields in the reference LOAD WHEN the condition instead of using an absolute position.

    Don't know if you saw my comments on the use of the tail command before you replied, but if the break-up of the file is part of your project of automated process, and then deleting the header row could certainly be integrated into this process if your on a unix platform and using the split command to split the file.

    Kind regards

    Bob

  • Insert the record in the second table by making the trigger on the first table

    I hv created 2 tables as shown below the code sql. I want to insert some record (line current value) column of the first table, next sequence value and sysdate into second table. I hv created trigger but I gave warning.
    so I want to know what is the problem in my sql code.
    Pls correct!

    SQL > create table myuser1 (u_id varchar2 (10), uname varchar2 (20), sex char(1));

    SQL > create table myuser2 (reg_no number (5), reg_date Date, u_id varchar2 (20));

    SQL > create the sequence myuser2_seq;

    SQL > alter table myuser1 add constraint pk_myuser1 key (u_id) primary;

    SQL > alter table myuser2 add constraint pk_myuser2 key (reg_no) primary;

    SQL > CREATE TRIGGER MYTRIGGER
    2 AFTER INSERT ON myuser1
    3 FOR EACH LINE
    4 BEGIN
    5 INSERT INTO myuser2 (reg_no, reg_date, u_id)
    6 VALUES (myuser2_seq.nextval, SELECT SYSDATE FROM DUAL, select u_id myuser)
    1)
    7 END;
    8.

    WARNING: Trigger created with compilation errors.

    JKMourya wrote:
    I hv created 2 tables as shown below the code sql. I want to insert some record (line current value) column of the first table, next sequence value and sysdate into second table. I hv created trigger but I gave warning.
    so I want to know what is the problem in my sql code.
    Pls correct!

    SQL > create table myuser1 (u_id varchar2 (10), uname varchar2 (20), sex char(1));

    SQL > create table myuser2 (reg_no number (5), reg_date Date, u_id varchar2 (20));

    SQL > create the sequence myuser2_seq;

    SQL > alter table myuser1 add constraint pk_myuser1 key (u_id) primary;

    SQL > alter table myuser2 add constraint pk_myuser2 key (reg_no) primary;

    SQL > CREATE TRIGGER MYTRIGGER
    2 AFTER INSERT ON myuser1
    3 FOR EACH LINE
    4 BEGIN
    5 INSERT INTO myuser2 (reg_no, reg_date, u_id)
    6 VALUES (myuser2_seq.nextval, SELECT SYSDATE FROM DUAL, select u_id myuser)
    1)
    7 END;
    8.

    WARNING: Trigger created with compilation errors.

    SELECT inside VALUES clause is NOT allowed.
    do SELECT statements before the INSERT command

  • The DB Table user

    I'm trying to provision users in the DB table how ever while creating the GTC, I am facing a problem.
    As soon as I between all values entry and click then the admin console takes me to the homepage rather than on-screen mapping... Here are the details of the log file

    I use OIM 9.1.0 with the last dwnloaded connector on the site

    2010-03-25 01:56:55, 765 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, made
    2010-03-25 01:57:11, 859 * [org.apache.struts.actions.DispatchAction] item [CreateConnector] ERROR of method goNext returned an exception *.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute (unknown Source)
    at com.thortech.xl.webclient.actions.tcActionBase.execute (unknown Source)
    at com.thortech.xl.webclient.actions.tcAction.execute (unknown Source)
    at com.thortech.xl.webclient.actions.CreateConnectorAction.execute (unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter (unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.processConnection (Http11Protocol.java:744)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.UnsupportedClassVersionError: Bad version in .class file number
    at java.lang.ClassLoader.defineClass1 (Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:465)
    at com.thortech.xl.dataobj.tcADPClassLoader.findClass (unknown Source)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0 (Native Method)

    Your connector potted version and the version of JRE is running on the IOM do not match.

    Thank you
    Suren

  • Obtaining error APP-FND-00874: Routine FDFBDF found no line in the FND_DESCRIPTIVE_FLEXS table

    I wrote a stored procedure in our custom schema.  I have granted rights of running APPS to it.   When put in a concurrent program I get this message and it will not even start running. I'm under the it the purchase of Super user


    APP-FND-00874: Routine FDFBDF found no line in the FND_DESCRIPTIVE_FLEXS table


    So I created 2 exactly stored procedures as below but different name.  I put one in our custom schema and the other in the scheme of the APPS and I still get the same error message.


    create or replace

    PROCEDURE TESTPROCEDURE1 (errbuf OUT VARCHAR2, OUT VARCHAR2 retcode) HAVE

    BEGIN

    NULL;

    END TESTPROCEDURE1;

    Was that there was a control on behalf of the simultaneous request character and, possibly, the short name.   It was not visible until I stuck in another application.

    Thank you for all your help.

  • I have 4 individual signatures on file, but all I get is the marked default value of a

    Original title: have 4 signatures on file to use WL Mail - you want to access according to e / message and not the default every time.

    I have 4 individual signatures on file, but all I can get is by default marked one?

    TKU,

    Jack C.

    Hello

    Windows LiveMail has its own Forums, so you can ask your questions there.

    Windows Live Mail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=15

    Windows Live Solution Center - Solutions mail - Mail Forums
    http://windowslivehelp.com/

    Windows Live Mail - mail Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=15

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • I put "always ask" m4v files but it will open in the browser in any case drive

    Since one of the latest version, Firefox now has a flash player for certain based videos, like m4v. Now when I try to download these videos (by copy - paste the direct url to the file in the url bar) it just open this video in the player. I tried to change - always ask for save file, but even that won't work.
    I can do to remedy this?

    Hello, firefox 21 and above are now use codecs included in your operating system that allow him to directly read mp3 and mpeg (also for html5 videos). in order to disable that, enter about: config in the address bar of firefox (confirmed the message information where it appears) and search for the preference named media.windows - media - foundation.enabled. Double-click it and change its value to false.

  • I'm doing a script that takes a list of e-mail from a text file and then allow me to select a save as a string. I found some ways to get the path of the file, but I'm in check by pulling the list

    I found some ways to get the path of the file, but I am defeated by pulling the list from that. the function of the path get gives me the path as "Macintosh Users:: Documents: extractedb.txt (myUsername).

    What I can't understand is how to get a dialog box to display a list that represents the content in the text file, I need to change the contents of the text file, I need the box to show me what I chose and I want to save my selection as a single string.
    e '.

    example of extractedb.txt information:

    [email protected]

    [email protected]

    [email protected]

    * has a random number of emails as well *.

    I want this is to pull those emails from the text file and turn them into a list so I can get to be a selection in my dialog box.

    Any help would be great = D

    Assuming you have a text file with your example e-mail addresses, the following AppleScript will read this file in a list (mf_List) and then use this list as input to choose among the list. Because multiple selection is allowed (control button), the output is sent to a list (sel_addr). We check if the Cancel button was pressed by testing for false and if this condition is met, we the script error.  Based on a single or multiple list item content of the list, display accordingly.

    game of mf to ((path to the folder as text) & "mail_list.txt")

    the value mf_List to {}

    the value sel_addr to {}

    the value mf_List to paragraphs of (read file mf)

    the value sel_addr to (choose from the list mf_List with title ¬

    ('Mail list' with multiple selections allowed without empty selection allowed)

    If sel_addr is equal to false then

    Error number-128

    return

    end if

    If length of sel_addr is equal to 1 then

    sel_addr display dialog box as text

    on the other

    the value Point to the text of TID to AppleScript delimiters

    the value Point text in AppleScript return delimiters

    display the dialog box elements of sel_addr in the text

    the value Text of point AppleScript delimiters to TID

    end if

    return

  • Hyperion IR PROCESS_MEMORY_LIMIT value 3072MB, but the memory still used 2047 MB, how to increase?

    Our virtual machine running Hyperion IR 11.1.2.1.600.07. Recently, we have add more ram to the virtual machine configured this last to adopt a higher PROCESS_MEMORY_LIMIT.

    But seems hyperion IR keep ignore our changes. Anyone ever experience this problem?

    I tried following Oracle document "how to increase the memory limit for Reporting Interactive Services ( Doc ID 1487440.1 )", , but after reboot, all the IR service always seems cannot adopt the new value of 3072 MB. "." It is always staying at 2047 MB. And doc oracle say for linux, it has no limit on the value of memory if the physical supports.

    Hello

    What platform is this. IR is designed to run only in 32-bit mode. However, we have some options to increase to more than 2 GB through the above mentioned parameters.  But in this case, you need to activate the 3 G switch in the network.

    Still, you can try the following to refine IR

    Stop Workspace agent "HyS9RaFrameworkAgent".

    Increase java heap size setting in the agent.bat files.

    In \Oracle\Middleware\EPMSystem11R1\common\raframeworkrt\11.1.2.0\bin\agent.bat in the ' agents ' section downwards:

    Xms50m-Xmx750m

    .. .change to

    Xms512m-Xmx1024m

    You can also disable the workspace otherwise search indexing in used

    > Sail - administer - Reporting and Analysis - Services - just lick on the statement and analytical framework - properties - click on Services tab - scroll down and disable the following:

    -Harvester

    -Search for indexing,

    -Search Provider keyword

    -Search monitor

    3 DAS Service

    a. increase the number relational cell partial result per 100000

    b.

    Test and adjust if necessary

    c. activate Evergreen

    4. make copies of the DAS and EMPLOYMENT Services

    a. check for Evergreen under DAS

    Hope this helps

    Kind regards

    Zohra.

  • I'm trying to import and backup/restore/Choose file... / after backup correctly and I see the file, but there is no JSON extension. What can I do?

    I'm trying to import and backup/restore/Choose file... / after backup correctly and I see the file, but there is no JSON extension. What can I do?

    I backed up my favorites using 'import and backup/Backup' on an external HD, installed Windows 10 and went to restore my bookmarks and noticed the file named "Firefox bookmarks-2015-09-04"had no extension and does not work."

    Please advise! Thank you! Sincerely, s

    If you add the .json extension, it works then? Why people who design browsers or extensions them do create files with no extension name, in spite that these extension names are essential to make the files can be restored? I could never understand that.

  • I see the files but not access - advice please

    Had some problems of research of file here, would like some advice

    I'm running 2 external hard drive as time machine backups. For some reason, I needed to restore a dropbox folder, I was disconnected.

    I connect hard drive backup 1, and he died. Not a big deal I have same backups on another external hard drive.

    I connect hard drive 2. As I browse the oldest backup, I can see the whole dropbox folder, I need to restore, so all should be good. But as a Time Machine drive, he go right ahead and begins the next backup, and then delete the files very I need, because they are the oldest saved...

    If I look now into the oldest backup Time Machine, the special dropbox folder is empty, but if I search the finder for example ".psd", I can see all the files, I need, but I can't access it. I can see when they are created and how big they are, but that's all, the file itself does not appear to be any reference to it.

    Someone else had this problem and can give me guidance? As a work of related files, I am very eager to get it sorted, so spending on recovery software are definitely on the cards. I have run it through disk drill but it says it can't find all deleted files...

    Would be very grateful for any help or advice

    But as a Time Machine drive, he go right ahead and begins the next backup, and then delete the files very I need, because they are the oldest saved...

    It's that I read, very bad news.

    You should always turn off Time Machine when you're looking for old backup files.

    TM will delete the dropbox because he is no longer on the Mac. Especially if you upgraded the operating system between when you made the backup, and now that you are trying to recover the files.

    The box did not get uploaded to cloud somewhere?

    Unfortunately when files or folders are removed in TM, you can retrieve them. There is no trash as part of mode TM works so he will remove the files forever and recovery is extremely likely.

    If I search the finder for example ".psd", I can see all the files I need, but I can't access it

    TM index can always refer to the file, but it disappeared.

    Did you try just retrieve the dropbox and see what happens?

  • Get a preview of image files but not the other files

    In the Finder (or an alternative file manager) is there a way to show previews of image files, but not for the other files?

    With the image files, it will display a preview. With other types of file, a preview is useless and its best to see a standard icon indicating the file type.

    Any decent file on all Linux distributions browser lets you choose Preview vs standard icon based on case by case basis depending on the file type. I can't see how to proceed in the Finder (or the various alternatives as TotalFinder). How can I me Finder for this?

    The thumbnails, you mean? I don't think that there is a 'decent' solution for OS x. But then again, I don't know everything.

    https://www.Apple.com/feedback/MacOSX.html

  • I select save files, but when I close the browser and open it again, he was always ask me where to save files.

    I select save files, but when I close the browser and open it again, he was always ask me where to save files. Whenever I closed and re-opened my browser it goes back to ask me where to save files.
    Help, please

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.

    If you do not keep the changes after a reboot or have problems with preferences, see:

    If you like Advanced SystemCare software that could restore some files from older versions to protect files against the changes and then check their settings or uninstall this software.

  • After the update the new version cannot determine file downloads. In the eyes to determine the file, but download files go in C / documents and settings even

    After the update the new version cannot determine file downloads. In the eyes to determine the file, but download files go in C / documents and settings even if I chose another folder

    Hello, there is a general regression in firefox 27 allowing any files to upload directly to a root drive. Please try to create a subfolder (like D:\Downloads) and set as the default location for downloads...

    See also bug #958899.

Maybe you are looking for