SQL from remote systems failes

Hi All,
First of all, it may not be a database issue.
In brief, Not able to execute sql statements which returns more amount of data for ex: select * from v$session,select * from dict; I Could execute simple statements like select * from version / some user tables with less number of data by using “where” clause.
This is not an issue when I am in a remote system which are located in the same network as the database server (North America). Issue is from my local system (Asia) alone. I am sure that it has something to do with network side.
C:\Documents and Settings>sqlplus system/******@XXXX
SQL*Plus: Release 11.1.0.6.0 - Production on Wed May 12 11:11:39 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
SQL>
SQL> select * from v$session;
It just stops there. Session won’t disconnect or any ORA-XXXX error.
Done the following checks,
- v$session shows that the above session in question is in status as “INACTIVE” and state as “WAITING”
- tnsping from remote system and localsystem returns almost similar response time (600 msec - 670 msec)
- Couldn’t find anything unusual in alert / trace also in listener log.
- Since I am able to run some queries, no need to bother about firewall side.
- Done some basic analysis using wireshark packet analyzer - couldn’t see any error. However could see that local system is getting “response data” from the database server.
- MTU set to different size , 1500,1400,Defaul;t etc with no luck.
I am sure that many of you working on scattered environment might have faced similar issues. Your inputs will be very helpful for me.
Server – Oracle 11.2.0.1.0 64 on RHEL 5.4
Client - Oracle 11.1.0.6.0 on Xp. Tried with jdbc thin drivers also.
Thanks.

please refer below,
oracle@XXXXX$=>tail -100 alert_db1.log | more
Mon May 10 22:14:50 2010
Thread 1 advanced to log sequence 1947 (LGWR switch)
Current log# 3 seq# 1947 mem# 0: /data/oracle/oradata/db1/redo03.log
Tue May 11 01:31:48 2010
Thread 1 advanced to log sequence 1948 (LGWR switch)
Current log# 1 seq# 1948 mem# 0: /data/oracle/oradata/db1/redo01.log
Tue May 11 01:32:09 2010
Thread 1 advanced to log sequence 1949 (LGWR switch)
Current log# 2 seq# 1949 mem# 0: /data/oracle/oradata/db1/redo02.log
Thread 1 cannot allocate new log, sequence 1950
Checkpoint not complete
Current log# 2 seq# 1949 mem# 0: /data/oracle/oradata/db1/redo02.log
Tue May 11 01:32:28 2010
Thread 1 advanced to log sequence 1950 (LGWR switch)
Current log# 3 seq# 1950 mem# 0: /data/oracle/oradata/db1/redo03.log
Thread 1 cannot allocate new log, sequence 1951
Checkpoint not complete
Current log# 3 seq# 1950 mem# 0: /data/oracle/oradata/db1/redo03.log
Tue May 11 01:32:40 2010
Thread 1 advanced to log sequence 1951 (LGWR switch)
Current log# 1 seq# 1951 mem# 0: /data/oracle/oradata/db1/redo01.log
Thread 1 cannot allocate new log, sequence 1952
Checkpoint not complete
Current log# 1 seq# 1951 mem# 0: /data/oracle/oradata/db1/redo01.log
Thread 1 advanced to log sequence 1952 (LGWR switch)
Current log# 2 seq# 1952 mem# 0: /data/oracle/oradata/db1/redo02.log
Tue May 11 02:00:03 2010
Clearing Resource Manager plan via parameter
Tue May 11 02:01:03 2010
Thread 1 advanced to log sequence 1953 (LGWR switch)
Current log# 3 seq# 1953 mem# 0: /data/oracle/oradata/db1/redo03.log
Tue May 11 03:10:44 2010
Stopping background process CJQ0
Tue May 11 07:00:10 2010
Thread 1 advanced to log sequence 1954 (LGWR switch)
Current log# 1 seq# 1954 mem# 0: /data/oracle/oradata/db1/redo01.log
Tue May 11 13:37:35 2010
Thread 1 advanced to log sequence 1955 (LGWR switch)
Current log# 2 seq# 1955 mem# 0: /data/oracle/oradata/db1/redo02.log
Tue May 11 20:00:37 2010
Thread 1 advanced to log sequence 1956 (LGWR switch)
Current log# 3 seq# 1956 mem# 0: /data/oracle/oradata/db1/redo03.log
Tue May 11 21:30:45 2010
Starting background process CJQ0
Tue May 11 21:30:45 2010
CJQ0 started with pid=22, OS id=2034
Tue May 11 22:00:00 2010
Setting Resource Manager plan SCHEDULER[0x2FF5]:DEFAULT_MAINTENANCE_PLAN via scheduler window
Setting Resource Manager plan DEFAULT_MAINTENANCE_PLAN via parameter
Tue May 11 22:00:01 2010
Starting background process VKRM
Tue May 11 22:00:01 2010
VKRM started with pid=29, OS id=3328
Tue May 11 22:01:21 2010
Begin automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"
Tue May 11 22:04:22 2010
Thread 1 advanced to log sequence 1957 (LGWR switch)
Current log# 1 seq# 1957 mem# 0: /data/oracle/oradata/db1/redo01.log
Tue May 11 22:04:41 2010
End automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"
Tue May 11 22:06:29 2010
Thread 1 advanced to log sequence 1958 (LGWR switch)
Current log# 2 seq# 1958 mem# 0: /data/oracle/oradata/db1/redo02.log
Tue May 11 22:10:22 2010
Thread 1 cannot allocate new log, sequence 1959
Checkpoint not complete
Current log# 2 seq# 1958 mem# 0: /data/oracle/oradata/db1/redo02.log
Tue May 11 22:13:00 2010
Thread 1 advanced to log sequence 1959 (LGWR switch)
Current log# 3 seq# 1959 mem# 0: /data/oracle/oradata/db1/redo03.log
Tue May 11 22:15:58 2010
Thread 1 advanced to log sequence 1960 (LGWR switch)
Current log# 1 seq# 1960 mem# 0: /data/oracle/oradata/db1/redo01.log
Wed May 12 01:32:46 2010
Thread 1 advanced to log sequence 1961 (LGWR switch)
Current log# 2 seq# 1961 mem# 0: /data/oracle/oradata/db1/redo02.log
Thread 1 advanced to log sequence 1962 (LGWR switch)
Current log# 3 seq# 1962 mem# 0: /data/oracle/oradata/db1/redo03.log
Wed May 12 01:32:57 2010
Thread 1 cannot allocate new log, sequence 1963
Checkpoint not complete
Current log# 3 seq# 1962 mem# 0: /data/oracle/oradata/db1/redo03.log
Thread 1 advanced to log sequence 1963 (LGWR switch)
Current log# 1 seq# 1963 mem# 0: /data/oracle/oradata/db1/redo01.log
Thread 1 cannot allocate new log, sequence 1964
Checkpoint not complete
Current log# 1 seq# 1963 mem# 0: /data/oracle/oradata/db1/redo01.log
Wed May 12 01:33:11 2010
Thread 1 advanced to log sequence 1964 (LGWR switch)
Current log# 2 seq# 1964 mem# 0: /data/oracle/oradata/db1/redo02.log
Thread 1 cannot allocate new log, sequence 1965
Checkpoint not complete
Current log# 2 seq# 1964 mem# 0: /data/oracle/oradata/db1/redo02.log
Thread 1 advanced to log sequence 1965 (LGWR switch)
Current log# 3 seq# 1965 mem# 0: /data/oracle/oradata/db1/redo03.log
Wed May 12 02:00:00 2010
Clearing Resource Manager plan via parameter
Wed May 12 02:00:55 2010
Thread 1 advanced to log sequence 1966 (LGWR switch)
Current log# 1 seq# 1966 mem# 0: /data/oracle/oradata/db1/redo01.log

Similar Messages

  • Pages not displaying images when accessed from remote system-error on page.

    Urgent pls help...
    Hi,
    We installed 10G database and installed application express.
    we installed apex using the command @apexins SYSAUX SYSAUX TEMP /i/
    then changed password using @apxchpwd
    then @apxldimg.sql D:\oraclexe
    we installed databse in D:
    in D:/oraclexe we copied apex folder and done the above operations.
    we run the listener using command
    java -Dapex.home=D:/oraclexe/apex -Dapex.images=D:/oraclexe/apex/apex/images -Dapex.port=8585 -jar D:/oraclexe/apex/apex.war
    then for four days it was working fine,
    our team can access pages from client system and we were working on our project.
    But for the last two days it is not working properly. I mean apex is loading with errors(without images).
    the page is showing without images and links are not working
    just data's in pages is only seen.
    But when i connect through localhost it is working properly.
    we installed it on server then there also localhost:8080 is working
    but from client system has the above said problem
    Give us a solution...
    Thanks in advance...
    Edited by: 874343 on Jul 22, 2011 5:26 AM

    ListenerAdmin is showing blank screen
    this is my command prompt when running listener
    D:\oraclexe>cd apex
    D:\oraclexe\apex>java -Dapex.home=D:/oraclexe/apex -Dapex.images=D:/oraclexe/ape
    x/apex/images -Dapex.port=8585 -jar D:/oraclexe/apex/apex.war
    INFO: Starting: D:\oraclexe\apex\apex.war
    See: 'java -jar apex.war --help' for full range of configuration options
    INFO: Extracting to: D:\oraclexe\apex
    INFO: Using classpath: file:/D:/oraclexe/apex/apex/____embedded/start.jar:file:/
    D:/oraclexe/apex/apex/WEB-INF/lib/apex.jar:file:/D:/oraclexe/apex/apex/WEB-INF/l
    ib/commons-fileupload-1.2.1.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/je-4.0.1
    03.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/ojdbc6.jar:file:/D:/oraclexe/apex
    /apex/WEB-INF/lib/ojmisc.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/poi-3.6-200
    91214.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/ucp.jar:file:/D:/oraclexe/apex
    /apex/WEB-INF/lib/xdb-11.2.0.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/xmlpars
    erv2-11.2.0.jar:
    INFO: Starting Embedded Web Container in: D:\oraclexe\apex
    Jul 22, 2011 6:48:19 PM ____bootstrap.Deployer deploy
    INFO: Will deploy application path=D:\oraclexe\apex\apex\WEB-INF\web.xml
    Jul 22, 2011 6:48:19 PM ____bootstrap.Deployer deploy
    INFO: deployed application path=D:\oraclexe\apex\apex\WEB-INF\web.xml
    Using config file: D:\oraclexe\apex\apex-config.xml
    -- listing properties --
    PropertyCheckInterval=60
    ValidateConnection=true
    MinLimit=1
    MaxLimit=10
    InitialLimit=3
    AbandonedConnectionTimeout=900
    MaxStatementsLimit=10
    InactivityTimeout=1800
    MaxConnectionReuseCount=1000
    APEX Listener version : 1.1.2.131.15.23
    APEX Listener server info: Grizzly/1.9.18-o
    Jul 22, 2011 6:48:44 PM com.sun.grizzly.Controller logVersion
    INFO: Starting Grizzly Framework 1.9.18-o - Fri Jul 22 18:48:44 IST 2011
    INFO: http://localhost:8585/apex started.
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.2.0
    Edited by: 874343 on Jul 22, 2011 6:42 AM
    Edited by: 874343 on Jul 22, 2011 6:51 AM

  • Printing or exporting  files from remote system running SAP

    Hi to everyone,
    I am trying to print or save exported data from SAP (in Excel)to a remote system where I am working. SAP is running in a remote server to which I am connected. So far I have only been able to print and save in the remote system (where SAP is running ), but can't do it to my printer/PC. It is probably a simple problem but I can't see an answer.
    Thank very much to anyone who can give me a clue.
    Antonio

    check if printer LP02 or similar is defined on your SAP system. It prints via SAPLPD to your local printer.
    To save anything to your local PC - you can use "save to local file" from the report, or WS_DOWNLOAD FM from ABAP.

  • Data request deletion problem from remote system.

    Hi experts.
    Now i am facing one critical problem . The description is as following:
    we design the edw level in one phsical BW machine(A) which contains only dso infoprovider. This machine(A) works as datasource to provide data to another physical BW machine(B).
    The dso in A system is exported as datasource , Cubes in B system load data through this datasource .
    We first do the initialization with data contained on B system and then load delta data from A system. But if we want to delete some request in system A ,the system indicate this request can not be deleted unless the initialization in system B is deleted( this will lead to all the data missing in system B).
    Can anyone explain this mechanism to me , please help me suggesting some kind of methods to delete the request in system A without deleting the initialization information in system B.
    Thanks in advance.
    Waiting online for your kindly reply.

    1. Ask your Basis to look into it.
    2. try analyse your Baqckground Process in SM51.
    3. Is your Deletion Job started immediately or any Delay?
    4. If That cube or ODS has only this request which you are deleting, go with Context Menu Cube or ODS (by right click) --> Delete Contents.
    Delete Contents will improve performence compare to Request Deletion..
    If you have request more than this, you should not go for this.
    Nagesh Ganisetti.
    Assign points if it helps.

  • Readtimeout error while generating JCA from remote system usingoraclestudio

    Please anyone give the solution to the following query
    when i tried to generate the JCA file using oracle studio which is in remote system, it gives the timeout exception.
    Please any one give the reason.
    Thanks
    amar
    Edited by: 897448 on Nov 16, 2011 11:04 PM

    You are trying to use a custom class as a return type?
    The return type needs to be JAX-B compatible
    see: http://download.oracle.com/docs/cd/E17802_01/webservices/webservices/docs/2.0/tutorial/doc/JAXWS3.html
    You should avoid using user defined complex types as much as possible because they require the clients to be able to process them as well making your webservice less portable and thus defeating the main advantages of webservices.

  • Runtime repository connects on remote system fails in connection

    Hi,
    I've created runtime repository and access users and target schema on linux server through owb server install. Sqlplus onnections from my window2k PC work OK for all 3 users.
    I created a second runtime repository connection from my owb designer on windows2k system. When I bring up deployment manager and try to connect to the remote target through this connection, it fails with RTC-5260:failed to connect to runtime platform...,and ORA_01017:invalid username/password. Also, I notices a java thread on the remote linux server was created each time I tried the connection .
    I have the connection alias under both OWB and OracleDB tnsnames. What's the problem?
    ~Tracy

    Found one solution from metalink for this. Note:257687.1

  • Importing BAPI_PO_CREATE1 from 46c system fails

    Hello,
    I imported BAPI "BAPI_PO_CREATE1" from a 46c system in a webdynpro project and after import i build the project. It gives following error.
    <b><b>[ddgen] [Error]   Structure com.sap.example.create.types.Bapimepoitemx is not generated
         [ddgen] [Error]   Name contains invalid characters</b></b>
         [ddgen] [Info]    Catching throwable null
         [ddgen] [Info]    com.sap.dictionary.generation.ant.GenerationAntTaskError
         at com.sap.dictionary.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:171)
         at com.sap.dictionary.tools.generation.Generation.generatePersistentStructure(Generation.java:479)
         at com.sap.dictionary.tools.generation.console.GenerationConsole.generate(GenerationConsole.java:165)
         at com.sap.dictionary.generation.ant.GenerationAnt.main(GenerationAnt.java:47)
         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 com.sap.dictionary.generation.ant.DDGenAntTask.execute(DDGenAntTask.java:211)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:119)
         at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:67)
         at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:163)
         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 com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:341)
         at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:175)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1386)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5107)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
         [ddgen] ERROR: Unknown exception during generation null (com.sap.dictionary.generation.ant.GenerationAntTaskError)
         [ddgen] ERROR: Generation failed due to errors (42 seconds)
    After checking in detail, i found that structuere BAPIMEPOITEMX has a field called INDUS????, which would be causing this problem.
    Has anybody face this problem? ANy resolution.
    Thanks.
    Rgds
    Rajeev

    Hello Helmut,
    Yes, it is INDUS???? in BAPI. Here is the cut from se11
    IN_HOUSE     BAPIUPDATE     CHAR     1     0     Updated information in related user data field
    INDUS????     BAPIUPDATE     CHAR     1     0     Updated information in related user data field
    INF_INDEX     BAPIUPDATE     CHAR     1     0     Updated information in related user data field
    UNTIL_DATE     BAPIUPDATE     CHAR     1     0     Updated information in related user data field
    DELIV_COMPL     BAPIUPDATE     CHAR     1     0     Updated information in related user data field
    Rgds
    Rajeev

  • RFCs calling from remote systems

    Hello Abapers,
    Can anyone tell me how to find the list of programs which are calling remote function modules? For example programs in CRM system calling function modules in ECC...
    Thanks,
    Himadama

    Hi,
    this is only ardly possible depending on your goal.
    There are lots of RFC calls especially in CRM for middleware purposes.
    Option a) - You try to find all pla ces where z*modules are called that are not existing in CRM
    Option b) - You want to find all RFC enabled modules of ERP called in  CRM
    Option c) - You want to find all RFC calls in CRM targeting the defaulting ERP destination
    Solution for  a)
    - Go to table WBCROSS (which is global the "where used list")
       and check for all Z* modules 
    - Copy the list of modules e.g. in a file 
    - Search table trdir (registry of function modules) with this list
      -> all modules that are not in this list are probably RFC modules from a backend
    Solution for  b)
    - Go to ERP SE37 and open the help
    - open the advanced options
    - mark "RFC modules"
    - search and save the whole list of RFCs relevant
    - Go to CRM and check table WBCROSS where these modules are used
    Solution for  c)
    - go to CRM and check for a module called "SMOFERP" or similar
      It returns the name of the default RFC destination of an CRm system to its default ERP.
    - Check the where used list of this module - should guide you close to the calls
    mfg,

  • Opening Photos Library from remote MAC fails

    All,
    I have my main Photos Library on a MACmini (Macmini_1), in the default folder location. I try to open Photos for OS X from another MACmini (MACmini_2), using the 'other location...' button. Photos for OS X can not open the library on MACmini_1, failing with "The Library can not be opened. Photos has atempted to repair the library "MACmini Photos Library, but is unable to open it".
    The Photos Library opens fine on MACmini_1 locally, without attempting to repair.
    Any idea if this 'operation' is supported, can Photos open a remote library? iPhoto would do this without any issues, as long as the Library was located on MAC formatted drive (internal or external). Anyone know if this has changed?
    Thanks

    That is not supported. The only way to share a library between macs is on a portable drive, formatted MacoS Extended (Jourmnled) and with the ignore ownership flag set.  as described here:  iPhoto: Sharing libraries among multiple users
    To access a library from several Macs remotely, consider iCloud Photo Library:
    See:   How to use Photos for OS X with multiple Macs | iMore
    Or: iCloud Photo Library beta FAQ

  • How to Download a file from remote system.

    Hi,
    If anybody knows how to download a file directly from database to localdirectory

    I have data in a blob column of one table.
    from a html page if i click download link then a download dialog box shoud come saying save and cancle etc ., the blobdata from database should be retrived and stored in desired loaction in client system.

  • Receive syslog messages from remote system

    I want to replace my ancient and aging Slackware 12.0 server with an Arch server. One of the hurdles is to receive syslog messages (UDP/IP, port 514) over the network from a Cisco 678 DSL modem/router, and from a DD-WRT based wireless access point.
    How do I go about getting a systemd-based Arch server to receive syslog-formatted messages from the network on UDP port 514?
    I'm not looking to view the Arch system's journal over the network, but rather to receive non-local messages and log them.
    Last edited by bediger4000 (2013-08-01 15:44:48)

    WonderWoofy: I hope you mean "man systemd-journal-gatewayd", as I find that man page, but not "systemd-journal-gateway".  systemd-journal-gatewayd works the other way. According to the man page it "serves journal events over the network. Clients must connect using HTTP."
    sbmomeni: I agree that your reference says the systemd journal provides the same function - but how?  And does "this functionality" refer to the logging part of syslog-ng, or to the receiving messages from other machines part?

  • Receiving zfs snapshots from remote system

    Hi guys,
    if you create zfs snapshots on systemA and then send them to systemB, how do you recover the snapshots from systemB back to systemA?
    Thanks guys .

    The same way, just do a send/receive from B to A. But that would create a new filesystem, not get you the snapshot within the original zfs back.
    cheers
    bjoern

  • JDBC connect from remote computer fails

    Hi all,
    I have successfully installed the XE server and I can connect over JDBC from clients running locally on the machine where the XE server is installed.
    However when I try to connect from a remote computer using the same client I get an error saying: The Network Adapter could not establish the connection
    I can ping the machine with XE installed and all firewalls on the machines are turned off.
    Any ideas on the subject of JDBC remote connect to XE server? Or is it simply that it is not supported?
    Appreciate all the help I can get.
    Thanks,
    /Anders

    On my machine I have the listener bound to local interface.
    Listener.ora has hostname in it, and this is the listener status:
    As status shows the hostname is resolved to localhost, on this machine I am unable (with this configuration) to share the db to other machines (I do not have oracle client on my other pc, but telnet is unable to connect to port 1521).
    Changing hostname to ipaddres solves.
    [andrea@bones ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Beta on 15-DEC-2005 21:28:51
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bones)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Beta
    Start Date                15-DEC-2005 21:28:40
    Uptime                    0 days 0 hr. 0 min. 11 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File         /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XE" has 1 instance(s).
      Instance "XE", status READY, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
      Instance "XE", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
      Instance "XE", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [andrea@bones ~]$

  • Delete a .csv file from desktop system

    Hi All,
    My requirement is to read the .csv file from the desktop system having the shared folder and delete the file after read successfully.
    Here I can read the .csv file from the location using the function RFC_REMOTE_FILE and updated the content into internal table.
    But I cant delete the file from the presentation server ( Desktop system).
    Can anyone tell me how to delete the .csv file from the desktop system on different location.
    Note:
    I followed this link to read file:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2&overridelayout=true

    Hi Rob,
    Thanks. I solved this problem myself.
    The solution to delete the file from remote system is
    concatenate 'DEL' i_filename i_dirname into v_bkfile separated by space .
    call function 'RFC_REMOTE_EXEC'
      destination  c_dest
      exporting
        command               = v_bkfile
      exceptions
        system_failure        = 1  MESSAGE v_ermsg
        communication_failure = 2  MESSAGE v_ermsg.

  • Getting LONG RAW from remote database

    Hi,
    I have a table in my local database that has a LONG RAW column . I have another table of similar structure in a remote database (so it has LONG RAW as well). I would like to transfer data including LONG RAW data from the remote database into the local database table using PL/SQL. I know it is not possible to copy LONG RAW over dblink directly. Can anyone suggest an approach to accomplish this?
    The local table cannot be changed to BLOB, but I have the flexibility to change the remote table to use BLOB. So, can anyone tell me if the following solution would work. If so, can you shed some light on what PL/SQL libraries to use or can you provide me with some sample code to implement steps 3 and 4 below?:
    1. Change the remote table to use BLOB
    2. Create a new temporary table with BLOB in the local database.
    3. Copy data using PL/SQL from remote BLOB to local temporary table BLOB.
    4. Copy data using PL/SQL from BLOB to LONG RAW within the local database from temporary table (w/ BLOB) to the actual target table (w/ LONG RAW).
    I think step 3 can be a direct Insert-Select from remote table (I'll try this myself), but not sure how to go about step 4.
    Thanks for your help.

    There is a chapter in the Oracle Application Developer's Guide on calling external procedures
    I don't know enough about VB and the available VB APIs to know for sure. I would assume that VB could be configured to generate a DLL with a C call specification. I would also assume that there was a VB API that would allow you to manipulate LONG RAW and BLOB data. Unfortunately, though, I don't know which VB API's have that functionality.
    Justin

Maybe you are looking for

  • CS5 is opening raw files as a smart object to files im currently working

    I just bough new CS 5 and find this big error. When i open raw file in Camera Raw and i have opened some jpg in CS5, it always opened as a smart object to this small jpg i have opened before. The same is doing my CS 5 when i drag some file from deskt

  • CS5 ISSUE - STORIES NOT LOCKING ALL THE TIME IN INCOPY

    I have an issue where sometimes we will have one user open a story and it will NOT show it as being locked (pencil with line through it).  The majority of the time it will, but seems to happen too often and I see it being a problem this coming weeken

  • SAP Query: Current Stock and Stock Sold

    Hi, As SAP no longer supports XLReporter with SQL 2012 I am in the pain staking process of trying the same data as near to the previous XLReporter reports as possible. Crystal is not an option for all reports as mt co-workers like to manipulate repor

  • Third-party plugins and color cast

    Hello, When using DE:Noise or Magic Bullet Denoiser 2, I get a color cast on the whole image when it is applied simultaneously with a color correction via a Lumetri effect. I have tried everything inside Premiere regarding effect order, nesting, and

  • [SOLVED] Lost Sound After Upgrade

    Solved (for now at least). The problem appears to be a bug with alsa. Alsaconf writes a file called /etc/modprobe.d/50-sound.conf, which contains the aliases for the sound card. But for some reason it then wasn't reading the file. Copying the alias e