Package 'bind' for Oracle VM 2.2.2

Hi All,
Am very new to using the virtualization provided by Oracle.
I have installed Oracle VM Server 2.2.2. My guest creation using a template fails with the error message below. The deploy.sh script has a series of steps that tar and then create the virtual guest.
[root@OEL seed_pool]# ./deploy.sh
chown: `named:named': invalid user
error reading information on service named: No such file or directory
error reading information on service named: No such file or directory
error reading information on service named: No such file or directory
I was asked to install BIND package for VM Server 2.2.2. I tried installing the bind package from OEL5 Update 3 [bind-9.3.4-10.P1.el5.x86_64.rpm]. However it failed with a lot of dependencies errors when i run it in VM Server 2.2.2 (rpm -ivh bind-9.3.4-10.P1.el5.x86_64.rpm)
In VM Server 2.2.2, rpm -qa bind* gives the below output:
bind-libs-9.3.4-10.P1.el5_3.3
bind-utils-9.3.4-10.P1.el5_3.3
From where can i get the correct 'bind' package for VM Server 2.2.2?
Regards,
Naren

fuzzydba wrote:
My guest creation using a template fails with the error message below. The deploy.sh script has a series of steps that tar and then create the virtual guest.What template is this? You should be creating guests using Oracle VM Manager, which would not require any non-Oracle VM packages. There is no bind package for Oracle VM, as you would never run a DNS server in Dom0.

Similar Messages

  • Pre-requisite packages required for Oracle R11i

    Hi Gurus,
    I am new to DBA.I am working with oracle 11i cloning.In that task is to pre-clone from source system(os:Red Hat-4.0) and do post clone in target system in which I installed new os(os:Red Hat-4.0).
    Here I need your help.What are all the pre-requisite packages required for Oracle R11i before configuring the Target System and how to apply the pre-requisite packages.
    Could you please help me.
    Thanks
    Vinoth

    Hi;
    Here I need your help.What are all the pre-requisite packages required for Oracle R11i before configuring the Target System and how to apply the pre-requisite packages. Imagine you are making new installation on your target server. So you need to check all pre-req which is mention in below notes. You need to have all rmp hosts file edit and some other steps.
    Please see:
    Subject: Recommendations to Install Oracle Applications 11i Doc ID: 294932.1
    Oracle Applications 11.5.10 - Installation Update Notes for Linux x86, Solaris SPARC, MS Windows, HP-UX PA-RISC, HP-Tru64, IBM AIX - B13590-01 [ID 287453.1]
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    PS: I suggest also see my blog http://heliosguneserol.wordpress.com/2010/05/31/cloning-oracle-applications-release-11-and-12/
    Regard
    Helios

  • Packages for Oracle

    Hi,
    Following Packages required for oracle installation on Solaris (SPARC)
    SUNWarc
    SUNWbtool
    SUNWhea
    SUNWlibm
    SUNWlibms
    SUNWsprot
    SUNWtoo
    SUNWi1of
    SUNWi1cs
    SUNWi15cs
    SUNWxwfnt
    SUNWsprox
    Can any one tell me are these packages comes with solaris installation CD or we can download a package from SUN website??
    Any alternatives??

    These all packages are there in Solaris CD , patches(if any) you need to download from http://sunsolve.sun.com

  • SUNWsprox package with solaris 10 for Oracle 10g Installation....

    Hi
    I am in problem with a Solaris 10 package "SUNWsprox - Sun workshop Bundled 64-bit make library" for Oracle 10g Installation. I checked the CDs (In the /.../products) but did't found this packege. Can any one tell me please can I go without this package or where I found this package...Please Its very URGENT for me....
    Thanks
    Mohammed Tanvir

    Hi...
    I had the same issue, but found out that the SUNWsprox was replaced by SUNWsprot. The OUI 10.1 Release 2 will 'pass' as the doco in the Oracle quick install guide is wrong (as well as 10g Application Server).
    The only way to lay a 10g Release database on Solaris 10 is to lay the software doen only, then cd in the .../bin directory, step your Rdbms ORACLE_HOME, ORACLE_SID, LD_LIBRARY_PATH and of course the DISPLAY (is X-windowing into the server), and run dbca manually. Oracle 10g is a bit buggy.
    Roger

  • Do we need rpm package oracleasmlib for using Oracle ASMLib?

    ..The Oracle ASMLib kernel driver is now included in the Unbreakable Enterprise Kernel.
    No driver package needs to be installed when using this kernel.
    The oracleasm-support and oracleasmlib packages still need to be installed from ULN+
    http://www.oracle.com/technetwork/topics/linux/asmlib/index-101839.html
    i use:
    root@oel62 ~]# uname -r
    2.6.32-300.3.1.el6uek.x86_64I understood:
    -oracleasm: is include in the kernel(kernel/drivers/block/oracleasm/oracleasm.ko)
    -oracleasm-support: can be found on the install ISO or in Oracle Public Yum Server.
    -oracleasmlib: ? not found in Oracle Public Yum Server! can be found only in ULN?
    Question: Do we need it, rpm package oracleasmlib for install Oracle ASMLib?
    I have add kernel module oracleasm (via modprobe) and install rpm oracleasm-support
    (but without oracleasmlib) and it works !!??
    ..and I'm confused ???

    Dude wrote:
    Saying that it works seems quite audacious to me. Well, I can start the engine, let's fly! I'd rather remain on the ground ;-)Hi Dude!
    You do not mean I talk nonsense, right?
    Maybe! But once again i will protocol here what i did.
    It would be very nice if you take a look here:
    Ok! Step by step..
    My environment: Oracle Linux 6.2 in VMWare
    Linux kernel:
    [root@oel62 ~]# uname -r
    2.6.32-300.3.1.el6uek.x86_64Install oracleasm:
    [root@oel62 ~]# modprobe oracleasm
    [root@oel62 ~]# modprobe -l oracleasm
    kernel/drivers/block/oracleasm/oracleasm.ko
    [root@oel62 ~]# lsmod | grep oracle
    oracleasm              48482  1 Install oracleasm-support:
    root@oel62 ~]# yum install oracleasm-support
    Installed:
      oracleasm-support.x86_64 0:2.1.5-1.el6                                                                                      
    Complete!I have only oracleasm-support(no oracleasmlib!)
    [root@oel62 ~]# rpm -qa| grep oracleasm
    oracleasm-support-2.1.5-1.el6.x86_64
    [root@oel62 ~]# Status:
    [root@oel62 ~]# oracleasm status
    Checking if ASM is loaded: yes
    Checking if /dev/oracleasm is mounted: noConfigure:
    [root@oel62 ~]#  /etc/init.d/oracleasm configure
    Default user to own the driver interface []: grid
    Default group to own the driver interface []: asmadmin
    Start Oracle ASM library driver on boot (y/n) [n]: y
    Scan for Oracle ASM disks on boot (y/n) [y]: y
    Writing Oracle ASM library driver configuration: done
    Initializing the Oracle ASMLib driver:                     [  OK  ]
    Scanning the system for Oracle ASMLib disks:               [  OK  ]Status again:
    root@oel62 ~]# /etc/init.d/oracleasm status
    Checking if ASM is loaded: yes
    Checking if /dev/oracleasm is mounted: yesI create 2 virtual disks and then create partition on those disks.
    Result: /dev/sdg1, /dev/sdh1
    and now create ASM disks:
    [root@oel62 ~]# oracleasm createdisk asmdisk1 /dev/sdg1
    Writing disk header: done
    Instantiating disk: done
    [root@oel62 ~]# oracleasm createdisk asmdisk2 /dev/sdh1
    Writing disk header: done
    Instantiating disk: donelistdisks
    [root@oel62 ~]# oracleasm listdisks
    ASMDISK1
    ASMDISK2querydisk
    [root@oel62 ~]# oracleasm querydisk -d /dev/sdg1
    Device "/dev/sdg1" is marked an ASM disk with the label "ASMDISK1"
    [root@oel62 ~]# oracleasm querydisk -d /dev/sdh1
    Device "/dev/sdh1" is marked an ASM disk with the label "ASMDISK2"-Create diskgroup TEST_DG:
    run asmca, step through all screens, specify "Disk discovery path"
    /dev/oracleasm/disks/*Result:
    ASMCMD [+] > lsdsk -p -G test_dg
    Group_Num  Disk_Num      Incarn  Mount_Stat  Header_Stat  Mode_Stat  State   Path
            1         0  3915949404  CACHED      MEMBER       ONLINE     NORMAL  /dev/oracleasm/disks/ASMDISK1
            1         1  3915949403  CACHED      MEMBER       ONLINE     NORMAL  /dev/oracleasm/disks/ASMDISK2-Run dbca create a database testdb with storage using diskgroup TEST_DG
    and here is the DB testdb on diskgroup test_dg
    [grid@oel62 ~]$ rlwrap asmcmd -p
    ASMCMD [+] > ls test_dg/testdb
    CONTROLFILE/
    DATAFILE/
    ONLINELOG/
    PARAMETERFILE/
    TEMPFILE/
    spfiletestdb.ora
    ASMCMD [+] > ls -l test_dg/testdb/datafile
    Type      Redund  Striped  Time             Sys  Name
    DATAFILE  UNPROT  COARSE   JUN 27 11:00:00  Y    SYSAUX.257.787055133
    DATAFILE  UNPROT  COARSE   JUN 27 11:00:00  Y    SYSTEM.256.787055133
    DATAFILE  UNPROT  COARSE   JUN 27 11:00:00  Y    UNDOTBS1.258.787055133
    DATAFILE  UNPROT  COARSE   JUN 27 11:00:00  Y    USERS.259.787055133
    ASMCMD [+] > Service status:
    [grid@oel62 ~]$ srvctl status diskgroup -g test_dg
    Disk Group test_dg is running on oel62
    [grid@oel62 ~]$ Once again i did not install oracleasmlib!
    I have no RPM oracleasmlib on my system:
    root@oel62 ~]# rpm -qa| grep oracleasm
    oracleasm-support-2.1.5-1.el6.x86_64It is a "perfect" installation, or what do you mean?
    It works fine, but why it works??
    Well, folks! Tell me now why it works without oracleasmlib ?
    What happened, what is going on here?
    Thank you for reading my long text here!

  • Possible for Oracle to consider constraints when using bind variable?

    Consider the following table with a check constraint listing the possible values of the column
    create table TEST_TABLE(
    my_column varchar2(10));
    insert into TEST_TABLE select 'VALUE1' from dba_objects;
    alter table TEST_TABLE
    add constraint TEST_TABLE_CHK1
    check (my_column in ('VALUE1', 'VALUE2'));
    begin dbms_stats.gather_table_stats(ownname=>user,tabname=>'TEST_TABLE');END;Let's see the number of logical I/O's needed for the following SQL statements.
    (The value was obtained by the delta ofselect m.value from v$mystat m, v$statname n
    where name='session logical reads' and m.statistic#=n.statistic#)
    If string lateral is used:
    declare
       n number;
    begin
      select count(*) into n from test_table where my_column='VALUE1';
    end;
    Consistent Gets: 21
    declare
       n number;
    begin
      select count(*) into n from test_table where my_column='VALUE2';
    end;
    Consistent Gets: 21
    declare
       n number;
    begin
      select count(*) into n from test_table where my_column='VALUE3';
    end;
    Consistent Gets: 0Oracle can eliminate the table if it knows the queried value can't satisfy the constraint. Good.
    (Actually, the execution plan for the last query included the 'FILTER' operation.)
    However, if bind variable is used:
    declare
       n number;
       x varchar2(10);
    begin
      x := 'VALUE1';
      select count(*) into n from test_table where my_column=x;
    end;
    Consistent Gets: 21
    declare
       n number;
       x varchar2(10);
    begin
      x := 'VALUE3';
      select count(*) into n from test_table where my_column=x;
    end;
    Consistent Gets: 21Oracle can't eliminate the table using the constraint. I can understand that because bind variables are used, Oracle can't directly eliminate the table when generating the execution plan. However, is it possible to eliminate the table, or at least employ some shortcut in runtime? If not, will this be a performance loss compared with using values laterals when check constraint exists?
    (And is it possible to use autotrace on PL/SQL block in sqlplus?)
    Oracle:
         10.2.0.4 SE
         11.2.0.2 SE
    OS:
         RHEL5

    However, is it possible to eliminate the table, or at least employ some shortcut in runtime? I can't see how to do this. Oracle has a sqltext that has an embedded bind variable in it. And for this sqltext it has an execution plan in the shared pool that will be used irrespective of the actual bound values at runtime.
    Maybe in 11G, with adaptive cursor sharing / plan bind awareness, Oracle might be smart enough to introduce a second execution plan for the VALUE3 case.
    If not, will this be a performance loss compared with using values laterals when check constraint exists?Only if you submit the dumb query and search for records with VALUE3... Normally your application code would not hold/generate these queries.
    Will it?
    For columns whose values are bound by a CHECK constraint, one might even consider to never use bind variables, since very likely you will have few versions of queries that use these columns.
    Not?
    Edited by: Toon Koppelaars on Jun 22, 2011 1:20 PM

  • MSI package for Oracle Calendar Client

    It would make the deployment/upgrades of the Oracle calendar much easier if it was distributed as a microsoft installer package .msi file so that I could install it automatically on my windows clients by group policy.
    The former product "Steltor/CorpoateTime" used to be available as an .msi in addition to a .exe format.
    Any suggestions?

    the best way is to make a snapshot of the oracle calendar setup and convert it into a msi package. wise for windows installer (http://www.wise.com/wfwi.asp) is a reliable and easy to use software to make such msi packages from installation snapshots.
    cheers,
    sebastian

  • Config Lab tool for Oracle CC&B Package

    Hi,
    Is there any configlab tool for Oracle CC&B package for confifuration management accross different environments. we can use VSS as version management for java codes and cobol codes in CC&B. But i am unable to identify any config lab tool for configuration management.
    Guys please help me out in this.
    Thanks and Regards
    sayantan

    Sayantan,
    There is (unfortunately) no silver bullet for your requirement.
    Here is a good blog article on the different options available.
    https://blogs.oracle.com/theshortenspot/entry/configlab_versus_bundling_vers
    Implementations use variations and combinations of the 3 tools that are available, coupled with 3rd party migration tools (like vss). The strategy for an implementation's development-to-production life cycle will vary based on a multitude of factors. Skill set of the IT shop, what tools they are used to, internal audit procedures, etc.
    Hope the article provides some food for thought!
    D

  • Installer/Packager for Oracle instance

    Hi! I need to create an installer that would create an Oracle instance on the customer’s Oracle server. For SQL Server I can use SQL Packager (http://www.red-gate.com/products/sql-development/sql-packager/)
    that can create an executable I can incorporate into an .msi file.
    Is there anything available for Oracle?
    As a background, few times a year the company I work for ships CD’s with the latest data. The db schemas change frequently, so we rather not run sql data population scripts cause dba's cannot run them properly. They tend to run data scripts before schema change scripts. My company gave up after spending over $50K on creating some of the best documentation I’ve seen. Instead, we are going to create an installer that would take the name of Oracle box and perform Oracle restore commands to restore an entire database from a dump.
    The SQL Packager product by Red Gate works pretty well for SQL Server.
    What are my options for Oracle?
    Many thanks in advance,
    --Michael Z....
    Edited by: mikezat on Mar 27, 2012 2:59 PM

    mikezat wrote:
    Hi! I need to create an installer that would create an Oracle instance on the customer’s Oracle server. For SQL Server I can use SQL Packager (http://www.red-gate.com/products/sql-development/sql-packager/)
    that can create an executable I can incorporate into an .msi file.
    Is there anything available for Oracle?
    As a background, few times a year the company I work for ships CD’s with the latest data. The db schemas change frequently, so we rather not run sql data population scripts cause dba's cannot run them properly. They tend to run data scripts before schema change scripts. My company gave up after spending over $50K on creating some of the best documentation I’ve seen. Instead, we are going to create an installer that would take the name of Oracle box and perform Oracle restore commands to restore an entire database from a dump.
    The SQL Packager product by Red Gate works pretty well for SQL Server.
    What are my options for Oracle?One possibility would be doing a RMAN restore;
    which is how OUI provides baseline database during software installation.

  • Installation Deployment Package for Oracle ?

    Dear all OTN Members,
    I wonder if there is/are any Installation Deployment Package for Oracle just like Deployment Package I ever saw in Visual Basic ?

    Dear Andrew,
    Thx for your suggestion, but actually I had try Project Builder for building the deployment package and I only can install from from Oracle Installer, also I can't create custom shortcut nor icons on desktop (not mention the registry settings yet). For information, me and my customer are using Win2k, so I try to find an executable deployment package. Any further suggestion ?
    Thanks in advance.
    Regards,
    Franko

  • Oracle Enterprise Linux : Packages required for 11.2.0.3 RAC

    I have downloaded Oracle Enterprise Linux 64Bit back in November 2012 (Oracle Linux Release 6, Update 3 )
    Once I install OEL , How can I verify if all the necessary packages required for smooth installation of Grid Infrastructure 11.2.0.3 is installed ?

    Hi,
    the new name for "oracle-validated" under OL6 is oracle-rdbms-server-11gR2-preinstall:
    https://blogs.oracle.com/linux/entry/oracle_rdbms_server_11gr2_pre
    Regards
    Sebastian

  • Problem with Action binding for a command button in a Managed Bean

    Hi
    Thank you for reading my post
    I am trying to use a backing bean for a button action binding.
    I followed all steps as they seems to be correct. i did not made any changes directly by hand , all of changes are introduced by oracle
    Jdeveloper wizards. but now i get this exception
    Managed bean is defined in faces-config.xml (it shows in preview mode) , the method is there in managed bean (Jdeveloper itself create the method i just enter its name)
    can you please take a look and tell me what can be wrong?
    thanks
    here is method and its body in managed bean
    public String userAccept_action() {
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding =
                bindings.getOperationBinding("Commit");
            Object result = operationBinding.execute();
            if (!operationBinding.getErrors().isEmpty()) {
                return null;
            return null;
        }here is the exception that i recive
    javax.faces.FacesException: #{ButtonActions.userAccept_action}: javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: The scope of the referenced object: '#{bindings}' is shorter than the referring object
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)
         at oracle.adf.view.faces.component.UIXCommand.broadcast(UIXCommand.java:211)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adf.share.security.authentication.AuthenticationFilter.handleAuthentication(AuthenticationFilter.java:177)
         at oracle.adf.share.security.authentication.AuthenticationFilter.doFilter(AuthenticationFilter.java:112)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at webui.common.CharacterEncoding.doFilter(CharacterEncoding.java:26)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:105)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:167)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:415)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: The scope of the referenced object: '#{bindings}' is shorter than the referring object
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:190)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:143)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:92)
         ... 34 more
    Caused by: javax.faces.FacesException: javax.faces.FacesException: The scope of the referenced object: '#{bindings}' is shorter than the referring object
         at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:292)
         at com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:97)
         at oracle.adfinternal.view.faces.el.AdfFacesVariableResolver.resolveVariable(AdfFacesVariableResolver.java:40)
         at oracle.adfinternal.view.faces.model.VariableResolverUtils$JspResolver.resolveVariable(VariableResolverUtils.java:79)
         at com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:145)
         at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
         ... 37 more
    Caused by: javax.faces.FacesException: The scope of the referenced object: '#{bindings}' is shorter than the referring object
         at com.sun.faces.config.ManagedBeanFactory.evaluateValueBindingGet(ManagedBeanFactory.java:911)
         at com.sun.faces.config.ManagedBeanFactory.setPropertiesIntoBean(ManagedBeanFactory.java:567)
         at com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:253)
         at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:282)
         ... 43 more

    Thank you for reply , but it does not helps or maybe i did not apply it correctly
    here is faces-config.xml code snippet :
    <managed-bean>
        <managed-bean-name>ButtonActions</managed-bean-name>
        <managed-bean-class>webui.common.actionListener.ButtonAction</managed-bean-class>
        <managed-bean-scope>session</managed-bean-scope>
        <managed-property>
          <property-name>bindings</property-name>
          <value>#{bindings}</value>
        </managed-property>
      </managed-bean>here is binding for the button in jsp file :
    <af:commandButton
                                    text="#{res['button.accept']}"
                                    disabled="#{!bindings.Commit.enabled}"
                                    action="#{ButtonActions.userAccept_action}"/>and here is some code portion of ButtonAction class
    package webui.common.actionListener;
    import oracle.binding.BindingContainer;
    import oracle.binding.OperationBinding;
    public class ButtonAction {
        private BindingContainer bindings;
        public ButtonAction() {
        public BindingContainer getBindings() {
            return this.bindings;
        public void setBindings(BindingContainer bindings) {
            this.bindings = bindings;
        public String userAccept_action() {
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding =
                bindings.getOperationBinding("Commit");
            Object result = operationBinding.execute();
            if (!operationBinding.getErrors().isEmpty()) {
                return null;
            return null;
    }and i still get the same error.

  • Errors using DBMS_SQLTUNE Advisors for Oracle 10g

    I get errors trying to tune the below query for Oracle 10g using the DBMS_SQLTUNE advisors.
    It happens when I wrap either a large block of PL/SQL code that uses bind variables or multiple nested subqueries with multiple JOIN conditions in a SELECT query statement that I wish to tune using the 10g SQLTUNE advisors.
    Message was edited by:
    benprusinski

    Hi, I was trying to use the DBMS_SQLTUNE package to tune my sql statements used in the huge procedure. I can successfully create a task and execute it. But when I run report tuning task, I'm always getting error like the one in below example. Two questions I have now.
    1) Is this becuase I'm using bind, but not passing any values?
    2) Can I able to use to this package to tune a procedures instead of sql statement?
    Example output...
    SQL&gt; SELECT DBMS_SQLTUNE.REPORT_TUNING_TASK( 'my_sql_tuning_task3')
    2 FROM DUAL;
    DBMS_SQLTUNE.REPORT_TUNING_TASK('MY_SQL_TUNING_TASK3')
    GENERAL INFORMATION SECTION
    Tuning Task Name : my_sql_tuning_task3
    Tuning Task Owner : SCOTT
    Scope : COMPREHENSIVE
    Time Limit(seconds) : 3000
    Completion Status : COMPLETED
    Started at : 02/26/2009 21:44:41
    Completed at : 02/26/2009 21:44:41
    Number of Errors : 1
    DBMS_SQLTUNE.REPORT_TUNING_TASK('MY_SQL_TUNING_TASK3')
    Schema Name: KPRAVEEN
    SQL ID : 479831s42xj1n
    SQL Text : SELECT a.pdrorn, a.pdrcto, a.pdrlln FROM f4311 a
    WHERE a.pddoco = receiptsrcrec.prdoco AND a.pddcto = :2 AND
    a.pdkcoo = :3 AND a.pdsfxo = :4 AND a.pdlnid = :5
    ERRORS SECTION
    SQL&gt;

  • Err "Couldn't retrieve binding for the given channelId" in receiver SOAP CC

    Hello.
    We have increase the support package level of our XI 3.0 system from level 17 to 23. After this "upgrade" all interfaces using a receiver SOAP channel communication are getting the next error:
    SOAP: response message contains an error XIServer/UNKNOWN/ADAPTER.JAVA_EXCEPTION - com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldnt retrieve binding for the given channelId: Binding:CID=8cb6335a548730ea9ca27aaa78034109; at com.sap.aii.af.service.cpa.impl.lookup.AbstractLookupManager.getBindingByChannelId(AbstractLookupManager.java:361) at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:421) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    We have done the next steps:
    - Run SXI_CACHE and start a complete cache refresh,
    - http://<Host>:<portNo.>/CPACache/refresh?mode=full
    - Restart J2EE server.
    The problem isn't solved.
    any idea?

    Probably you need to ask your BASIS team if they have done it or not.
    Secondly you can just see if something has been done under SWCV SAP BASIS --- http://sap.com/xi/XI/System --- Adapter Metadata, just by oping any adapter and then by looking at Properties or Hisotry from menu "Adapter Metadata". Here you can see the date under "Changed on", so if this matches with your upgrade date then something has been done. But this check will not help you know about the SP level. So better to ask with BASIS.

  • How to open a package body in Oracle sql developer

    How to open a package body in Oracle sql developer..any shortcut for that

    I need another way to get to my package body. I'm on a locked down system, so the only way I can reference anything is if I already know the name of it. I accidentally overwrote my text document that I was using to work on it and I closed out of the package body in sqldeveloper. There must be a command, like an alter or some such. Anyone know the old fashioned way of looking at a package?

Maybe you are looking for