Set credentials in OMS on Oracle 9i

I installed Oracle Management Server ( in Oracle 9i on Linux )
I started "oemapp console" and I loged to OMS ( user=sysman .....)
When I connected to database ( username=sys as sysdba ......),
I clicked on label "Save on Preferred Credential".
I checked if this option was saved in Configuration/Preferences/Preferred Credentials and nothing.I tried to set this option from this menu .The same.
Knows anybody what happend ?
[email protected]

PROBLEM: CAN NOT GET PREFERRED CREDENTIALS TO SAVE IN ORACLE 9i on REDHAT 9
SOLUTION: USING ROOT, EDIT THE FILE /etc/sysconfig/i18n
CHANGE THE FOLLOWING TWO LINES;
1.) LANG="en_US.UTF-8" to LANG="en_US"
2.) SUPPORTED="en_US.UTF-8:en_US:en" to SUPPORTED="en_US:en"
3.) Completely drop your OEM repository
4.) Restart your system
5.) Restart Oracle 9i (if it hasn't already been started)
6.) Create a new OEM repository
7.) Start the Intelligent Agent(s) ($orahome/bin/agentctl start)
8.) Start the OMS Server ($orahome/bin/oemctl start oms)
9.) Bring up the console ($ora_home/bin/oemapp console &)
10.) Log in with oms superadmin (default: sysman/oem_temp)
11.) Preferences/Preferred Credentials
12.) Set the username/password for a service (such as your node or database)
13.) Click on a different service and you will see a green check or red x in the right column. (make sure it is green by entering the correct user/pwd)
14.) Ok...you're set.
I spent a lot of frustration over getting this to work and read a post where you can't get it to work on RH9 due to a newer java thread lib. This is not altogether correct, as long as you use the correct java internationalization tokens as listed above, it will work.
I hope this helps save others time. This is the ONLY way I could get this to work without having to install a new kernel or some sort of patch (which doesn't exist...?)
GOOD LUCK!!
[email protected]

Similar Messages

  • Set Credentials Problem

    I'm trying to patch to Oracle Database Server Version 10.1.0.3 from 10.1.0.2. Using the Oracle Enterprise Manager 10g, when I get to step 3 (Set Credentials), enter Username and Password, I tried everything that I know, but I keep getting the same message below.
    The credentials could not be added or updated. All credentials failed validation. You must supply at least one set of valid credentials to continue. Check to ensure Caps Lock is not set and re-enter all credentials.
    E:\oracle\product\10.1.0\Db_1 - The password was incorrect. Check the spelling of your username and retype the password, making sure that caps lock is off.          
    Any suggestions?
    Thanks

    One of our servers (10.6.8)  that had been running for months suddenly started generating that error message when trying to access Server Preferences.  Workgroup Manager, which seems to use the same login information, accessed just fine. We tried deleting access information in Keychain, to no avail. What finally worked for US was:
    - Via Server Admin, (in Open Directory > Settings > General) change the Role: Open Directory from Master to Standalone
    - This (for us) then restored access to Server Prefs
    - Use Server Admin to change the Role back to Master
    Warnings - 1)  backup first  2) you will have to reinstall the master password, and  3) ALL accounts were lost and had to be recreated.

  • How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)

    How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)?
    The following is my configuration in the conf\mapViewerConfig.xml:
    <map_data_source name="mvdemo12"
    jdbc_host="127.0.0.1"
    jdbc_sid="orcl12c1"
    jdbc_port="1522"
    jdbc_user="mvdemo"
    jdbc_password="7OVl2rJ+hOYxG5T3vKJQb+hW4NPgy9EN"
    jdbc_mode="thin"
    number_of_mappers="3"
    allow_jdbc_theme_based_foi="true"
    editable="true"/>
    <!--  ****  -->
    But it does not work.
    After use "sqlplus mvdemo/[email protected]:1522/pdborcl", it connected to the Oracle database 12c.
    Does anyone know it?
    Thanks,

    For 11.1.1.7.1 use the syntax for jdbc_sid, i.e.
    //mypdb1.foo.com as described in the README,
    - MapViewer native (non-container) data sources can now use database service name in place of SID. To supply a db service name, you will use the same jdbc_sid attribute, but specify the service name with double slashes in front, such as follows:
      <map_data_source name="myds"
        jdbc_host="foo.com"
        jdbc_sid="//mypdb1.foo.com"
        jdbc_port="1522"
      />
    For 11.1.1.7.0 use a container_ds instead.
    i.e. instead of using
    <map_data_source name="my_12c_test"
                       jdbc_host="mydbinstance"
                       jdbc_sid="pdborcl12c"
                       jdbc_port="1522"
                       jdbc_user="mytestuser"
                       jdbc_password="m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q="
                       jdbc_mode="thin"
                       number_of_mappers="6"
                       allow_jdbc_theme_based_foi="false"
                       editable="false"
       />
    use
      <map_data_source name="my_12c_test"
                       container_ds="jdbc/db12c"
                       number_of_mappers="6"
                       allow_jdbc_theme_based_foi="false"
                       editable="false"
       />
    In my case the Glassfish 3.1.2.2 JDBC connection pool definition was
    Property
    url  jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name
    Uncheck the Wrap JDBC Objects option in Advanced panel, i.e. the Edit JDBC Connection Pool Advanced properties page.
    Add a JDBC resource for that newly created pool
    Use that in mapviewerconfig.xml as above

  • Setting Credentials in Reporting Services

    I am using SSRS 2005 and importing a report that runs fine in Visual Studio 2005 into an existing 3rd party Windows based software, part of which provides reporting functions already in use.  the third party software, as well as VS 2005 are on a Windows Server 2003 machine. After importing to the 3rd party software the error below occurs.
    "An attempt was made to set credentials for a data source 'Manitou' associated with the report. Report data source settings are specified in a way that prevents credentials from being submitted to the report server." 
    One issue that causes this problem is if the XML document I am importing has an entry of "Integrated Security = true"  However, the last three files I have imported trying to get this report to work do not have this entry, but I am still receiving this error. 
    What are some other causes for this error?

    I have solved the error ""An attempt was made to set credentials for a data source 'Manitou' associated with the report. Report data source settings are specified in a way that prevents credentials from being submitted to the report server."
    The problem was that there was a line in the .rdl file like <DataSourceReference>database name here</DataSourceReference>
    This is apparently not sufficient for Report Server authentication.  I found a working existing report that had
    <ConnectionProperties>
            <DataProvider>SQL</DataProvider>
            <ConnectString>Data Source=Server Name Here;Initial Catalog=database naem here</ConnectString>
          </ConnectionProperties>
    in the file.  I added this and removed the   "DataSourceReference" line, imported and it worked.

  • How to set default print orientation in oracle reports 6i?

    Can anyone please help how to set default print orientation of Oracle Reports 6i? Currently document is printed in Portrait orientation, but I need to print it in Landscape orientation. Is this possible?

    It is solved now. Go to Layout Model -> Main Section, Press F4. In the property pallet select the Orientation that is required to be selected when print is taken for that report.

  • How do you set up csv as an oracle external table

    How do you set up csv as an oracle external table?

    Hi,
    >>where do I specify which csv file to read from the external table..
    Please, read either the link provided by Andrew or the link that I have posted in my previous post.
    "# DEFAULT DIRECTORY - specifies the default location of files that are read or written by external tables. The location is specified with a directory object, not a directory path. See Location of Datafiles and Output Files for more information.
    # LOCATION - specifies the location of the external data. The location is specified as a list of directory objects and filenames. If the directory object is not specified, then the default directory object is used as the file location."
    Cheers
    Legatti

  • Oms in oracle 11g

    Hi,
    I am asked to install oracle 11.2 and OMS.
    I don't have any idea about OMS.
    How to configure that?
    Can i install and configure 11g and OMS in same machine(Vm ware).
    can i use the OMS for testing purpose?
    please anyone tell about download path for OMS.
    In oracle 9i ,OMS comes with Database software pack or separate pack?
    Edited by: user3266490 on Mar 29, 2010 7:28 PM

    Hi,
    Thanks for reply.what is the difference between OMS and Agent in Grid.
    both are comes same software/download or separate?
    If OMS/Agent is separate means, shall i place in two different machines like windows(OMS),Linux(Agent)?
    I red the meta link 412431.1 which says OMS supports oracle 11.1.0.6 , 11.1.0.7(but we have oracle 11.2).
    But Agents supports oracle 11.1.0.6 , 11.1.0.7,11.2.0.1 ( Note 953846.1).
    what are the patches i have to apply for oracle 11.2?

  • Volumes and Qtrees set up for SAP and Oracle

    Hi Gurus
    I Need your help Please
    I need to get Volumes and Qtrees set up for SAP and Oracle.
    I found a document from NetApp that helped a lot about the structure.
    But what I donu2019t know and canu2019t find anywhere is sizing for the volumes and Qtrees.
    I really need some guidelines on sizing these below:
    FlexVol saplog
    /usr/sap/SID
    /usr/sap/trans
    /sapmnt/SID
    /home/SIDadm
    /oracle/SID
    /oracle/SID/origlogA
    /oracle/SID/origlogB
    /oracle/SID/oraarch
    /oracle/SID/sapreorg
    /oracle/SID/sapbackup
    /oracle/SID/saparch
    FlexVol sapdata
    /oracle/SID/sapdata1
    /oracle/SID/sapdata2
    /oracle/SID/sapdataN
    FlexVol mirrlogs
    /oracle/SID/mirrlogA
    /oracle/SID/mirrlogB
    Thanks and appreciate your help

    > I have gone through the Inst Guide and I was surprised to see only 50 MB for Oracle software directory ?
    Where did you read that?
    > The sizing given in Installation guide is for typical setup or do we need to size as per our requirement ?
    The sizing give there is for the initial system setup. It does not contain customer specific requirements.
    The usual process is:
    - you contact your hardware vendor
    - you use http://service.sap.com/quicksizer together with him and fill in the data
    - the hardware vendor will offer you the storage and the machines for the setup
    - the vendor configures with you the storage and the necessary filesystem layout based on that sizing
    Each customers setup is different and requires the experience and knowledge from the respective hardware vendor how to set up the system so it performs well.
    You can follow the suggestions given here, this will be enough for the initial setup but the system will grow. This is not taken into account in the installation guide because it's customer specific.
    Markus

  • Any document id for set up the alerts in oracle EBS

    Hi,
    Any document id for set up of alerts in oracle EBS. Or any site address for basiscs of setup of oracle alerts.

    Hi,
    Please see "Oracle Alert User's Guide" available at:
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    You can also refer to:
    Note: 868449.1 - How To Determine If An Environment Is Set Up With Response Processing Alerts?
    Note: 396315.1 - Oracle Alert Documentation Resources, Release 12
    Note: 104698.1 - Setup & Usage (Oracle Alert)
    Note: 271367.1 - Oracle Alert Alert Check Setup Test
    Regards,
    Hussein

  • How to Set Basic compression attribute through Oracle ILM

    Hi,
    I have log a SR with Oracle with regard to this but they redirect to this forum.
    We have configured Oracle ILM in our environment. We have a requirement that after 3 years the data to be moved to a Low Cost Storage. We tested the same through Oracle ILM and it works fine for the above scenario.
    We have another requirement that after moved to Low Cost Storage Tier through Oracle ILM we also want to compress the data.
    When we set the compressed attribute through Oracle ILM it alwasy generated the script
    like the one below
    alter table test_user.range_part
    move partition year4
    tablespace part3
    compress for all operations -----------------Oracle Advanced Compression--------------
    update indexes;
    But we want some thing like below through Oracle ILM
    alter table test_user.range_part
    move partition year4
    tablespace part3
    compress -------------------Basic Compression----------------
    update indexes;
    Can you please help us how to set the Basic compression attribute through Oracle ILM.
    Thanks and Regards
    Ganesan Sivaraman

    Oracle support referred you here?
    Please post the SR number here or send it to me by email for follow-up (damorgan12c (at) gmail.com).
    Thank you.

  • Setting the Maximum age of Oracle changelog

    Hello.
    Thank you for replying my questions.
    I'll install Oracle Connector.
    I have to configure Oracle changelog.
    How do I set the maximum age of Oracle
    changelog like Retro changelog?
    I need your help.
    Thank you.
    Regards,
    Inju

    Using the Meta console you can find the "Data Servers" tab, on here you can find the configuration you need to flush the oracle changelog.
    See the following URl http://docs.sun.com/source/816-6337-10/db_conn.html#1027405
    What you're looking for is the "Flush Interval (minutes)".
    Paul Walker
    Sun Microsystems.

  • Host credentials  using Sudo su - oracle - linux

    Hi All:
    I recently installed GC 10.2.0.4 in linux environment. All our db servers are linux. Acces to the oracle user on these database servers is restricted in that DBAs have to login as themselves and sudo into oracle using their own password
    'sudo su - oracle'
    there is no way we can login/ssh into these servers as 'oracle'.
    as we know most of the functionality, including
    *cloning a database/oracle home
    *start/sto listener, database
    *run a sql script ....and many more require that we provide the Host credentials  i.e oracle userid/password. How do I accomplish that?  When I provided my own userid which is in 'dba' group , it did not work.
    In the setup->preferred credentials page for the hosts there is run as column which can be used to provide my userid and ask it to run as oracle. But this only works when I set at the default level for all hosts ,
    when I try to do the same for each host.. it does not allow me to do that .. the 'run as' feild is locked .... any ideas as to how I can fix this ?
    also , a lot of places it does not even care for the preferred credentials it again asks for host userid and apssword ... and looks like its willing to take no less than the 'owner' who installed the product ...namely 'Oracle'
    please help....

    Hi , I have done the sam (NB GC 10.2.0.4)
    1) installed EMCLI client as:-
    java -jar emclikit.jar client -install_dir=/usr/philw/em/
    2) Set-up emcli to post to our OMS as:-
    emcli setup -url="http://xxx.xxx.lan:xxxx/em" -username=xxxxx
    (where xxx.xxx.lan:xxxx/em is out hosytname:port
    and -username = the owner of oms)
    3) The created priv delegation setting as:-
    emcli create_privilege_delegation_setting -setting_name=ELBRUS_Setting
    -setting_type=SUDO -settings="SETTINGS:/usr/bin/sudo –S –u %RUNAS%
    %command%"
    4) Then applied to target
    emcli apply_privilege_delegation_setting -setting_name=ELBRUS_Setting -target_type=host
    -target_names="targethostname"
    give the message Apply Sudo/Powerbroker Settings operation successfully submitted.
    Now I want to via Oracle Grid Control to be able to perform a Backup as me (philwilliams) but doing a sudo to the oracle
    account.
    [1] Sudo works on the target host
    i.e which sudo
    /usr/bin/sudo This matches the path in the create privs command
    [2] I can on the host so a sudo to oracle OK
    [3] However when in GC I cannot select the credntial so do as run as?
    I have RTFM ;-) but think I am missing something obvious ? Any Ideas

  • Character set mismatch in copying from oracle to oracle

    I have a set of ODI scripts that are copying from a source JD Edwards ERP database (Oracle 10g) to a BI datamart (Oracle 10g) and all the original scripts work OK.
    However I have mapped on to some additional tables in the ERP source database and some new BI tables in the target datamart database (oracle - to - oracle) but get an error when I try ro execute these.
    The operator log shows that the error is in the 'INSERT FLOW INTO I$ TABLE' and the error is ORA-12704 character set mismatch.
    The character set for both Oracle databases are the same (and have not changed) the main NLS_CHARACTERSET is AL332UTF8 and the national NLS_NCHAR_CHARACTERSET is AL16UTF16.
    But this works for tables containing NCHAR and NUMBER in previous scripts but not for anything I write now.
    The only other difference is that there was a recent upgrade of ODI to 10.1.3.5 - the repositories are also upgraded.
    Any ideas ?

    Hi Ravi,
    yes, a gateway would help. In 11.2 Oracle offers 2 kind of gateways to a SQL Server - a gateway for free which is based on 3rd party ODBC drivers (you need to get them from a 3rd party vendor, they are not included in the package) and called Database Gateway for ODBC (=DG4ODBC) and a very powerful Database Gateway for MS SQL Server (=DG4MSQL) which allows you also to execute distributed transactions and call remote SQL Server stored procdures. Please keep in mind that DG4MSQL requires a separate license.
    As you didn't post which platform you're going to use, please check out On "My Oracle Support" (=MOS) where you'll find notes how to configure each gateway for all supported platforms - just look for DG4MSQL or DG4ODBC
    On OTN you'll find the also the manuals.
    DG4ODBC: http://download.oracle.com/docs/cd/E11882_01/gateways.112/e12070.pdf
    DG4MSQL: http://download.oracle.com/docs/cd/E11882_01/gateways.112/e12069.pdf
    The generic gateway installation for Unix: http://download.oracle.com/docs/cd/E11882_01/gateways.112/e12013.pdf
    and for Windows: http://download.oracle.com/docs/cd/E11882_01/gateways.112/e12061.pdf

  • Setting up a domain using Oracle DB.

    I creating a domain manually applying portal template using our own WLST script. We successfully applied workshop extension but whenever we try to apply the personalization extension we go the following exception:
    WARNING] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:453)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [WARNING]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [WARNING]      at java.lang.reflect.Method.invoke(Method.java:597)
    [WARNING]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [WARNING]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [WARNING]      at org.python.core.PyObject.__call__(PyObject.java:258)
    [WARNING]      at org.python.core.PyInstance.invoke(PyInstance.java:244)
    [WARNING]      at org.python.pycode._pyx3.updateDomain$19(/tmp/WLSTOfflineIni7284856197490404440.py:89)
    [WARNING]      at org.python.pycode._pyx3.call_function(/tmp/WLSTOfflineIni7284856197490404440.py)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:256)
    [WARNING]      at org.python.core.PyFunction.__call__(PyFunction.java:169)
    [WARNING]      at org.python.pycode._pyx16.f$0(/tmp/wlst_8685525951102029317.py:65)
    [WARNING]      at org.python.pycode._pyx16.call_function(/tmp/wlst_8685525951102029317.py)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [WARNING]      at org.python.core.PyCode.call(PyCode.java:14)
    [WARNING]      at org.python.core.Py.runCode(Py.java:1135)
    [WARNING]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    [WARNING]      at weblogic.management.scripting.WLST.main(WLST.java:129)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [WARNING]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [WARNING]      at java.lang.reflect.Method.invoke(Method.java:597)
    [WARNING]      at weblogic.WLST.main(WLST.java:29)
    [WARNING] Caused by: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor.runGenerator(ScriptExecutor.java:2817)
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor.updateDomain(ScriptExecutor.java:834)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:449)
    [WARNING]      ... 25 more
    [WARNING] Caused by: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:159)
    [WARNING]      at com.bea.plateng.domain.security.SQLAuthenticatorHandler.loadSQLAuthenticatorFile(SQLAuthenticatorHandler.java:265)
    [WARNING]      at com.bea.plateng.domain.TemplateImporter.generate(TemplateImporter.java:427)
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor$2.run(ScriptExecutor.java:2785)
    [WARNING]
    [WARNING] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    The oracle DB has all scripts already applied even the the user has been created using the SQLAuthenticator.sql
    This is blocking our development environment and we cannot proceed usign oracle.
    Here is also the WLST script that we are using to create the domain.
    from java.lang import String
    from java.io import File
    #=======================================================================================
    # This script creates a weblogic domain from a domain template
    # It will also extend the domain if any extension templates are defined
    #=======================================================================================
    print 'Start domain creation...'
    print ''
    #=======================================================================================
    # Create domain from a domain template only if there's no existing domain already created
    #=======================================================================================
    domainDir=File('.../wls_domains/repairsDomain')
    if domainDir.exists():
    print 'Found existing domain at .../repairsDomain'
    print 'Remove the directory if you want to create a brand-new domain'
    print ''
    else:
    # create a brand new domain from domain template, currently we just use wls.jar
    # which comes with weblogic installation
    print 'Creating domain using template .../bea/wlserver_10.3/common/templates/domains/wls.jar'
    readTemplate('.../bea/wlserver_10.3/common/templates/domains/wls.jar')
    # update server properties: name, listen address, listen port
    cd('/Server/AdminServer')
    cmo.setName('AdminServer')
    cmo.setListenAddress('0.0.0.0')
    cmo.setListenPort(int('10004'))
    # Reset the login id and password
    cd('/Security/base_domain/User')
    delete('weblogic','User')
    create('system','User')
    cd('/Security/base_domain/User/system')
    cmo.setPassword('weblogic')
    # - CreateStartMenu: Disable creation of Start Menu shortcut.
    setOption('CreateStartMenu', 'false')
    # - ServerStartMode: Set mode to development.
    setOption('ServerStartMode', 'dev')
    # - OverwriteDomain: Enable overwrite domain, when saving, if one exists.
    setOption('OverwriteDomain', 'true')
    # Write the base domain and close the base domain template.
    writeDomain('.../repairsDomain')
    closeTemplate()
    print 'Server AdminServer will be listening at address 0.0.0.0 on port 10004'
    print 'Domain repairsDomain successfully created in .../repairsDomain'
    print ''
    #=======================================================================================
    # Apply extension templates if there's any
    #=======================================================================================
    extensionDomainTemplates=String('.../.m2/repository/com/vzb/domains/weblogic-workshop/1.2-SNAPSHOT/weblogic-workshop-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-p13n/1.2-SNAPSHOT/weblogic-p13n-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-portal-content/1.2-SNAPSHOT/weblogic-portal-content-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-portal/1.2-SNAPSHOT/weblogic-portal-1.2-SNAPSHOT.jar')
    if extensionDomainTemplates.length() != 0:
    templates=extensionDomainTemplates.split(File.pathSeparator)
    for template in templates:
    print 'Extending domain using template ' + template
    readDomain('.../repairsDomain')
    addTemplate(template)
    updateDomain()
    closeDomain()
    We migrate templates to maven so we can replace DB settings.

    Marcus,
    I can't answer your specific question but I suggest you browse some of the OAS and WebDB documentation. Click the documentation link on the left of this page. You could also take a look at some of the technical white papers available at www.oracle.com.
    Blaise

  • Use of parameter sets with prepared INSERTS via Oracle's ODBC driver 8.1.6.4

    Oracles ODBC driver, version 8.1.6.4, allows for driver configuration of three different batch auto commit modes. If I select COMMIT ALL SUCCESSFUL STATEMENTS and cause my app to execute a prepared and parameterized INSERT statement that makes use of parameter value sets, all records up to the first record that causes an error are committed. What is happening? The driver returns only one diagnostic record, with SQLGetDiagField returning the index of the bad record through the [SQL_DIAG_ROW_COUNT] field. Regardless of whether SQLExecute executed successfully or not, the [SQL_ATTR_PARAM_OPERATION_PTR]/ [SQL_ATTR_PARAM_STATUS_PTR] buffers are not initialized by the driver. Even more so, the drive returns SQL_PARC_NO_BATCH for SQLGetInfo when [SQL_PARAM_ARRAY_ROW_COUNTS] is passed. Does anyone know if the driver fully or partially or does not support use of parameter value sets. If it is only partial implementation, ignoring the parameter operation and status buffers, in my opinion, greatly diminishes any real use of parameter value sets. Does anyone known if the above problems disappear with use of Oracles ODBC driver, version 8.1.7.3.0?
    All help is greatly appreciated,
    Chris Simms
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Justin Cave ([email protected]):
    What version of the database do you have on the back end?
    Justin<HR></BLOCKQUOTE>
    Oracle8i version 8.1.6. Looking at the specs that come with the ODBC driver upgrades, version 8.1.7.3.0 [which requires Oracle*i version 8.1.7] and 8.1.6.4, it seems that similar enhancements/fixes were made to both. I honestly do not know if what I am attempting is possible with either of the ODBC drivers. I really would prefer not to have to drop down to programming using OCI.
    Chris
    null

