Bind adhoc-query to Grid-Control

Help! I'm stuck ;-)
Tried to bind my query to a gridControl:
DbAccess dba = sessionInfo1.get DbAcess();
ScrollableRowsetAccess sra = null;
sra = (ScrollableRowsetAccess)dba.executeRetrieval(
"Select ENAME from EMP",
"infobus:/oracle/sessionInfo1/new_ename",
null);
gridControl1.setDataItemName(
"infobus:/oracle/sessionInfo1/new_ename");
But the grid always comes up empty.... If I use an
ImmediateAccess and System.out.println in a while(sra.next())
the data is properly displayed from the Rowset.... so its good
to that point.
So how do I bind the adhoc-qyuery to the GrodControl??????
Thanks for all your help!
--RD
null

I have been trying all month....Please see my 05Aug postings...
With binding an Adhoc query to GridControl approach,
I have tried various things to get the data to display:
Like trying to use some AttributeInfo to supply ColumnMetaData
etc... which is why I believe that my bind does not supply
any visible data in the GridControl....
In general, the best I have achieved in calling stored procedures
and showing the results in a GridControl is to use the wizard to
create a GridControl, then modify the setQueryInfo to use
the Column_Names as an alias for my functions()....
ForExample
From:
DEPTMasterIter.setQueryInfo(new QueryInfo(
"DEPTMasterIterViewUsage",
"AdHock.SCOTT_DEPT",
"SCOTT.DEPT.DNAME",
"SCOTT.DEPT",
null,
null,
null));
To: (this works but I can't control the ColumnName that is
displayed in the GridControl)
DEPTMasterIter.setQueryInfo(new QueryInfo(
"DEPTMasterIterViewUsage",
"AdHock.SCOTT_DEPT",
" funcX() DNAME",
"DEPT",
null,
null,
null));
If I can get the Adhoc query to bind and/or any other way to
bind JDBC "result sets" to the Infobus & GridControls, it would
be a big help in working with data from my Server-side PL/SQL
functions and procedures...
THANKS again for looking into this for me!!!!
--RD
R Dorsey (guest) wrote:
: Help! I'm stuck ;-)
: Tried to bind my query to a gridControl:
: DbAccess dba = sessionInfo1.get DbAcess();
: ScrollableRowsetAccess sra = null;
: sra = (ScrollableRowsetAccess)dba.executeRetrieval(
: "Select ENAME from EMP",
: "infobus:/oracle/sessionInfo1/new_ename",
: null);
: gridControl1.setDataItemName(
: "infobus:/oracle/sessionInfo1/new_ename");
: But the grid always comes up empty.... If I use an
: ImmediateAccess and System.out.println in a while(sra.next())
: the data is properly displayed from the Rowset.... so its good
: to that point.
: So how do I bind the adhoc-qyuery to the GrodControl??????
: Thanks for all your help!
: --RD
null

