ERROR IN DATABSE WHILE  FETCHING TABLE NAME "SINVA"

Table does not exist._
_*[orcale][ODBC][ORA]ORA-0115:IO error reading block from file 7(block#28809)*_
ORA-01110: data file7:_
General SQL error._
*'C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\ARAFIVE'*
ORA-27: unable to queue I/O_
ORA-27070: async read/write faied_
OSD-04006: ReadFile() failure, unable to read from file_
O/S-ERROR:(OS 23) Data error(cyclic redundancy check)
The above error I'm facing while fetching the data from oracle DB. I've installed oracle express edition and when i try to fetch any kind of reports from my DB this error is arising. i tried to take backup the m dump (.dmp ) but i unable to access that too and also through TOAD i can modify the data in the DB but even the schema in the table is not available also i'm getting these above error in toad also.
can any one please help me to overcome this ?

Post last few lines of your alert.log and check whether OS user have full access privileges to those volumes/disks (C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\ARAFIVE) or not.

Similar Messages

  • Trying to run JBoss with Oracle8i - Error: "error while fixing table name"

    I'm trying to configure Jboss_3_2_1 to run with Oracle 8i. I intend to use it to deploy EJB on the Oracle DataSource.
    I have already change the following files:
    oracle-ds.xml -> changed the <connection-url> tag to my configuration
    oracle-xa-ds.xml -> changed the <xa-datasource-property name="URL"> tag
    to my configuration. But I'm not sure how to exactly configure this
    property.
    My first doubt is:
    Using the Oracle 8i, witch of the two config files above I should use to the datasource tag in the jbosscmp-odbc.xml file.
    The second one is:
    Using the XAOracleDS (Oracle 8i) as the <datasource>, and the <datasource-mapping> tag as Oracle8 (as suggested in the jbosscmp-odbc.xml file) I get the following error message from the JBoss server:
    17:12:19,500 INFO [EjbModule] Created
    17:12:19,515 INFO [EjbModule] Starting
    17:12:19,515 INFO [EntityContainer] Starting
    17:12:19,953 ERROR [EntityContainer] Starting failed
    org.jboss.deployment.DeploymentException: Error while fixing table name; - neste
    d throwable: (org.jboss.util.NestedSQLException: Failed to register driver for:
    oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundExc
    eption: oracle.jdbc.driver.OracleDriver); - nested throwable: (org.jboss.resourc
    e.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.Orac
    leDriver; - nested throwable: (java.lang.ClassNotFoundException: oracle.jdbc.dri
    ver.OracleDriver)))
    at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.fixTableName(SQLUtil.java:68)
    at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.<init>(JDBCEnt
    ityBridge.java:119)
    at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.initStoreManager(JDBC
    StoreManager.java:438)
    at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManage
    r.java:372)
    at org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManag
    er.java:170)
    at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:339)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
    92)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
    ler.java:966)
    at $Proxy11.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:392)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy21.start(Unknown Source)
    at org.jboss.ejb.EjbModule.startService(EjbModule.java:329)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
    92)
    at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
    ler.java:966)
    at $Proxy11.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:392)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy19.start(Unknown Source)
    at org.jboss.ejb.EJBDeployer.start(EJBDeployer.java:540)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
    at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy7.deploy(Unknown Source)
    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
    tScanner.java:302)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
    canner.java:476)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
    doScan(AbstractDeploymentScanner.java:200)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
    bstractDeploymentScanner.java:273)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
    92)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
    ler.java:966)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:392)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy5.start(Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy6.deploy(Unknown Source)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
    at org.jboss.Main.boot(Main.java:150)
    at org.jboss.Main$1.run(Main.java:388)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: org.jboss.util.NestedSQLException: Failed to register driver for: ora
    cle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundExcept
    ion: oracle.jdbc.driver.OracleDriver); - nested throwable: (org.jboss.resource.J
    BossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleD
    river; - nested throwable: (java.lang.ClassNotFoundException: oracle.jdbc.driver
    .OracleDriver))
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(Wrapp
    erDataSource.java:106)
    at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.fixTableName(SQLUtil.java:39)
    ... 90 more
    Caused by: org.jboss.resource.JBossResourceException: Failed to register driver
    for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFou
    ndException: oracle.jdbc.driver.OracleDriver)
    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.g
    etDriver(LocalManagedConnectionFactory.java:280)
    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.c
    reateManagedConnection(LocalManagedConnectionFactory.java:146)
    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.cr
    eateConnection(InternalManagedConnectionPool.java:352)
    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.ge
    tConnection(InternalManagedConnectionPool.java:151)
    at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePo
    ol.getConnection(JBossManagedConnectionPool.java:643)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManage
    dConnection(BaseConnectionManager2.java:413)
    at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedCo
    nnection(TxConnectionManager.java:331)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateC
    onnection(BaseConnectionManager2.java:488)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2$Connectio
    nManagerProxy.allocateConnection(BaseConnectionManager2.java:798)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(Wrapp
    erDataSource.java:102)
    ... 91 more
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.g
    etDriver(LocalManagedConnectionFactory.java:262)
    ... 100 more
    17:12:20,671 WARN [ServiceController] Problem starting service jboss.j2ee:jndiN
    ame=ejb/LocalUsuarioEJB,service=EJB
    org.jboss.deployment.DeploymentException: Error while fixing table name; - neste
    d throwable: (org.jboss.util.NestedSQLException: Failed to register driver for:
    oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundExc
    eption: oracle.jdbc.driver.OracleDriver); - nested throwable: (org.jboss.resourc
    e.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.Orac
    leDriver; - nested throwable: (java.lang.ClassNotFoundException: oracle.jdbc.dri
    ver.OracleDriver)))
    at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.fixTableName(SQLUtil.java:68)
    at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.<init>(JDBCEnt
    ityBridge.java:119)
    at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.initStoreManager(JDBC
    StoreManager.java:438)
    at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManage
    r.java:372)
    at org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManag
    er.java:170)
    at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:339)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
    92)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
    ler.java:966)
    at $Proxy11.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:392)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy21.start(Unknown Source)
    at org.jboss.ejb.EjbModule.startService(EjbModule.java:329)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
    92)
    at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
    ler.java:966)
    at $Proxy11.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:392)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy19.start(Unknown Source)
    at org.jboss.ejb.EJBDeployer.start(EJBDeployer.java:540)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
    at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy7.deploy(Unknown Source)
    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
    tScanner.java:302)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
    canner.java:476)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
    doScan(AbstractDeploymentScanner.java:200)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
    bstractDeploymentScanner.java:273)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
    92)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
    ler.java:966)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:392)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy5.start(Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
    nDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy6.deploy(Unknown Source)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
    at org.jboss.Main.boot(Main.java:150)
    at org.jboss.Main$1.run(Main.java:388)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: org.jboss.util.NestedSQLException: Failed to register driver for: ora
    cle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundExcept
    ion: oracle.jdbc.driver.OracleDriver); - nested throwable: (org.jboss.resource.J
    BossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleD
    river; - nested throwable: (java.lang.ClassNotFoundException: oracle.jdbc.driver
    .OracleDriver))
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(Wrapp
    erDataSource.java:106)
    at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.fixTableName(SQLUtil.java:39)
    ... 90 more
    Caused by: org.jboss.resource.JBossResourceException: Failed to register driver
    for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFou
    ndException: oracle.jdbc.driver.OracleDriver)
    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.g
    etDriver(LocalManagedConnectionFactory.java:280)
    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.c
    reateManagedConnection(LocalManagedConnectionFactory.java:146)
    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.cr
    eateConnection(InternalManagedConnectionPool.java:352)
    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.ge
    tConnection(InternalManagedConnectionPool.java:151)
    at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePo
    ol.getConnection(JBossManagedConnectionPool.java:643)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManage
    dConnection(BaseConnectionManager2.java:413)
    at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedCo
    nnection(TxConnectionManager.java:331)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateC
    onnection(BaseConnectionManager2.java:488)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2$Connectio
    nManagerProxy.allocateConnection(BaseConnectionManager2.java:798)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(Wrapp
    erDataSource.java:102)
    ... 91 more
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.g
    etDriver(LocalManagedConnectionFactory.java:262)
    ... 100 more
    Can somebody please helpe me to correctly configure these files and put this application to run?

    Copy jca/oracle-ds.xml to deploy dir. Modify oracle-ds.xml configuration file. Set <driver-class>oracle.jdbc.driver.OracleDriver</driver-class> and <connection-url>jdbc:oracle:oci8:@<database></connection-url>
    Modify standardjaws.xml configuration file.
    Set <datasource> and <type-mapping> elements.
    <jaws>
    <datasource>java:/OracleDS</datasource>
    <type-mapping>Oracle8</type-mapping>
    </jaws>
    Modify standardjbosscmp-jdbc.xml configuration file.
    Set the <datasource> and <datasource-mapping> elements.
    <jbosscmp-jdbc>
    <defaults>
    <datasource>java:/OracleDS</datasource>
    <datasource-mapping>Oracle8</datasource-mapping>
    </defaults>
    </jbosscmp-jdbc>
    Modify login-config.xml configuration file with Oracle database settings.
    Add the following <application-policy/> element to login-config.xml.
    <application-policy name = "OracleDbRealm">
    <authentication>
    <login-module code = "org.jboss.resource.security.ConfiguredIdentityLoginModule"
    flag = "required">
    <module-option name = "principal">sa</module-option>
    <module-option name = "userName">sa</module-option>
    <module-option name = "password"></module-option>
    <module-option name ="managedConnectionFactoryName">
    jboss.jca:service=LocalTxCM,name=OracleDS
    </module-option>
    </login-module>
    </authentication>
    </application-policy>

  • Received HTTP error code 400 while fetching source feed. - Just Started 2 weeks ago; preventing iTunes podcast from updating

    Good day.
    When trying to update my feed http://feeds.feedburner.com/SpiritLedSpiritFed, I received an HTTP error code 400 while fetching source feed message. Nothing has changed on my end as I've been using Dropbox for the feed and the files since last year and was able to successfully update the feed up to two weeks ago.
    I did run through all the tools on the Feedburner page (validator, podmedic, feedmedic) received a clean bill of health on the feed and I've looked at both Feeburner's site as well as Dropbox's support page to see if anything could have changed (requiring https or some other format for the feed), but no luck so far.
    The strange thing is that on the feed itself, it's listed as http://dl.dropbox.com/s/xxxxxxxxxx/xxxxxxxx.xml.  However, when I tried to 'RESYNC' it, the 400 error was displayed and it's listed as https://dl.dropboxusercontent.com/xxxxxxxxxx.xml which is says it cannot reach.
    Any suggestions would help as I've not been able to update my iTunes podcast for two weeks now.
    Thanks

    The URL you give redirects to https://dl.dropboxusercontent.com/s/466rh3k2kw7f6jr/SpiritLedSpiritFed.xml
    This appears to be a viable feed. However it contains this tag:
    <itunes:new-feed-url>https://www.dropbox.com/s/466rh3k2kw7f6jr/SpiritLedSpiritFed.xml</itunes:new-feed-url>
    That will redirect iTunes (though nothing else) to the enclosed URL, and that is a web page containing a display of the feed and a download button, which is no use to iTunes. Consequently on attempting to subscribe in iTunes with any of these URLs the feed comes up empty. You need to get rid of these redirects and provide a direct link to the feed file; and you should not use https (encrypted connection) but http. Also, Dropbox isn't a good place to host your files, but if you really must use it you have to serve as a direct access in the same way as a web page, not as sharing. You have your media files on Dropbox as well, and the URL redirects to an https version, though it does play in a browser. This itself may cause problems; and if your podcast gets popular you will run into problems as Dropbox isn't really geared to do this sort of thing.

  • Error in Timesten While Alter table in oracle

    Hello DB experts,
    I am getting below error while my application statrtup.
    "Exception while caching Rating System Parameter Details.[TimesTen][TimesTen 11.2.2.2.0 ODBC Driver][TimesTen]TT0871: Column VALUE cannot be set to null "
    We have perfomed  below activities.
    1) Not null constraint is created on one table which is in oracle.
    2)  My applicaiton is up with timesten
    3) Not null constraint is removed from oracle.
    4) null data are inserted in that column ,
    Please not that  the table on which constraint is created/removed  was not cached in timesten . its oracle table only.
    Now my question is we wanted to know how timesten will work in above situation.

    The DSN definition from sys.odbc.ini file
    [ocsdev]
    Driver=/u02/app/TimesTen/tt1122/lib/libtten.so
    DataStore=/u031/odbcqa/ttTest
    PermSize=1000
    TempSize=400
    PLSQL=1
    DatabaseCharacterSet=WE8MSWIN1252
    OracleNetServiceName=orcl
    Passthrough=1
    UID=crestelxxxdevg5
    PWD=crestelxxxdevg5
    OracleId=crestelxxxevg5
    OraclePwd=crestelxxxdevg5
    2.    Details of any cache groups you do have defined in TimesTen.
    CREATE asynchronous writethrough CACHE GROUP CUST_PACKAGE
    FROM  TBLCUSTOMERPACKAGE
    CUSTOMERPACKAGEID  NUMBER ,
    VALIDFROMDATE    DATE,
    VALIDTODATE   DATE,
    CUSTOMERID    NUMBER,
    SERVICEID    NUMBER,
    PRIORITY    NUMBER,
    PACKAGEID    NUMBER,
    PRIMARY KEY ("CUSTOMERPACKAGEID"))
       UNIQUE HASH ON (CUSTOMERPACKAGEID) PAGES = 4000 ;
    3 ) Details of the Oracle table that was altered (table name, column for which the NULL/NOT NULL constraint was changed, any primary/foreign key relationship between this table/column and any cached table/column).
    CREATE TABLE "TBLMRATINGCONFIG"
        "RATINGCONFID"         CHAR(7 BYTE) CONSTRAINT "NN_RATINGCONFIG_RATINGCONFID" NOT NULL ENABLE,
        "NAME"                 VARCHAR2(50 BYTE) CONSTRAINT "NN_RATINGCONFIG_NAME" NOT NULL ENABLE,
        "ALIAS"                VARCHAR2(50 BYTE) CONSTRAINT "NN_RATINGCONFIG_ALIAS" NOT NULL ENABLE,
        "DESCRIPTION"          VARCHAR2(2000 BYTE),
        "VALUE"                VARCHAR2(100 BYTE) CONSTRAINT "NN_RATINGCONFIG_VALUE" NOT NULL ENABLE,
        "PARAMETERTYPEID"      CHAR(5 BYTE) CONSTRAINT "NN_RATINGCONFIG_ID" NOT NULL ENABLE,
        "PARAMETERVALUESOURCE" VARCHAR2(255 BYTE),
        "COMMONSTATUSID"       CHAR(5 BYTE) CONSTRAINT "NN_RATINGCONFIG_COMMONSTATUSID" NOT NULL ENABLE,
        "SYSTEMGENERATED"      CHAR(1 BYTE) CONSTRAINT "NN_RATINGCONFIG_SYSGEN" NOT NULL ENABLE,
        "CREATEDATE" DATE CONSTRAINT "NN_RATINGCONFIG_CREATEDATE" NOT NULL ENABLE,
        "LASTMODIFIEDDATE" DATE CONSTRAINT "NN_RATINGCONFIG_LASTMODIFIEDT" NOT NULL ENABLE,
        "CREATEDBYSTAFFID"      CHAR(7 BYTE) CONSTRAINT "NN_RATINGCONFIG_CRSTAFF" NOT NULL ENABLE,
        "LASTMODIFIEDBYSTAFFID" CHAR(7 BYTE) CONSTRAINT "NN_RATINGCONFIG_MODIFIEDSTAFF" NOT NULL ENABLE,
        "STATUSCHANGEDATE" DATE,
        "SERVICEID"            CHAR(8 BYTE) CONSTRAINT "NN_RATINGCONFIG_SERVICEID" NOT NULL ENABLE,
        "JAVASCRIPTREGEX"      VARCHAR2(255 BYTE),
        "SYSTEMPARAMETERGROUP" NUMBER,
        "DISPLAYORDER"         NUMBER(3,0),
        "ALERTMSG"             VARCHAR2(200 BYTE),
        CONSTRAINT "PK_RATINGCONFIG" PRIMARY KEY ("RATINGCONFID")
    In above script i am removing constraint on "value" column which is having  not null constraint.
    4) column "value" having such data like 'null'
    5) Error
    "Exception while caching Rating System Parameter Details.[TimesTen][TimesTen 11.2.2.2.0 ODBC Driver][TimesTen]TT0871: Column VALUE cannot be set to null "

  • SE16: Syntax error in program "/1BCDWB/DB table name "

    Hello experts,
    I am facing one problem with SE16 transaction code. I am getting a dump saying 'Syntax error in program "/1BCDWB/DB<Z table name> ". SE16 is giving dump only for few Z tables and not for all.
    We have created another transaction code ZZSE16 which resembles SE16 but with few authorizations.
    I am getting similar dump with ZZSE16 also. But this time for all tables Z tables and standard tables.
    It was working fine until yesterday. No code has been changed to the technical objects involved.
    The dump says :
    The following syntax error occurred in program "/1BCDWB/DB<table name> " in
    include "/1BCDWB/DB<table name> " in
    line 1060:
    "The field "%_ENQU_<table name>" is unknown.
    This is occurring in so many boxes with different landscapes.
    In some boxes it is working fine. The program "/1BCDWB/DB<table name> " has no field starting with %_ENQU. Instead at line 1060 the field is %_K<table name> which was defined.
    Can anybody please help me in solving this? Thanks in advance.
    Thanks & Regards,
    Paddu.

    Paddu,
    Please try these:
    Try to activate your Ztable from SE11. Of course you may see that the table is in active state, but still try to activate it.
    While activating the table if you get a pop-up saying "Display activation errors and warnings" (the message may be not exactly same) the click on No button.
    Now go to transaction SE14 (Database utility), provide table name and press enter
    Select Processing type as Direct, choose radio button Save data and click on "Activate and adjust database" button.
    You will get a pop-up with message "Request: Adjust". Click Yes button.
    Once it is completed, you can try opening the table in SE16.
    I hope this helps.
    Regards,
    Venkat

  • Fetch Table name and field name from a given entry

    Hi ,
    i know the entry which is present in the database .But i don't know the table name and field name which has that entry .
    i have to fetch the table name and field name from a given entry .
    Can anyone suggest me how will  i fetch the table name and field name for a given entry .
    thanks in advance.

    Hi ,
    i know the entry which is present in the database .But i don't know the table name and field name which has that entry .
    i have to fetch the table name and field name from a given entry .
    Can anyone suggest me how will  i fetch the table name and field name for a given entry .
    thanks in advance.
    Few more options to scan specific text in entire DB:
    http://www.mssqltips.com/sqlservertip/1525/scan-a-sql-server-database-for-objects-and-columns-containing-a-given-text-value/
    http://solutioncenter.apexsql.com/quickly-search-for-sql-database-data-and-objects/
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Error  ORA-02019: while selecting table from oracle10g to SQL Server 2005

    Hi all,
    our oracle 10g database is on AIX 5.2 and i configures heterogeneous service and install oracle 10g cleint on windows 2003 server where SQL Server reside . i configured the following things but i got the error ORA-02019. please help me its very urgent. quick response will higly appreciated. thanks alot in advance.
    1)create Sytem DSN (mysqlserver) by selectin SQL Native cleint
    2)copy the existing entry and paste it in listener.ora file and edit it as below
    LISTENERMYSQLSERVERDSN =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST= hostname of oracle database)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    SID_LIST_ =
    (SID_LIST=
    (SID_DESC=
    (SID_NAME= mysqlserver)
    (ORACLE_HOME = /u01/app/oracle/product/101)
    (PROGRAM=hsodbc)
    $lsnrctl status LISTENERMYSQLSERVERDSN
    It is working fine
    3) configure TNAMES.ora
    mysqlserver =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 100.100.50.5)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID = mysqlserver)
    (HS = OK)
    c:>tnsping mysqlserver
    it is workin fine
    4)copy inithsodbc.ora and make it initmysqlserver.ora
    HS_FDS_CONNECT_INFO = mysqlserver
    HS_FDS_TRACE_LEVEL = off
    4)create the database link
    sql>create database link mysqlserver
    connect to "sa" identified by "nsp@123" using 'mysqlserver';
    when i selecting SQL Server object from oracle i got below error
    SQL> select * from NSP_products@mysqlserver;
    select * from NSP_products@mysqlserver
    ERROR at line 1:
    ORA-02019: connection description for remote database not found
    pLease help me its very urgent.
    BEST REGARD

    Hi all,
    our oracle 10g database is on AIX 5.2 and i configures heterogeneous service and install oracle 10g cleint on windows 2003 server where SQL Server reside . i configured the following things but i got the error ORA-02019. please help me its very urgent. quick response will higly appreciated. thanks alot in advance.
    1)create Sytem DSN (mysqlserver) by selectin SQL Native cleint
    2)copy the existing entry and paste it in listener.ora file and edit it as below
    LISTENERMYSQLSERVERDSN =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST= hostname of oracle database)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    SID_LIST_ =
    (SID_LIST=
    (SID_DESC=
    (SID_NAME= mysqlserver)
    (ORACLE_HOME = /u01/app/oracle/product/101)
    (PROGRAM=hsodbc)
    $lsnrctl status LISTENERMYSQLSERVERDSN
    It is working fine
    3) configure TNAMES.ora
    mysqlserver =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 100.100.50.5)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID = mysqlserver)
    (HS = OK)
    c:>tnsping mysqlserver
    it is workin fine
    4)copy inithsodbc.ora and make it initmysqlserver.ora
    HS_FDS_CONNECT_INFO = mysqlserver
    HS_FDS_TRACE_LEVEL = off
    4)create the database link
    sql>create database link mysqlserver
    connect to "sa" identified by "nsp@123" using 'mysqlserver';
    when i selecting SQL Server object from oracle i got below error
    SQL> select * from NSP_products@mysqlserver;
    select * from NSP_products@mysqlserver
    ERROR at line 1:
    ORA-02019: connection description for remote database not found
    pLease help me its very urgent.
    BEST REGARD

  • Cannot use duplicate table name error in AMDP

    Hi Experts,
    I'm developing an application which has the following architecture
    SAP UI5->Gateway->ABAP Managed DB procedures(AMDP)->HANA SP(Stored Procedure)
    We are having a very peculiar problem where the gateway service works inconsistently for the same input data.
    i.e If I execute the same service n number of times, I get the results successfully for say n-3 times but the other 3 times I get a "RFC Error :Error while executing Database procedure"
    There is no change in the input data or DB table data during all the executions.
    Running the stored procedure stand alone in HANA studio works all the time.
    We tried executing the AMDP from SE24 and the same behavior occurred.
    When trouble shooting we found that the exception occurs inside the AMDP when the call db procedure statement is executed.
    Could you please advise what could be the possible reason for this any tuning parameter/unavailability of db connections?
    Or could you please suggest some other troubleshooting mechanism by which we can zero in on the cause?
    When I go in the debug mode I can see the exact error as
    cannot use duplicate table name:  [288] SAPXXX.ZCL_PLAN_MAINTENANCE=>GET_COMP_TYPE#stub#20140905055908: line 15 col 3 (at pos 492): cannot use duplicate table name exception:
    where ZCL_PLAN_MAINTENANCE=>GET_COMP_TYPE is the AMDP class and method. SAPXXXis the schema.

    I reported this to Adobe customer support on 11/29, and here is their response:
    Wednesday, December 5, 2007 12:51:27 PM PST
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop Elements® 6.0.
    I understand that images are deleted if you accidentally try to move
    them to a folder that already includes a file of the same name.
    Thank you for bringing this to our attention. I was able to replicate
    this behavior as well. The best method to report errors of this nature
    is using the following form on our website:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    I will report this to the product team through my channels. You may want to submit this issue through the web form as it goes directly to the product development team.
    I hope this information helps to resolve your issue. If you require
    further assistance with this issue, please update your web case with
    complete details, including what steps you have applied and any error
    messages you are receiving.
    You may also call Technical Support at (800) 642-3623. We are available from 6:00 am to 5:00 pm Monday - Friday, Pacific Time.
    Kind regards,
    Alan C.
    Adobe Web Support

  • Dynamically fetching the table name

    Hi All,
    I am trying to fetch table name dynamically using some variables.
    Example: Table_name : ABC_#PROJ.JOB_ID_#PROJ.PROJECT_ID.
    I am passing the JOB_ID and PROJECT_ID while running the package.
    Is there any restriction on the lengths of variables? Because it is not working when i change the name of variable JOB_ID to JOB_ID_QWERTYTJTNGIGRN.
    Thanks,
    Ashok

    Thanks for the Response.
    Bhabani,
    Yes the variable is not substituting the value. But i am not following why it is happening, i tried to find the lenght of the variable at which this behaviour starts but it is not consistent.One varibale didnot work when i increased the lenght to 19 and the other didnot work at 18 itself.
    Exact name of the variable:
    PROCESS_GRP_NO_PREVIOUS. (Change the name to PROCESS_GRP_N and it works.)
    DecaXD,
    No i dont see in blue, its not a key work.
    Thanks,
    Ashok

  • Invalid Table Name error in EXECUTE IMMEDIATE

    Hi there.
    I am trying to truncate few debug tables I created a used ago. Refer the code
    declare
    lv_sql varchar2(100) := 'truncate table :b1';
    begin
    for i in (select object_name
                 from all_objects
                where object_type = 'TABLE'
                  and object_name like 'DEBUG_%'
                  and owner = user)
    loop             
       dbms_output.put_line('Table Name: '||i.object_name);
       execute immediate lv_sql using i.object_name;
    end loop;
    end;Seems to be correct (unless I messed something big). And, I get an error message:
    ORA-00903: invalid table name
    ORA-06512: at line 13Any idea? Thanks in advance.

    you can't bind table or column names... try this instead:
    declare lv_sql varchar2(100);
    begin for i in (select object_name
                  from all_objects
                where object_type = 'TABLE'
                  and object_name like 'DEBUG_%'
                  and owner = user) loop
                     dbms_output.put_line('Table Name: '||i.object_name);
       lv_sql := 'truncate table '||i.object_name;
       execute immediate lv_sql;
    end loop;
    end;Message was edited by:
    RACER
    forgot ending  tag

  • In azure microsoft DEPLOYMENT FAILED while fetching the files from git

    Hello there,
    I am using windows azure service for deploying my website but it gets display error  "DEPLOYMENT FAILED"  while fetching the file from my git repository. Please suggest me.

    Hi David,
    Thank you for your response,
    I deployed it using git and now its completed but i have an anather question that is I have created the app in portal.azure.com and a mysql db, both the files and db are deployed but still I am getting error "You
    do not have permission to view this directory or page." 
    Please suggest.

  • Getting an error while fetching the data and bind it in the Tree table

    Hi All,
    I am getting an error "A navigation paths parameter object has to be defined - " while fetching the data and bind it in the Tree table.
    Please find the code and screenshot below
    var oModel = new sap.ui.model.odata.ODataModel("../../../XXXX.xsodata/", true);
    var oTable = sap.ui.getCore().byId("table");
    oTable.setModel(oModel);
    oTable.bindRows({
        path: "/Parent",
        parameters: {expand: "Children"}
    Can anyone please give me a suggestion to rectify this?
    Thanks in Advance,
    Aravindh

    Hi All,
    Please see the below code. It works fine for me.
    var oController = sap.ui.controller("member_assignment");
    var oModel = new sap.ui.model.odata.ODataModel("../../../services/XXXX.xsodata/", true);
    var Context = "/PARENT?$expand=ASSIGNEDCHILD&$select=NAME,ID,ASSIGNEDCHILD/NAME,ASSIGNEDCHILD/ID,ASSIGNEDCHILD/PARENT_ID";
    var oTable = sap.ui.getCore().byId("tblProviders");
    oModel.read(Context, null, null, true, onSuccess, onError);
    function onSuccess(oEventdata){
        var outputJson = {};
        var p = 0;
        var r = {};
        try {
            if (oEventdata.results){
                r = oEventdata.results;
        } catch(e){
            //alert('oEventdata.results failed');
        $.each(r, function(i, j) {
            outputJson[p] = {};
            outputJson[p]["NAME"] = j.NAME;
            outputJson[p]["ID"] = j.ID;
            outputJson[p]["PARENT_ID"] = j.ID;
            outputJson[p]["DELETE"] = 0;
            var m = 0;
            if (j.ASSIGNEDCHILD.results.length > 0) {
                $.each(j.ASSIGNEDCHILD.results, function(a,b) {
                outputJson[p][m] = { NAME: b.NAME,
                                     ID : b.ID,
                                     PARENT_ID: b.PARENT_ID,
                                     DELETE: 1};
                m++;
            p++;
        var oPM = new sap.ui.model.json.JSONModel();
        oPM.setData(outputJson);
        oTable.setModel(oPM);
    function onError(oEvent){
        console.log("Error on Provider Members");
    oTable.bindRows({
        path:"/"
    Regards
    Aravindh

  • Error while creating table 'EDISEGMENT' entry '/BIC/CIEB0ASSET_ATTR'

    Hi All,
    I'm getting this error while activating transfer rules for 0ASSET.
    I referred previous solutions in the forum, by which it was clear that i need to delete entries from 'EDISEGMENT' table.
    I used SAP note : 493422, by which i could table entries in 'EDISEGMENT', by using  Z_RS_SCRSYSTEM_R3_CHECK.
    But activating the transfer rules gives me similar error, and again an entry is created in 'EDISEGMENT'.
    I guess this is because i need to delete these entires from EDSAPPL table? I'm not able to delete its entries.
    Please suggest.
    I also created similar program in R/3. I executed it, but it couldnt find any inconsistencies.
    Also let me know I'm proceeding the right direction so far.
    Thank you,
    Ketan

    There are a couple of ways to delete data out of SAP delivered tables in R3/ECC:
    1) If the table has a maintenance screen generated for it, you can go to tcode SM30 and update the table. To determine if a maintenance screen exists for the table, go to tcode SE11 or SE12, make sure the Database Table radio button is selection, enter the table name and click on Display. Select the menu path Utilities > Table Maintenance Generator. If the following screen has entries in the Authorization Group, Function Group and Maint. Screen No. fields, a maintenance screen exists and tcode SM30 can be used to update the table, as long as you have authorization to do so.
    2) Create an ABAP program to delete data from the table. This in not a recommended approach in this case bacause this is an SAP delivered table and SAP frowns on direct table updates being done to R3/ECC tables that they delivered. If this were a custom table (beginning with Z* or Y*), then direct table updates are no issue.
    3) Have the client opened and delete the rows of data from the table in tcode SE16.

  • Error while expanding tables in SQL Developer

    Hi All,
    I am using Oracle 11g, SQL Developer Version 3.1.07,
    I have saved a connection for testing, for the default account (scott/tiger).
    Connection Test is successful, but when I tried to expand the tables folder, it is showing an error.
    Error:
    java.lang.NoSuchMethodError: oracle.jdbc.OraclePreparedStatement.setStringAtName(Ljava/lang/String;Ljava/lang/String;)V
         at oracle.dbtools.db.DBUtil$15.call(DBUtil.java:959)
         at oracle.dbtools.db.DBUtil$15.call(DBUtil.java:945)
         at oracle.dbtools.db.DBUtil.assertLock(DBUtil.java:1723)
         at oracle.dbtools.db.DBUtil.bind(DBUtil.java:945)
         at oracle.dbtools.db.DBUtil.bind(DBUtil.java:1404)
         at oracle.dbtools.raptor.controls.grid.OracleRSTModel.prepareStatement(OracleRSTModel.java:89)
         at oracle.dbtools.raptor.controls.grid.ResultSetTableModel.openResultSet(ResultSetTableModel.java:458)
         at oracle.dbtools.raptor.controls.grid.ResultSetTableModel.fetchNext(ResultSetTableModel.java:183)
         at oracle.dbtools.raptor.controls.grid.ResultSetTableModel$4.doWork(ResultSetTableModel.java:636)
         at oracle.dbtools.raptor.controls.grid.ResultSetTableModel$4.doWork(ResultSetTableModel.java:620)
         at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:515)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:662)
    Note:
    1. I have tried the query "SELECT * FORM TAB", it fetch all the tables name from the database.
    2. I have the following privilege
    PRIVILEGE
    CREATE SESSION
    UNLIMITED TABLESPACE
    CREATE TABLE
    CREATE CLUSTER
    CREATE SEQUENCE
    CREATE PROCEDURE
    CREATE TRIGGER
    CREATE TYPE
    CREATE OPERATOR
    CREATE INDEXTYPE
    Please suggest me some idea how to solve this issue.

    Hi Kamal,
    Some of the comments in this earlier post may be of help:
    Can't view database objects
    Bottom line: the missing method is found in jdbc jars like ojdbc5.jar and ojdbc6.jar, but not in earlier versions. Not sure of exact names, but probably something that came with an Oracle 8i client (maybe ojdbc14.jar?) or even a (much older) jar like classes12.jar would not have that method.
    If you would rather not clean up this probable ORACLE_HOME conflict, you can try a common workaround noted again today in the forum to force use of the ojdbc6.jar that ships with SQL Developer:
    Re: Migrate from sql developer 1.5x to 3.x
    Regards,
    Gary
    SQL Developer Team

  • How to use for all entires clause while fetching data from archived tables

    How to use for all entires clause while fetching data from archived tables using the FM
    /PBS/SELECT_INTO_TABLE' .
    I need to fetch data from an Archived table for all the entries in an internal table.
    Kindly provide some inputs for the same.
    thanks n Regards
    Ramesh

    Hi Ramesh,
    I have a query regarding accessing archived data through PBS.
    I have archived SAP FI data ( Object FI_DOCUMNT) using SAP standard process through TCODE : SARA.
    Now please tell me can I acees this archived data through the PBS add on FM : '/PBS/SELECT_INTO_TABLE'.
    Do I need to do something else to access data archived through SAP standard process ot not ? If yes, then please tell me as I am not able to get the data using the above FM.
    The call to the above FM is as follows :
    CALL FUNCTION '/PBS/SELECT_INTO_TABLE'
      EXPORTING
        archiv           = 'CFI'
        OPTION           = ''
        tabname          = 'BKPF'
        SCHL1_NAME       = 'BELNR'
        SCHL1_VON        =  belnr-low
        SCHL1_BIS        =  belnr-low
        SCHL2_NAME       = 'GJAHR'
        SCHL2_VON        =  GJAHR-LOW
        SCHL2_BIS        =  GJAHR-LOW
        SCHL3_NAME       =  'BUKRS'
        SCHL3_VON        =  bukrs-low
        SCHL3_BIS        =  bukrs-low
      SCHL4_NAME       =
      SCHL4_VON        =
      SCHL4_BIS        =
        CLR_ITAB         = 'X'
      MAX_ZAHL         =
      tables
        i_tabelle        =  t_bkpf
      SCHL1_IN         =
      SCHL2_IN         =
      SCHL3_IN         =
      SCHL4_IN         =
    EXCEPTIONS
       EOF              = 1
       OTHERS           = 2
       OTHERS           = 3
    It gives me the following error :
    Index for table not supported ! BKPF BELNR.
    Please help ASAP.
    Thnaks and Regards
    Gurpreet Singh

Maybe you are looking for