Maybe you are looking for

  • Images missing from gallery N85

    The image gallery on my N85 has suddenly stopped showing all the images in the 'Captured' library (where they are split into months). If I select 'All' from the options I can view all photos taken on the phone, but I'd like them in the months folders

  • Making Photoshop default application to open RAW images

    Situation: I had to reload Photoshop to resolve some problems. Problem: Now, when I highlight a RAW file and then right click to open it, Photoshop does not appear after I click <Open with>. Other options appear, but Photoshop does not. Although: I c

  • Getting error in function aia:getSystemType

    Hi All, We are using Oracle Telecom PIPs and in one of its flow, the function aia:getSystemType is not returning any values though we have configured the systems in AIA Console. We are getting some error in the SOA_Server1.out logs. the errors are li

  • Creating Point of Delivery in background

    Hi,   I have a requirement of creating the Point of delivery in background from Workflow.   Is there any standard class, Funtion module for this? I have found one class CL_ISU_POD. Can we use this for POD creation?   Can anyone help me on this??? Tha

  • No keyStoreManager, Portal not set up properly?

    Hi all, We've set up a CE 7.1 with EP 7.1. Now I want to create systems (connections to ERP, PI), SSO and also JCo connections. The problems are: - The KeyStoreManager is not available (Systemadministration/Systemconfiguration/KeyStoreManager). The l