Similar Messages

  • Query regarding GRID CONTROL

    Hi,
    I am using Oracle version 10.2.0.1.
    I want to install GRID CONTROL on top of this installation. For this I will be installing OMA(Oracle Management Agent) first.
    My query is, can I straighaway install OMA version 10.2.03 over Oracle database version 10.2.0.1? Or do i need to patch firstly the base oracle database version from 10.2.0.1 to 10.2.0.3 then only I can install OMA version 10.2.0.3 over it.
    Thanks in advance.
    Regards
    Edited by: user12302569 on Sep 9, 2010 4:56 PM

    user12302569 wrote:
    Hi,
    I am using Oracle version 10.2.0.1.
    I want to install GRID CONTROL on top of this installation. For this I will be installing OMA(Oracle Management Agent) first.
    My query is, can I straighaway install OMA version 10.2.03 over Oracle database version 10.2.0.1? Or do i need to patch firstly the base oracle database version from 10.2.0.1 to 10.2.0.3 then only I can install OMA version 10.2.0.3 over it.
    Yes .. you can install OMA and I would suggest you to install 11G agents as they are available now and have more feature. Agent version doesn't depend on database version. An agent can monitor all supported versions of Oracle database(depends on agent version) .
    For agent-monitored targets certification , please check MOS note:
    Oracle Enterprise Manager Grid Control Certification Checker [ID 412431.1]
    What is your OMS version by the way ?
    OMA agent doesn't work standalone and you need to have OEM Grid control installed before installing agent on a target server.
    For OEM Grid , please refer to :
    http://www.oracle.com/technetwork/oem/grid-control/downloads/index.html
    http://www.oracle.com/technetwork/oem/grid-control/documentation/index.html
    Regards
    Rajesh

  • How to view v$_sql_bind_capture bind values through EM Grid Control?

    Last week I stumbled upon having the options to show the bind variables to a sql statement. I can no longer find how to get back to this. Can someone guide me to the spot?
    Regards,
    Joe

    there are intresting undocumented dbms_xplan.display_cursor options for bind values and I guess these strange data inside v$sql.bind_data is input for these options, like;
    dbms_xplan.display_cursor(sql_id, 0, 'basic +PEEKED_BINDS')
    dbms_xplan.display_cursor(sql_id, 0, 'ADVANCED')
    dbms_sqltune.extract_binds(bind_data) http://optimizermagic.blogspot.com/2008/02/displaying-and-reading-execution-plans.html
    http://arkzoyd.blogspot.com/2007/04/valeurs-des-variables-bind-sans-10046.html
    SELECT t2.*, t1.sql_id, t1.elapsed_time
      FROM (SELECT *
              FROM v$sql b
             WHERE b.bind_data IS NOT NULL
               AND b.parsing_schema_name NOT LIKE 'SYS%') t1,
           TABLE(dbms_xplan.display_cursor(t1.sql_id,
                                           0,
                                           'basic +PEEKED_BINDS')) t2;
    SELECT dbms_sqltune.extract_binds(bind_data) bind, sql_text
      FROM v$sql
    WHERE sql_id = '07w3mujspwj2q';If somehow I can guarantee v$sql.bind_data to be published for each bind value and kept stored in AWR I guess I will be able to handle this problem, still investigating :)
    Thank you for your intrest.

  • Will Oracle9i Dataguard broker work with Oracle10g Grid control ?

    Hello all,
    I have recently configured Oracle9i dataguard using Dataguard broker and it's currently working fine but I am not sure if this could be managed with Oracle10g Grid control as it does for Oracle10g dataguard (i.e. Switch-over, Protection mode switching and so on ..)
    I would appreciate if anyone could enlighten me further on this as I have not been able to find any proper document to provide me with the appropriate answer .
    Thanks..

    Ram,
    For your JBCL questions:
    JBCL 2.0 WILL be included in the production release of JDeveloper
    2.0, but will not be visible on the palette by default. You can
    add it back in if you really want to use JBCL.
    For more info on this decision and why we are recommending Swing,
    over JBCL see the post titled 'Which Oracle JDeveloper 2 GUI Lib
    for database access' dated March 26. It includes plenty of
    detail.
    As for your gridControl question:
    You can use a picklist with a gridcontrol, but there's not an
    'automatic' way to do it (i.e. via the properties sheet). You
    need to create a new rowsetinfo object that contains your query
    for the picklist. Then bind this rowsetinfo object to a Swing
    list control or combobox control. Finally, you need to hook the
    list control to the cell of the grid you want the list to appear
    in.
    - L
    Ram (guest) wrote:
    : Hi
    : I got a reply to my field control painting problem from Mark
    : Tomlinson saying that JBCL 2.0 is not included in the
    production
    : release of Jdev 2.0.
    : Any way Oracle has recommended using of Swing based DAC
    : Gridcontrol.I am using a oracle.dacf.gridcontrol.But I cant get
    : a picklist to popup using this.
    : I have a few questions here
    : 1. How do i get a picklist popping using
    oracle.dacf.gridcontrol
    : 2.At present i am using the same popup picklist item editor in
    : JBCL.If this is not included in the production release how Dom
    i
    : get this going
    : 3.Do you recommend not to use JBCL any more??
    : THanks
    : Ram
    null

  • Grid Control in Servlet?

    Hi guys,
    I am new in servlet, Please advice how
    can i have GridControl in servlet?
    Thx
    Ali

    Ram (guest) wrote:
    : Hi,
    : I am developing an application which has a client side applet
    : and talking to a servlet which hold the database connection.
    : I am able to coonect the applet and from the client applet If
    i
    : pass aquery I get the output back in the applet in HTML
    format.
    : My problem is , that i am using a grid control in my
    applet.How
    : do I specify the query dataset for the grid control, since the
    : conn is in the servlet in the middle tier and also how do i
    : populate the grid control with the data I get from the servlet
    : which at present is in formatted HTML.
    : In the online manual I could find that we could stream the
    : querydataset object itself using but I am not able to find the
    : class,methods or interfaces for DataSetData which implements
    : io.serializable.
    : What is the best way to do this, Can u please help me
    : Thanks
    : Ram
    1. Have the Servlet return a result set instead of an html table
    2. Use the Database.resultToDataSet(resultset) method to provide
    a data set
    3. bind the grid control to that data set gridcontrol.setDataSet
    (dataset-returned from step 2.)
    Federico
    null

  • How to add check box in SAP B1 grid controls..

    hi all,
    Anyone know how to add check box in SAP grid control?
    It will be great if you could show me some sample code.
    thanks.
    regards,
    sohch

    Hi Sohch,
    1. First of all you should define the Column in a matrix as it_CHECK_BOX. Like
            oColumns = oMatrix.Columns
            oColumn = oColumns.Add("chk_YesNo", SAPbouiCOM.BoFormItemTypes.it_CHECK_BOX)
            oColumn.TitleObject.Caption = "YesNo"
            oColumn.Width = 60
            oColumn.Editable = True
    2. Bind it with a DBDataSource as defined
            oColumn = oColumns.Item("chk_YesNo")
            oColumn.DataBind.Bind("UDTable", "U_YesNo")
    3. Make Sure that the value that is being put into the Database is either 'Y' or 'N'.
    Hope this Helps
    Rizwan Hafeez
    Team Lead
    SAP Addon Development Section
    Abacus Consulting - Pakistan

  • Hiding a column Attribute in the Grid Control in a DAC form.

    Hi,
    My RowsetInfo has a Image AttributeInfo and other kinds of AttributeInfo.I wanted to display the image in a seperate area in the form.The remaining Attributes would come in form as a detail grid.
    However, since I bind the Grid control to my rowsetInfo, and also since my rowsetinfo has an image AttributeInfo, I see an Image column there(which ofcourse contains references to these Image objects!!).
    I would want to hide this column in the grid.How do I go about it?Do I need to create a seperate rowsetinfo for the Image controlor there is a workaround for this?
    Any ideas??
    --Sandeep                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    Going through the previous discussions in this forum, I had also tried the following :
    JTable table = detailGrid.getTable();
    TableColumnModel tableColumnModel =
    table.getColumnModel();
    table.removeColumn(tableColumnModel.
    getColumn(1));
    This doesnot seem to work.I get the following exception:
    java.lang.ArrayIndexOutOfBoundsException: 1 >= 0
    java.lang.Object java.util.Vector.elementAt(int)
    javax.swing.table.TableColumn
    javax.swing.table.DefaultTableColumnModel.getColumn(int)
    void DAC2Package.DAC2Frame.jbInit()
    void DAC2Package.DAC2Frame.<init>()
    void DAC2Package.DAC2Application.<init>()
    void DAC2Package.DAC2Application.main(java.lang.String[])
    Since I have quite a few number of columns in the GridControl, I shouldnot be getting this
    exception in the first place.
    Also, I donot understand why
    tableColumnModel.getColumnCount() prints zero in the console.
    Thanks in advance,
    Sandeep
    null

  • Error creating a user defined report in the grid control

    I am trying to create a simple User Defined report in the Grid OEM
    Under the 'Elements' tab I have a 'Type' - 'Database Table from SQL'
    And I have this 'Statement' - SELECT * FROM SYS.DBA_USERS
    When I Click the 'Preview' button I get this error.
    Error rendering element. Exception: ORA-00942: table or view does not exist
    I'm logged on as SYSTEM.
    Isn't the SYS.DBA_USERS table accessible by SYSTEM?
    Any advice on what I'm doing wrong/
    Edited by: bfee_sdc on Oct 19, 2010 9:12 AM

    What are the tricks?
    It has to be some what supported since I found this somewhere in an Oracle note...
    How to create custom reports on tables other than mgmt* views.
    To create reports on other tables, grant permissions to MGMT_VIEW user as MGMT_VIEW is responsible for creating reports in grid control
    SQL> GRANT SELECT on SYSMAN.<table_name> to MGMT_VIEW;
    And then create the reports in the reporting framework referencing SYSMAN.<table_name> in the query.
    I tried GRANT SELECT on SYS.DBA_USERS to MGNT_VIEW but this did not work.

  • OEM grid control installation

    hi
    i am trying to install the OEM grid control on my machine configured with statis IP address
    After installation when configuration assistants start to configure. i face the following error continuously.
    java security configuration assistan fails with the following errors
    jaznca.log at "E:\oracle\product\10.1.0\em\cfgtoollogs" contains the following
    Oracle JAAS [Fri Mar 10 18:01:55 GMT+05:00 2006]: exception: null
    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:324)
    at oracle.security.jazn.util.JAZNInstallHelper.resync(Unknown Source)
    at oracle.security.jazn.util.JAZNInstallHelper.setCredentials(Unknown Source)
    at oracle.security.jazn.util.JAZNInstallHelper.main(Unknown Source)
    Caused by: oracle.ias.sysmgmt.exception.TaskException: TaskMaster initialization failed.
    Root Cause: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
    Resolution: check the system configuration and make sure that the client can access the repository database.
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
    at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
    at oracle.security.jazn.smi.DcmUtil.resyncInstance(Unknown Source)
    ... 7 more
    I started the OPMN manually and clicked on RETRY to configure this assistant. again failed and now
    jaznca.log contains the following
    Oracle JAAS [Fri Mar 10 18:06:50 GMT+05:00 2006]: exception: null
    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:324)
    at oracle.security.jazn.util.JAZNInstallHelper.resync(Unknown Source)
    at oracle.security.jazn.util.JAZNInstallHelper.setCredentials(Unknown Source)
    at oracle.security.jazn.util.JAZNInstallHelper.main(Unknown Source)
    Caused by: java.lang.Exception: At instance:EnterpriseManager0.lhrpc419.lhr.systemsltd.com Error:See base exception for details.
    Base Exception:
    oracle.ias.sysmgmt.exception.TaskException:OPMN process startup has timed out.
    Resolution: Try starting the OPMN process using the command line utility "$ORACLE_HOME/OPMN/bin/OPMNctl start". If the OPMN process does not start check the log files in $ORACLE_HOME/OPMN/logs for more information.See base exception for details.
    at oracle.security.jazn.smi.DcmUtil.resyncInstance(Unknown Source)
    ... 7 more
    ons.log at "E:\oracle\product\10.1.0\em\opmn\logs" contains following
    06/03/10 18:05:32 [4] ONS server initiated
    06/03/10 18:05:47 [4] Logging disabled
    06/03/10 18:05:49 [4] ONS server initiated
    06/03/10 18:05:49 [2] BIND (No error)
    06/03/10 18:05:49 [2] 0.0.24.56:6200 - listener BIND failed
    06/03/10 18:05:49 [4] Listener thread 860: 192.168.0.70:6200 (0x401) terminating
    06/03/10 18:05:49 [2] BIND (No error)
    06/03/10 18:05:49 [1] Local listener terminated
    can you guide that how to catter with this?
    regards

    Are you doing the Grid Control installation into a new Oracle Home? I would try a fresh installation...Typically, the installation itself is fairly straightforward..

  • How to monitor ODI in Grid Control

    Hello
    We are using Grid Control 11.1.0.1.0 and ODI 11.1.1.5.0.
    We were previously using a grep command on the server that ODI was running from to monitor if it was up or not.
    Since the (OEM) upgrade we have lost this metric and would like to take a more elegant approach to monitoring the state of ODI.
    (We didn't install ODI as part of a WebLogic Server install, it is stand alone and therefore the plugins or usual way to monitor are not relevant to us.)
    Is there a way I can have Grid (via a UDM for instance) go into the database and query for a process?
    If the process is found then no alert is sent. This also means that we will only have to blackout the database during cold backups instead of the whole server.
    Hopefully this makes sense and hopefully someone can give me a few hints / tips on how to achieve this?
    Thanks.

    You can find info about the backups in sysman.mgmt$ha_backup. But only one entry per database can be seen. So only for the latest rman job you will find info here.
    You could also start using a rman catalog that will contain all backup info (example http://oracleinstall.wordpress.com/2011/06/03/oracle-11g-rman-catalog-setup/). You can create reports/queries on the rman repository to get the info you need.
    Or even better: create a rman repository and schedule the rman jobs using Grid/Cloud Control.
    Eric

  • Adhoc Query Join Problem

    Hi All,
    I have created a query on PNP logical database which looks very simple, Lets say it has pernr, first name, last name, and Mailing ZIP on the output. P0006-SUBTY = 'MAIL'
    Now, the problem is .... if someone do not have mailing address subtype populated then that pernr's record is not appearing on the output. ZIP should be blank if the Mailing Address subtype is not saved for that pernr.
    I am using PNP in my infoset so I think I do not have any control over the joins, PNP should not behave like this I guess, is it normal behavior or it can be fixed? or this is one of the reasons to go for Custom ABAP Reports as it cannot be done in SQ01?
    Is the only solution through Adhoc queries to add all these PA tables in Inner Joins instead of using PNP, in SQ02?
    Thanks in advance.

    It is a common behavior of Adhoc query in PNP. You will need to create custom fields and put logic for subtypes. Using joins is not a good solution, for performance issues you cannot join many tables and HR tables have begda and endda in tables which may create problems for proper joins.

  • Error while installation Grid Control 11g

    Hi all expert,
    I want to install OEM Grid Control 11g for studying purpose depending on link [http://oracle-base.com/articles/11g/GridControl11gR1InstallationOnOEL5.php|http://oracle-base.com/articles/11g/GridControl11gR1InstallationOnOEL5.php] . But I can not apply "WDJ7" patch because I don't have Metalink account. So I go to the next step to install Grid Control 11g. Everything is successful until Configuration assistant "Repository Configuration" operation. The error occurs at the screen as show in the picture http://oracle-base.com/articles/11g/images/oemgc11g/31-gc-installation-progress-details.jpg .
    Content of file log: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/emschema.log
    2010-11-16 20:46:12,867 [main] INFO emschemamanager.overalllog - ===================New SchemaManager Session ====================2010-11-16 20:46:12,871 [main] INFO emschemamanager.overalllog - starting client session with schemamanager ...
    2010-11-16 20:46:12,871 [main] INFO emschemamanager.overalllog - validating connect string...
    2010-11-16 20:46:12,879 [main] INFO emschemamanager.overalllog - done validating connect string....
    2010-11-16 20:46:12,880 [main] INFO emschemamanager.overalllog - basic connection sting validation done ...
    2010-11-16 20:46:12,880 [main] INFO emschemamanager.overalllog - get a SchemaManager...
    2010-11-16 20:46:12,952 [main] INFO emschemamanager.overalllog - role is found null for user: SYSMAN assuming this is transx action
    2010-11-16 20:46:12,953 [main] INFO emschemamanager.overalllog - creating a EMSchemaManager ...
    2010-11-16 20:46:12,953 [main] INFO emschemamanager.overalllog - schema manager is created for non-rcu based action
    2010-11-16 20:46:12,954 [main] INFO emschemamanager.overalllog - no connection object is created, as this action needs rcu action in parallel to be done
    2010-11-16 20:46:12,954 [main] INFO emschemamanager.overalllog - done creating a EMSchemaManager ...
    2010-11-16 20:46:12,955 [main] INFO emschemamanager.overalllog - no action in parallel to transx action
    2010-11-16 20:46:12,960 [main] INFO emschemamanager.overalllog - Creating a RCU Driver..., process_id=ob5ndvbp972c
    2010-11-16 20:46:13,154 [main] INFO emschemamanager.overalllog - logger operation's effective process id: ob5ndvbp972c
    2010-11-16 20:46:13,155 [main] INFO emschemamanager.overalllog - Creating a RCU Driver...
    2010-11-16 20:46:13,155 [main] INFO emschemamanager.overalllog - performing transx action
    2010-11-16 20:46:13,401 [main] INFO emschemamanager.overalllog - rcu log location is found null in system
    2010-11-16 20:46:13,404 [main] INFO emschemamanager.overalllog - setting up a fresh action logger path...
    2010-11-16 20:46:13,406 [main] INFO emschemamanager.overalllog - action logger path calculated: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/
    2010-11-16 20:46:13,408 [main] INFO emschemamanager.overalllog - action logger path is : /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/
    2010-11-16 20:46:13,409 [main] INFO emschemamanager.overalllog - setting up default params
    2010-11-16 20:46:13,416 [main] INFO emschemamanager.overalllog - new RCU session : create loggers
    2010-11-16 20:46:13,416 [main] INFO emschemamanager.overalllog - action logger path calculated: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/
    2010-11-16 20:46:13,431 [main] INFO emschemamanager.overalllog - action logger path calculated: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/
    2010-11-16 20:46:13,432 [main] INFO emschemamanager.overalllog - created logger: oracle.sysman.em.emdrep.emschema.ob5ndvbp972cprocessLogger hash: 1220081709
    2010-11-16 20:46:13,433 [main] INFO emschemamanager.overalllog - starting transx thread...
    2010-11-16 20:46:13,446 [main] INFO emschemamanager.overalllog - coming back to caller's thread after starting transx thread...
    2010-11-16 20:46:20,201 [ob5ndvbp972c] INFO emschemamanager.overalllog - got a shared connection helper>
    Content of file log: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/emschema.log.TRANSX
    >
    2010-11-16 20:46:13,432 [main] INFO emschema.ob5ndvbp972c - created action logger....
    2010-11-16 20:46:13,455 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - logger is set properly..
    2010-11-16 20:46:18,462 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection is null, creating a new one
    2010-11-16 20:46:25,090 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 0
    2010-11-16 20:46:25,091 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - reason:connection excep-tion
    2010-11-16 20:46:25,091 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 1
    2010-11-16 20:46:31,110 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection is null, creating a new one
    2010-11-16 20:46:34,163 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 2
    2010-11-16 20:46:34,170 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - reason:connection excep-tion
    2010-11-16 20:46:34,171 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 3
    2010-11-16 20:46:40,178 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection is null, creating a new one
    2010-11-16 20:46:42,457 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 4
    2010-11-16 20:46:42,458 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - reason:connection excep-tion
    2010-11-16 20:46:42,459 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 5
    2010-11-16 20:46:48,466 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection is null, creating a new one
    2010-11-16 20:46:51,117 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 6
    2010-11-16 20:46:51,118 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - reason:connection excep-tion
    >
    Content of log file: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0845_PM/m_111610_0845_PM.CREATE/emschema.log.CREATE
    >
    2010-11-16 20:45:10,455 [vak82od5f29j] ERROR emschema.vak82od5f29j - oracle/core/ojdl/logging/ODLLevel
    2010-11-16 20:45:12,482 [vak82od5f29j] ERROR emschema.vak82od5f29j - Cannot set session to current user SYSMAN:ORA-01435: user does not exist
    2010-11-16 20:45:12,703 [vak82od5f29j] ERROR emschema.vak82od5f29j - ORA-06550: line 1, column 13:
    PLS-00201: identifier 'EM_UPGRADE_UTIL.GET_LAST_PHASE' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    2010-11-16 20:45:12,713 [vak82od5f29j] ERROR emschema.vak82od5f29j - Runtime Exception thrown:null
    2010-11-16 20:45:12,716 [vak82od5f29j] ERROR emschema.vak82od5f29j - java.lang.NoClassDefFoundError: oracle/core/ojdl/logging/ODLLevel
    2010-11-16 20:45:12,780 [vak82od5f29j] ERROR emschema.vak82od5f29j - Runtime Exception thrown:null
    2010-11-16 20:45:12,884 [vak82od5f29j] ERROR emschema.vak82od5f29j - Running RCU Failed with Exception Trace
    oracle/core/ojdl/logging/ODLLevel
    2010-11-16 20:45:12,950 [vak82od5f29j] ERROR emschema.vak82od5f29j - Schema Action Failed
    >
    Pls help me.

    Hi sb92075
    This is the result of your query:
    >
    SQL> SELECT * from v$version ;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

  • Command to handle the double click on a Grid Control

    Hello,
    In my application, I am adding multiple 'Grid' controls inside the 'Canvas' control. Each of this 'Grid' control is binded to a ViewModel object (say 'GridInformationViewModel') which is having a command saying 'ShowPropertiesWindow' to show a new window
    for respective Grid control. Grids are dynamically getting added in the Canvas control for each the new ViewModel 'GridInformationViewModel'.
    How i can bind this command for each of the 'Grid'?
    Thanks,
    IamHuM

    Thanks all for your replies.
    I tried adding code as per your suggestion. But i am not able to get the command working using the 'Interaction.Triggers'. Here is the code which i am using. Binding is working properly for this code only the command is not getting fired for the Grid control
    'SelectedGrid'. Can you please help me to find the problem in my code.
    <UserControl x:Class="CustomShapesDesigner.Controls.UserControlCustomShapePanel"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    mc:Ignorable="d"
    xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
    d:DesignHeight="300" d:DesignWidth="300">
    <Border BorderBrush="Purple" BorderThickness="5" >
    <Grid Name="gridParentItems" Loaded="grid1_Loaded" >
    <ScrollViewer Name="ScrollViewer"
    Background="Black" HorizontalScrollBarVisibility="Auto"
    VerticalScrollBarVisibility="Auto" Loaded="DesignerScrollViewer_Loaded" >
    <ItemsControl ItemsSource="{Binding CustomShapeItems}"
    ItemContainerStyleSelector="{x:Static designerHelpers:DesignerItemsControlItemStyleSelector.Instance}">
    <ItemsControl.Resources>
    <Style x:Key="customShapeItemStyle" TargetType="{x:Type ContentPresenter}">
    <Setter Property="Width" Value="200"/>
    <Setter Property="Height" Value="200" />
    <Setter Property="SnapsToDevicePixels" Value="True" />
    <Setter Property="ContentTemplate">
    <Setter.Value>
    <DataTemplate>
    <Grid x:Name="selectedGrid" Loaded="selectedGrid_Loaded"
    MouseLeftButtonDown="selectedGrid_MouseLeftButtonDown" MouseLeftButtonUp="selectedGrid_MouseLeftButtonUp" >
    <i:Interaction.Triggers>
    <i:EventTrigger EventName="MouseLeftButtonDown" >
    <i:InvokeCommandAction Command="{Binding ShowElementPropertiesCommand1}" CommandParameter="{Binding}" />
    </i:EventTrigger>
    </i:Interaction.Triggers>
    <ContentPresenter x:Name="PART_ContentPresenter"
    HorizontalAlignment="Stretch"
    VerticalAlignment="Stretch"
    Content="{TemplateBinding Content}" />
    <Border BorderThickness="3" Margin="5" CornerRadius="3" BorderBrush="Aqua">
    <Grid Margin="10" x:Name="PART_ConnectorDecorator"
    MouseLeftButtonDown="selectedGrid_MouseLeftButtonDown" MouseLeftButtonUp="selectedGrid_MouseLeftButtonUp" >
    </Grid>
    </Border>
    </Grid>
    </DataTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    </ItemsControl.Resources>
    </ItemsControl>
    </ScrollViewer>
    </Grid>
    </Border>
    </UserControl>
    Thanks,
    IamHuM

  • Can we add page numbers to ALV Grid Control.

    Hi All,
    1.My requirement is to display page numbers when we down load the list in to EXCEL.
    Can we do this in ALV Grid Control.
    2.Can we display the page numbers in the SAP Query,when we down load the out put list in to the EXCEL.
    Thanks & Regards,
    Seshadri G

    Hi Seshadri,
    No, it is not possible to print the page number when you download the list to EXCEL. Because in ALV grid the report output is display as table contorl and this data can not be divided into page when you download to EXCEL.
    Regards,
    Satya.

  • How to send mail from UDM ALERT in Oracle 10 Grid control

    Hi,
    I have created a UDM alert in Grid control for a specific target which is sheduled to run every 15 Minutes.So if the sql query which will run for every 15 min returns any records then it will generate the alerts.*If there is any alerts thrown I should immediately send a mail from UDM .How to do this?*

    10.2 library
    http://download.oracle.com/docs/cd/B16240_01/welcome.html
    Administrator's Guide
    Chapter 4
    *T                                                                                                                                                                                                                                       

Maybe you are looking for

  • Word Mail Merge using Powershell

    Hi all, I'm working on a script that automates account creation and notification for our students. I've completed a significant chunk of the script and have it successfully creating AD accounts and e-mailing students their credentials to access our s

  • Image Borders

    When my page loads in IE, I get small dark blue lines between the images(I'm talking about the top banner). In FF, it looks seamless, but for some reason in IE, there are small gaps, almost like a border. I went though and set the border equal to 0fo

  • Reports 6 - with static info

    What is the best product that combine with reports 6 would give access to some static info,Oracle data mining or oracle warehouse or any other ?

  • OS X Problem Reporting over Proxy

    I was just wondering if OS X problem reporting should check system settings for proxy settings and use them if defined. Now, when submission failed, I cannot close the dialog with the "OK" button where it says "Your report was not able to be sent to

  • How to create a channel for users to watch the same video contents?

    I would like to create a channel by an interactive media server. When users login , they will watch the same video content with the same screen, just like they are watching TV. Are there any resource for me to study? Or anyone can leave me advices? T