How to change autocommit property in Oracle 8.1.6 server

Can anybody tell me how to change autocommit property in Oracle 8.1.6 server?
Thanks in advance.
Matthew
null

Hi,
SET AUTOCOMMIT OFF
thanks,
Boby Jose Thekkanath,
Consultant,CWO,
NSW-AUS.

Similar Messages

  • How to change Owner property in KM

    Hi masters.
    I want to know how to change cm_owner property of a document that i am uploading with dynpro java. I have written a code to add new properties for document but i couldn't change the Owner of document. Here is my code for adding a new property :
    if (wdContext.currentUserElement().getId() != null) {
    IPropertyName propOwner =
    new PropertyName(
    PropertyName.createDisplayname().getNamespace(),
    "Owner");
    prop =
    new MutableProperty(
    propOwner,
    wdContext.currentUserElement().getId());
    propMap.put(prop);
    This code is adding a new Owner property for document. So that after upload, i see 2 Owner fields in Misc. tab.
    Thanks for replies.

    Hello,
    Do check this blog out:
    [Dynamic properties setting in KM|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/645d4357-0701-0010-07bd-a2ea8c4d0aaf]
    Also read : [Storing and retrieving properties in KM|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ab288d09-0801-0010-b183-b8254ed4793f]
    [Developing a property filter in KM|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ee3a57-0701-0010-3e9a-ddae7e4e0521]
    Regards,
    Shailesh
    Edited by: Shailesh Kumar Nagar on Feb 19, 2010 8:16 AM

  • How to change a property programmatically

    Hello,
    How can I change a property during runtime? Like, change the label of a button, or change the header text of a table.
    regards,
    arnold

    Hi Arnold,
    You need to get an instance of the UI element at runtime. You can get this only in WDDoModifyView
    IWDLabel lab = (IWDLabel)view.getElement(<labelID>);
    lab.set<property>(<value>);
    Warm Regards,
    Murtuza

  • Jdeveloper 11g: how to change the extension library Oracle JDBC

    Hello
    We use JDeveloper 11g for our desktop (swing) projects. When I debug the project in IDE, the classpath includes this jar: C:\Oracle\jdevstudio1117\oracle_common\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar
    The ojdbc6dms.jar is in Oracle JDBC extension library. We actually want to use ojdbc14dms.jar as our jdbc library jar. I exclude the ojdbc6dms.jar in the project classpath setting and add a user library for ojdbc14dms.jar. When I run the project, the IDE still use ojdbc6dms.jar in the classpath. I try to use "Manage Libraries" under "Tools" menu to change the jar file in Oracle JDBC extension library, but it cannot be changed.
    Can I ask how to change ojdbc6dms.jar to ojdbc14dms.jar in Oracle JDBC? Or, how can I let the IDE not use ojdbc6dms.jar when I run the project? Thank you
    Leaf

    Replace the ojdbc6dms.jar with ojdbc14dms.jar in C:\Oracle\jdevstudio1117\oracle_common\modules\oracle.jdbc_11.1.1
    The ojdbc14dms.jar may be required to be renamed to ojdbc6dms.jar in the C:\Oracle\jdevstudio1117\oracle_common\modules\oracle.jdbc_11.1.1 as the pre-configured settings are for ojdbc6dms.jar.
    Edited by: dvohra21 on Jun 3, 2013 5:47 AM

  • How to change the name of Oracle Intractive Dashboard and my Dashboard

    Hi,
    can any body help me out. how to change Oracle Intractive Dashboard whis is top left on the dashboard page.
    and also please tell me how to remove my dashboard page.
    Thanking you
    Phani Babu

    Have a look here :
    http://obiee101.blogspot.com/2009/06/obiee-new-portal-banner.html
    regards
    John
    http://obiee101.blogspot.com

  • How to change the Schema (DB2, Oracle) in CommandTable at run time

    Dear all,
    I have a problem as below:
    I have created report with CommandTable, then I am using Java and CRJ 12 to export data. So how to change the SCHEMA in CommandTable? 
    Please help me on this.
    Ex: CommandTable is SELECT * from SCHEMA.TableA, SCHEMA.TableB
    Thanks,
    Nha

    Dear Ted,
    I want to change DataSource, it means the report will be load and change connection at run time (using CRJ SDK) and i want to change the SCHEMA.Tablename in CommandTable in report.
    I also use the parameter to do it, but it can not be at run time, just correct when designing.
    Could you please help me on this. You can post the code if any.
    Thanks,
    Nha

  • How to change Storage Repository on Oracle VM 2.2.2

    Dear All,
    Please help to provide me the procedure how to change storage repository from old one to new one.
    I have 2 VM Servers connected to Sun Storage 6140 (SAN) on the same Server Pool and enabled HA both VM Servers and Virtual Machines.
    [root@vmserver1 ~]# sfdisk -s
    /dev/sda: 143235540
    /dev/sdb: 71162880
    /dev/sdc: 71162880
    /dev/sdd: 292444160
    total: 578005460 blocks
    [root@vmserver1 ~]#
    New Storage Repository
    [root@vmserver2 ~]# fdisk -l /dev/sdd
    Disk /dev/sdd: 299.4 GB, 299462819840 bytes
    255 heads, 63 sectors/track, 36407 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sdd1 1 36407 292439196 83 Linux
    [root@vmserver2 ~]#
    Old Storage Repository
    [root@vmserver2 ~]# fdisk -l /dev/sdb
    Disk /dev/sdb: 72.8 GB, 72870789120 bytes
    255 heads, 63 sectors/track, 8859 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sdb1 1 8755 70324506 83 Linux
    [root@vmserver2 ~]#
    Storage Repository mount point
    [root@vmserver2 ~]# /opt/ovs-agent-2.3/utils/repos.py -l
    [ * ] 4f681824-20d3-4acd-9e53-5dff6bb923ab => /dev/sdb1
    [root@vmserver1 ~]# /opt/ovs-agent-2.3/utils/repos.py -l
    [ * ] 4f681824-20d3-4acd-9e53-5dff6bb923ab => /dev/sdb1
    [root@vmserver1 ~]#
    I wan to move storage repository from sdb1 to sdd1
    Now my Server Pool Master is on VM Server 2
    Thanks,
    Best regards,
    Heng

    Dear Alll,
    I just have new shared disk from Storage on my VM Servers. I have formatted it and now I try to configure it with repos.py script.
    [root@vmserver1 ~]# /opt/ovs-agent-2.3/utils/repos.py -l
    [ * ] 4f681824-20d3-4acd-9e53-5dff6bb923ab => /dev/sdb1
    [   ] c0c26a2a-eb86-44e7-8593-9d142ce33bbc => /dev/sdd1
    How to move all resources from /dev/sdb1 to /dev/sdd1 ?
    Any affected to Virtual Machines?
    Please give advice,
    Thanks and regards,
    Heng

  • OMBPlus: how to change Prefix property (dimension)

    Is it possible to change (or set during creating) Prefix property of dimension through OMB Plus?
    I think that this can be done with command
    OMBALTER DIMENSION_TABLE '<dimname>' SET PROPERTIES (<propname>) VALUES ('myval');
    But what is the name for Prefix dimension property?
    Maybe it is possible change this property only through GUI OWB?
    Oleg

    Oleg,
    Unfortunately, you cannot, so I filed bug 3519964.
    However, do note that the main reason for us asking a prefix is the ability for us to prefix key names being created automatically. You can always rename those key names afterwards to include the prefix you want/need.
    Thanks,
    Mark.

  • How to change the port no in weblogic 10.3 server.

    Hi,
    Could you please tell me the steps,how to change my bea10.3 port no from 7001 to 7002?
    Thanks Advance.

    Hi,
    Please refer to : http://weblogic-wonders.com/weblogic/2010/02/25/changing-adminserver-port-using-jmx/ (Using JMX)
    http://forums.oracle.com/forums/thread.jspa?threadID=1037611&tstart=0 (Using WLST)
    Simplest option ...your can change it from AdminConsole as well.....
    Login to AdminConsole--->Server--><YourServer_name>--->Cionfiguration(Tab)--->ListenPort (Change it)
    Thanks
    Jay SenSharma

  • How to change Font Size of Object Explorer in "SQL Server Management Studio"

    Dear Team,
    "SQL Server Management Studio" is a fantastic IDE for the database.
    There are so many customization options available but one thing many users missing is that " How to change Font Size of Object Explorer?"
    Can you please accumulate this feature in IDE ASAP?
    Many Thanks,
    Bhavesh

    Its there
    Go to Tools -> Options
    Then under Environment you've fonts and colors tab where you can specify a higher font size.
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to pass runtime parameters to Oracle Query from xMII server

    Please can anybody  help me that how to pass runtime parameter to Orcle Query  from xMII server.

    It works the same way as I described in this thread [How to pass runtime parameters to MySQL Query from xMII server].  It does not matter the datasource MII will work the same for all queries, at least for passing in parameters.  How to write those queries and their datatypes will be the differences.

  • How to change a property of all items of the specific type?

    Hello,
    this should be fairly simple:
    tableA ( id, Flag)
    There are 2 pages :
    Page 1 : allows user to select P1_ID based on the result set from TableA
    Page 2 : there is a bunch of items on this page - text fields, text areas, radio and check boxes, reports etc. There values in those items are based on the following logic :
    select <bunch of columns correspond to the page items >
    from view1, view2 ...
    where <where clause>
    and
    some_column =:P1_ID
    Question:
    I need to disallow users to change values in the items of text type on the page 2, if value of P1_ID ( TableA.id) has a value in Flag.
    How this can be done ?
    The ideal solution would be if i can have a routine that would not require hard coding items names.
    Thank you
    Andrew
    Edited by: andrey on Jan 31, 2009 12:51 PM
    Edited by: andrey on Jan 31, 2009 12:52 PM

    Andrew:
    The property that you set is the 'Read Only' property for the page-item. This is done from the 'Edit Page Item' page
    The conditions under which this property evaluates to true can be determined dynamically (no hard coding). Take a look at the list of possible Conidtion Types. So, if u want the condition to be table-driven you could choose the 'Exists (SQL query returns at least one row)' and the SQL query could be something like
    ' select 1 from <you_table> where id=:p1_id '
    Varad

  • How to change NLS parameters in Oracle XE?

    Hi
    I have to change some parameters in database using Oracle XE server but I don't know how to do it. I must change these parameters:
    NLS_CHARACTERSET
    NLS_NCHAR_CHARACTERSET
    How to do it?
    Thanks for help.

    Thanks, but I'm newbie and I have to ask you about more details :)
    What do you mean when you saying: init file (or spfile)? Where can I find these files?
    Registry entry (NLS_LANG) is correct, but when I'm using web based administration application I can see more NLS settings. Unfortunately I can't change them :(
    Using XE version I can't (I'm not sure about that) create another instance, there is only one instance created by installer. Is it possible to change NLS settings in this case?

  • How to change visibility property of a VC iView by clicking of a BI iView?

    Hi all!
    I have created four iViews: two speedometers with web application designer and two iViews with visual composer. I added the speedometers and a visual composer iView #1 to a portal page (default view). The requirement is that by clicking the speedometer #2, the visual composer iView #2 would replace visual composer iView #1 on the portal page. If the user then would select the speedometer #1 again by clicking it, visual composer iView #2 would replace #1 again and so on.
    I have read article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b65a5d-f397-2910-a78a-f5544f21c33b?quicklink=index&overridelayout=true, but it is more about filtering VC iView values with BI web items. I don't need to filter anything, just to change one iView to another in a portal view by clicking a third one. How can I check what values my web application with Z_SERVICEOUTBOUND template is transfering to VC?
    One solution might be¨to transfer any value to VC by clicking a speedometer and to change the visibility of the VC iViews according to that value (the speedometer #1 should in that case transfer other value to VC than speedometer #2). I don't know if that is possible with speedometers - you can't reference any characteristics or variables with it.
    If you have an idea, what would be the best way to accomplish this requirement, I would be very glad to hear about it! We are in VC 7.0.
    Points garanteed!
    Regards
    Sari

    Hi
    Since you are accesing the node containing the 'VISIBILITY' attribute you can use the following method to set the value
    lo_el_visible->set_attribute(
    exporting
    name = `VISIBILITY`
    value = 01 ). ""01 - none,02-visible
    and remove this code
    wd_context->set_attribute( EXPORTING name = 'VISIBILITY' value =
    abap_false ).
    Regards
    Tamil
    Edited by: Tamilselvan K on Aug 6, 2008 2:40 PM

  • How to change DataSource runtime in Oracle ADF.

    Hi All,
    In my requirement,Its seems to selecting dynamic data-source.let me explain my requirement i have a table in database username,passwords and schema name. from the login page i ll pass username,password and as drop-down I ll select schema.once i successfully logged-in can i access (execute, display data from ) selected schema from UI.in all sachems tables remain same but data is different.
    how to execute/change selected data-sources at run time if i am using Bc4J.
    please give me some solution.
    regards
    Siva

    Check Jobineshs blog http://jobinesh.blogspot.de/2011/04/modifying-application-modules-jdbc.html and Andrejus blog http://andrejusb.blogspot.de/2012/08/sample-application-for-switching.html
    Timo

Maybe you are looking for

  • Multiple Displays for a Mac Mini

    We are getting ready to use a Mac Mini at our church to run Keynote slides for Music and Sermon notes.  What do I need to do to run a monitor at teh Mina and then project presentation out to 4 TV's via HDMI?  I am fairly new to Mac...be kind

  • TimePicker in Apex 4.1

    Has anyone successfully incorporated this timepicker jQuery component (http://trentrichardson.com/examples/timepicker/) into their Apex app? I keep running into problems whereby including the necessary JS files (see below) for the TimePicker breaks t

  • Accrual Set Up

    Hi, I have created a accrual plan and attached the accrual element to my employee element entries. I want to see the plan details on the employee time card as well. I know we have a Preference for showing the same, I want to know what is the values w

  • JBO-26061 with Oracle 8i Lite.

    Hi: I am using J Developer3.1 with Oracle 8i Lite. I created the business objects. Tested the business objects using the Application tester. Every thing works fine. Create a Java Form add Connection inoformation and record set's and all the relations

  • "Firefox works fine till one day when i open it up it tells me " downloading updates will open soon" IT DON'T. and when I try to open it I get "error message OXC 0000056 "

    this happened every 2 or 3 days for about 2 weeks , When I reinstall the program it works ok. I have a 2010 HP with windows 7 64 bit.