Problems establishing a Shared Server connection

I am trying to establish a connection to a shared server on a test database. The database is 10.2.0.4 and runs on Solaris 10. Here are some setting for my init file, and I think the last two do not need to be set.
# Shared Server
dispatchers="(PROTOCOL=TCP) (SERVICE=DBA10XDB)"
shared_servers=5
shared_server_sessions=20
I connect from my client which uses a tnsnames.ora file and does NOT specify a dedicated server. Here is the result of LSNRCTL SERVICES:
LSNRCTL for Solaris: Version 10.2.0.4.0 - Production on 22-MAR-2011 10:07:04
Copyright (c) 1991, 2007, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
Services Summary...
Service "BUILDTST" has 1 instance(s).
Instance "BUILDTST", status READY, has 1 handler(s) for this service...
Handler(s):
"*DEDICATED*" established:1 refused:0 state:ready
LOCAL SERVER
Service "BUILDTST_XPT" has 1 instance(s).
Instance "BUILDTST", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:1 refused:0 state:ready
LOCAL SERVER
Service "DBA10XDB" has 1 instance(s).
Instance "BUILDTST", status READY, has 1 handler(s) for this service...
Handler(s):
"*D000*" established:0 refused:0 current:0 max:992 state:ready
DISPATCHER <machine: dbtest, pid: 20864>
(ADDRESS=(PROTOCOL=tcp)(HOST=dbtest)(PORT=50059))
The command completed successfully
V$SESSION shows the connections to be DEDICATED. Any suggestions as to what I may be doing incorrectly? Reading all I can find on this seems to indicate all I need to do is have DISPATCHERS and SHARED_SERVERS set and then connections will automatically be shared server connections.

Thanks. Your post helped me get things straightened out. After changing my tnsnames file I was getting an ORA-12520. Hmmm. I then noticed the (SERVICE=DBA10XDB) on my DISPATCHERS parameter, which was there by default when Oracle configured the init file initially. I removed that and it worked.
Then I was able to get connections to the shared server with and without the SERVER=SHARED setting. I knew I had read that Oracle will default to shared server if not specified, but your post indicated that a client connection can be forced to use the shared server, even when no dispatchers are registered. I think mine was not registered to my instance due to the (SERVICE=DBA10XDB) setting. If there are no registered dispatchers the connection request is rejected.

Similar Messages

  • Problems with AOL IMAP server connection on my BlackBerry Z10 STL100-3, and BB PlayBook 64GB WiFi

    Problems with AOL IMAP server connection on my BlackBerry Z10 STL100-3, and BB PlayBook 64GB WiFi
    Thursday 4:20am EST, 02-19-2015
    Hi, My connection to the AOL IMAP server has suddenly failed - Says "Not Connected" on Accounts page
    I haven't changed anything and this just started failing this morning.
    I've saw same issue on my Blackberry PlayBook 64GB.
    Is anyone else recently experiencing AOL IMAP Errors?
    Solved!
    Go to Solution.

    Yes! Same thing happened suddenly to my Z10 this morning. No AOL. 

  • Dedicated Server Connection Vs Shared Server Connection

    Hi Gurus,
    I have few doubts regarding Dedicated Server Connection Vs Shared Server Connection -
    1) How do I know which connection mechanism is configured in my system.
    2) Which connection faster and reliable.
    3) Is there any risk to using shared server connection?
    4) Which concept is new comparatively?
    5) It is possible to restrict specific user for Dedicated Server Connection and other for Shared Server Connection in a same database.
    Regards,
    Atanu

    AChatterjee wrote:
    Thanks for your post.... but still i have doubt on below points -
    1) How do I know which connection mechanism is configured in my system.Search for dispatcher parameter (both words in the search box) in the docs.
    2) It is possible to restrict specific user for Dedicated Server Connection and other for Shared Server Connection in a same database.You might be able to do something like this by using the RULE parameter with cman, limiting specific users (via local security setups) to specific client IP's and forcing them to particular service names. This is a net services issue, so does not conflict with what Billy said. It assumes you control whether your users will query the db appropriately, too. Many apps don't do that right.

  • ...Not alone with problems on "Mail" app server connection, iMap!!!!  I believe Apple is strengthening their server farm.  Has been out for over a week; they were wise to have the iCloud also in the cloud.

    Not alone with problems on "Mail" app server connection, iMap!!!!  I believe Apple is strengthening their server farm.  Has been out for over a week; they were wise to have the iCloud also in the cloud.  Be patient!

    Have you considered the possibility that the third party fan software might itself be implicated in the issue, theosib (or perhaps something else introduced at about that time?).
    My inclination in a situation like this would be to back up your drive to an external, wipe the drive, and do a clean installation. At the very least I'd try an archive and install.
    Do you have plenty of free space on the drive? Once you get things down below the last 10 to 20% things can get hairy at times, and may not be fixed as a result of simply freeing up some room, as free space fragmentation is likely to have set in.
    As far as RAM goes, either "Rember" - http://www.kelleycomputing.net:16080/rember/ or, better still, but less user friendly, "memtest" - http://www.memtestosx.org/ does a much better job of checking your RAM than the AHT. Still takes a while to run for a thorough test, but much quicker than the approach you are planning on using.
    You might also want to use "Activity Monitor" to check for any applications with progressive "memory leaks" or that are acting as CPU hogs, given your symptoms
    Cheers
    Rod

  • I cant get a shared server connection

    Hello, I configured the shared server option on my computer, but every time I connect, I get 'DEDICATED' for the server column in v$session. Can anyone tell me how to establish shared server connex from your own machine please?
    I am connecting like sqlplus scott/[email protected]
    and it connects back to my machine (I think) with no error msg, but still I am getting DEDICATED for server in v$session, it is driving me nuts.
    Thanks.
    Collin.

    So when you're in an area with public and open wifi networks, you cannot go to settings/wifi/choose a network?

  • Shared server connections.

    we are running a third party application with an 11g database shared server configuration and OAS 10gR2. Dispatchers set to 10 and shared servers set to 100. When the database instance is started, the 100 shared server and 10 dispatcher sessions start up and I can see these processes with ps -ef. They show as ora_s0* processes and ora_d0* respectively.
    At some point after the startup of the application, it establishes a connection pool of 100 sessions (10 per dispacher). The process Id of these sessions correspond to the pids of the dispatcher processes not the shared server processes.
    The 100 sessions in the connection pool remain idle until a user logs on to the system. When a successful login is made, I see that about 8 of the idle sessions become active and remain so until the user finishes with the application and logs out.
    Questions :
    1. Is there a query I can do to show me the shared sherver sessions i.e. ora_s0* being used?
    3. Are the 100 sessions (in the connection pool) really the shared server sessions even though they show up with the pid of the parent dispatcher?
    2. I need to record the number of connections being made to the system over a period and how long each user is connected for, could you suggest the best method (including queries) of going about this task?
    Thank you.

    user8869798 wrote:
    we are running a third party application with an 11g database shared server configuration and OAS 10gR2. Dispatchers set to 10 and shared servers set to 100. When the database instance is started, the 100 shared server and 10 dispatcher sessions start up and I can see these processes with ps -ef. They show as ora_s0* processes and ora_d0* respectively.
    At some point after the startup of the application, it establishes a connection pool of 100 sessions (10 per dispacher). The process Id of these sessions correspond to the pids of the dispatcher processes not the shared server processes.
    The 100 sessions in the connection pool remain idle until a user logs on to the system. When a successful login is made, I see that about 8 of the idle sessions become active and remain so until the user finishes with the application and logs out.
    Questions :
    1. Is there a query I can do to show me the shared sherver sessions i.e. ora_s0* being used?You can use v$shared_server s, v$circuit c, v$session n
    with this as joining condition- s.circuit = c.circuit and c.saddr = n.saddr
    3. Are the 100 sessions (in the connection pool) really the shared server sessions even though they show up with the pid of the parent dispatcher? you can query server column of v$session to check if they are shared or dedicated.
    2. I need to record the number of connections being made to the system over a period and how long each user is connected for, could you suggest the best method (including queries) of going about this task?
    I see only ash the option for you, else you need to have your own scheduled script/procedure that would gather that information.
    Thank you.

  • Data Guard Primary having shared server connections

    Hi fellows,
    I am configuring dataguard from RAC primary to RAC standby. The RAC primary is using shared server mode. The primary server tnsnames.ora looks like this:
    HWPR =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hwpr-vip1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = hwpr-vip2)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = SHARED) <<<<< this is my concern
    (SERVICE_NAME = hwpr)
    while documentation says that for dataguard dedicated server is required. so what changes do i need to do. Is it only required to changed the tnsnames.ora from shared to dedicated or any other init parameter is also required to be changed.

    user11983096 wrote:
    Hi fellows,
    I am configuring dataguard from RAC primary to RAC standby. The RAC primary is using shared server mode. The primary server tnsnames.ora looks like this:
    HWPR =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hwpr-vip1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = hwpr-vip2)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = SHARED) <<<<< this is my concern
    (SERVICE_NAME = hwpr)
    while documentation says that for dataguard dedicated server is required. so what changes do i need to do. Is it only required to changed the tnsnames.ora from shared to dedicated or any other init parameter is also required to be changed.Yes you must change in tnsnames.ora file for primary and standby side, together.

  • Shared Server Connection Problem On Rac

    Hii All
    I configured dispatcher parameter in Rac environment as
    "alter system set dispatchers='(address=(protocol=tcp)(host=node1-vip.domain.com))(dispatchers=10) (session=75)' scope=both sid='RAC1';
    but when I run lsnrctl services I see vip ip address instead of node1-vip.domain.com so I have connection problems because Client trying to access to server via internet through Nat ip address and listener replies requests vip ip address so client can not connect the server.
    I can acces to server on DEDICATED connection.
    Have you idea ?
    Best Regards
    GI 11.2.0.2 PSU4
    RDBMS 11.2.0.1
    OS AIX 6.1

    EB wrote:
    I did exactly what document says.Parameters are
    on NODE1
    dispatchers (address=(protocol=tcp)(host=node1-vip.domain.com))(dispatchers=10) (session=75)
    local_listener (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=node1-vip.domain.com)(PORT=1521)))
    on NODE2
    dispatchers (address=(protocol=tcp)(host=node2-vip.domain.com))(dispatchers=10) (session=75)
    local_listener (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=node2-vip.domain.com)(PORT=1521)))
    In document lsnrctl ouput shows host=node-vip But I cant see nor node1-vip.domain.com neither node2.domain.com just see node vip address That does not really matter - as the hostname is an alias for an IP address and as long as the hostname resolves to the correct IP address.
    The issue (as I mentioned above) is that the external client needs to resolve these names to the NAT addresses. So what happens if you ping node1-vip.domain.com and node1-vip from the client? What happens when you telnet on the client to port 1521 and hosts node1-vip.domain.com or node1-vip ?
    If this works and the client's Oracle connection does not, enable SQL*Net tracing on the client and look in the trace file for failed calls.
    Also keep in mind that you would (by default) only have port 1521 NAT'ed. So should the client be redirected for a connection using a different port, it is unlikely that this port is NAT'ed - unless you're basically blindly NAT'ing all ports which would be unusual and risky.

  • Problems with internet sharing/network connection/ethernet and XBOX 360

    So basically I have a sent my Mac Book Pro 13" (Snow Leopard) away to be fixed, and in return I got a loan Mac Book Pro 15" (Lion). In the two weeks my Mac book was away getting fixed I purchased an XBOX 360, because of my location I am unable to use wireless on my XBOX, so instead I connect the loan Mac Book to the XBOX 360 via network cable.
    This worked fine and I could now connect to XBOX Live and be on the Mac Book at the same time.
    So today my Mac Book (13") is returned, I connect everything up exactly the same also changing the settings on internet sharing making sure that it can be used to send the connection to other devices via ethernet.
    But it just wont connect.
    The XBOX doesnt find the connection like it did before, and it also doesnt register on the MAC Book either.
    I've tried different cables, the same cable I used where it worked before.
    I've tried turning of Virus protection.
    Both still at both ends it is not registering a connection, I have used this Mac Book before through a network cable so I dont think there is a problem there, to my knowledge everything is the same as I did on the other Mac Book but this one does work.
    Have you any advice or tips on how to get this to work?
    Thanks for your time.

    What I did to get my network running again (although I still haven't found out why DHCP has stopped working):
    1. Open the Control Panel of the computer that's trying to connect to the network (not the computer sharing the internet connection)
    2. Go to 'Network' panel, and select the AirPort connection
    3. Under the 'TCP/IP' tab, change 'Configure IPv4' pull-down menu from 'Using DHCP' to 'Manually'.
    4. Enter an IP address between 10.0.2.2 and 10.0.2.256 (I randomly chose 10.0.2.40), a Subnet Mask of 255.255.255.0, and enter 10.0.2.1 in the Router box.
    5. Click "Apply now"
    The computer should now be connected to the network, and able to access the internet. If not, you may need to manually enter a DNS server - put '4.2.2.1' (or an IP for a DNS server provided by your ISP) into the 'DNS Servers' box.
    You need to do that process for each computer you're trying to connect to the shared network, making sure you enter a different IP Address for each.

  • Problem in JDBC-SQL Server connection string

    Anyone could help me to write proper connection string using JDBC with SQL Server 2000. The descp:
    Server name: CD
    databaseName: songs
    Using Window NT authentication.
    I dont know whether to include username and password.
    When I executed the statement below:
    DriverManager.getConnection("jdbc:microsoft:sqlserver://CD:1433;databaseName=songs");
    Recieved error: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket
    Plz help!! Thank you very much.

    Look at the URl below:
    How to connect to Microsoft SQL server with Type 4 JDBC driver
    http://www.java-tips.org/content/view/615/29/

  • File Sharing Server Connection Gone

    I am the designated tech person in my office. We just switched our ISP to Verizon FIOS from a DSL line. No one in the office is able to connect to the server remotely anymore. The addresses in the connect box are the same. It works at the office but not away from the office. Where do I begin to try to solve this problem?

    Sorry, but Mark's solution isn't going to help here.
    No one in the office is able to connect to the server remotely anymore
    In what way are you trying to 'connect to the server'? Are you talking web service? VPN? file service? mail? something else?
    When you changed from DSL to FiOS your public IP address changed. Did you change your public DNS records to reflect the new address? If not, external users are going to trying to connect to the old DNS address and not the new FiOS one. Even if you have changed it, DNS can sometimes take hours to propagate across the internet.
    In addition to setting the DNS to point to the new address, you'll likely also need to configure port forwarding on the Verizon router to permit the protocol(s) you want to allow into your network. By default, most routers block all incoming traffic.
    Beyond that, there isn't a lot of detail here to go on. If the above doesn't fix it you'll need to post more detail, including the domain name so that others can check the DNS resolution from an external perspective.

  • OWB 11.2.0.1 SAP LOCATION: Problem with separate FTP Server connection

    Hello,
    hope somebody can help me. We are working on a BI Project by our Customer with a Exadata Machine.
    The Goal of this project is to have the DWH on the Oracle Exadata machine.
    At the Moment we have the Development System on a separate Server with OWB 11.1. and are to get stuck because we can't work with OWB 11.2 with the problem we have.
    Separate for the coming Migration we set up for testing a machine with OWB 11.2.0.1 (Exadata is productiv system, so not available for testing)
    The SAP System of the customer is on a separate physical Machine as the FTP Server.
    The new possibility from the OWB 11.2 SAP Location allowed choose between different transport type, also for a separate FTP Server.
    We took FTP as Transport Type and we input the FTP IP Adress, User etc.
    The Inputs are all correct, we have also check if its possible to connect the FTP server via fillezilla, via cmd -- all works fine
    But OWB 11.2 show us by test the connection this Error:
    ENV0032: Location SAP_TEST is invalid. Check that you provided the PASSWORD or+
    valid values for at least one of the set of mandatory parameters+
    HOST_LOGIN_HOST+
    I know that seems as if some is not ok with the password or the other parameters.
    But all inputs are correct and the password doesn't contains any special character.
    Also the connection to the SAP system works fine with OWB 11.2 but not with the FTP System.
    Have somebody experience with this error or on a project by customer with separate SAP and FTP System?
    Thanking you in anticipation

    Hello,
    hope somebody can help me. We are working on a BI Project by our Customer with a Exadata Machine.
    The Goal of this project is to have the DWH on the Oracle Exadata machine.
    At the Moment we have the Development System on a separate Server with OWB 11.1. and are to get stuck because we can't work with OWB 11.2 with the problem we have.
    Separate for the coming Migration we set up for testing a machine with OWB 11.2.0.1 (Exadata is productiv system, so not available for testing)
    The SAP System of the customer is on a separate physical Machine as the FTP Server.
    The new possibility from the OWB 11.2 SAP Location allowed choose between different transport type, also for a separate FTP Server.
    We took FTP as Transport Type and we input the FTP IP Adress, User etc.
    The Inputs are all correct, we have also check if its possible to connect the FTP server via fillezilla, via cmd -- all works fine
    But OWB 11.2 show us by test the connection this Error:
    ENV0032: Location SAP_TEST is invalid. Check that you provided the PASSWORD or+
    valid values for at least one of the set of mandatory parameters+
    HOST_LOGIN_HOST+
    I know that seems as if some is not ok with the password or the other parameters.
    But all inputs are correct and the password doesn't contains any special character.
    Also the connection to the SAP system works fine with OWB 11.2 but not with the FTP System.
    Have somebody experience with this error or on a project by customer with separate SAP and FTP System?
    Thanking you in anticipation

  • Problems establishing a wired internet connection after fresh install

    I had this problem about half a year ago and had posted about it on these forums. Shortly after, I had given up due to having too much else on my plate at the time. Now I'm ready to give it another try, but I seem to be hitting the same wall as last time. I didn't want to necromance such an old thread, so I figured that I should create this one.
    This is the old thread just in case it might help: http://bbs.archlinux.org/viewtopic.php?id=66179
    I'm still very much a newbie when it comes to Arch Linux and Linux in general, but I feel that I'm taking a bit more time to learn about each individual configuration file this time (rushing it was my downfall last time). I have the Beginners Guide printed out and have used that throughout the installation.
    So I have just installed archlinux-2009.02-core-i686 on my old Dell Dimension B110 with no problems at all. I have edited the rc.conf file so that the hostname matches up with the one in /etc/hosts. I have also made sure that eth0="dhcp" and that routes=(!gateway).
    I read on another forum that I should replace eth0 with the appropriate interface name. So I ran ifconfig -a and it then listed three interfaces. Here's a short description of each:
    lo            link encap: local loopback
                  inet addr:127.0.0.1 mask:255.0.0.0
                  up loopback running mtu:16436 metric:1
                  the rest of the values were 0
    wlan0     link encap: ethernet hwaddr  00:11:95:8d:2e:af
                 braodcast multicast mtu:1500 metric:1
    wmaster0   link encap: unspec hwaddr 00-11-95-8d-2e-af-00-00-00-00-00-00
                     broadcast multicast mtu:1500 metric:1
    As I said before, I'm very new to Archlinux, Linux in general, and also am not very knowledgeable about computer hardware (yet).  So I'm not entirely sure what lo, wlan0 and wmaster0 represent. I read on another forum that wmaster0 is definitely not it. So I'm guessing it is wlan0? I also have a wireless card installed, but I am not concerned with messing with that until I have my wired connection working.
    Is it necessary at all for me to replace eth0 with one of the above in my rc.conf?
    Should my rc.conf look something like wlan0="dhcp" ?  (note: I have tried this and so far it has not worked).
    Every time I ping -c 3 www.google.com, the host is not found.
    Thank you very much in advance to anyone who is willing to help.
    ,Ryan

    @Mr. Elendig: I just did ifconfig -a, and it finally listed eth0! But I'm actually not sure if it was there the first time or not - I think I may have forgotten to scroll up the first time I did ifconfig -a *smacks self*. It was just recently that I found out how to use Shift + PgUp/Dwn to scroll. So I don't know if it was the modprobe that did it or not - either way it's showing up now. Here's the output for eth0:
    eth0      link encap: ethernet hwaddr 00:16:76:19:21:a0
                broadcast multicast mtu:1500  metric: 1
                the rest of the values were 0 except for txqueuelen: 1000
    @B: Oh, I completely forgot about looking at the man page for it, probably would have been a good idea. I'll go ahead and do that for now on.
    Last edited by Hallucinogenic (2009-07-02 13:56:07)

  • Problems printing to shared printer connected to Mac from XP Machine

    I have been trying to get printer sharing set up so that a Windows XP laptop can print to the HP LaserJet 3030 connected to an old iMac running 10.4.4. I have installed bonjour for Windows on the XP machine and can successfully run the Bonjour Printer Wizard. When I go to print to the printer though it the print button is greyed out and Windows says "Before you can print, you need to select a printer." I have tried the HP 3030 PCL 6 driver as well as a Generic postscript, no luck either way. Any ideas?

    I resently purchase the Laserjet 3030. I haven't been able to print consistently, sometimes it prints, sometimes it doesn't connect to the computer. I understand that you have this printer connected to a Mac. Could you tell me how you did it? Which driver you are you using?
    Additionally, I haven'e been able to use the scanner at all. I found on the internet that the scanner is not compatible with Mac. Are you using the scanner?
    I have an old eMac G4 800Mhz running Mac os X 10.4.6

  • Oracle shared server default connection

    We are currently trying to use shared server on an Oracle 11.1.0.7 standard edition database.
    We don't have any problem regarding parameters or performance yet. We can connect either with dedicated or shared connection.
    Our problem or issue is with tnsnames.ora.
    trdb =
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = X.X.X.X)(PORT = 1521))
    (CONNECT_DATA =
    (SID = orcl)
    We do not specify if this connection is shared neither dedicated. Connection defaults to dedicated and we would like to force that users connect to a shared server connection.
    It would be really usefull to avoid having to go client by client on remote sites. We do no have any centralized management tool to change the file (not on remote sites).
    We could, of course make the application to distribute a new file, but since every client is unique, it could be risky.

    Try to use SERVICE_NAME instead of SID in tnsnames.ora and make sure this service is mapped to a dispatcher in database init. file.
    Example with 11.2.0.1:
    1. DISPATCHERS parameter
    SQL> show parameter dispatchers
    NAME                                 TYPE        VALUE
    dispatchers                          string      (PROTOCOL=TCP) (SERVICE=DB112XDB)
    max_dispatchers                      integer2. TNSNAMES.ORA:
    $cat tnsnames.ora
    DB112 =
    (DESCRIPTION =
       (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = lx01.localdomain)(PORT = 1521))
    (CONNECT_DATA =
       (SERVICE_NAME = DB112XDB)
    )3. Test with SQL*Plus:
    sqlplus  system/xxx@DB112 @tss
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Feb 15 21:37:35 2010
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select username, program, server, service_name
      2  from v$session
      3  where server<> 'DEDICATED';
    USERNAME                       PROGRAM
    SERVER    SERVICE_NAME
    SYSTEM                         [email protected] (TNS V1-V3)
    SHARED    DB112XDB

Maybe you are looking for

  • What settings to use when exporting HD into QuickTime Movie

    This help call goes out to any Mac user with Final Cut. I need help!!! I have a Mac G5 and use Final Cut Pro V. 5.1.4. I Just bought a Canon XH A1 and filmed a few test shoots. Then downloaded to FC Pro. I have been trying to export using QuickTime C

  • "as of" irregularities...

    Hi. I am running the following query - SELECT * FROM analyst AS OF TIMESTAMP TO_TIMESTAMP('2011-03-30 15:00:00', 'YYYY-MM-DD HH24:MI:SS'); where I received the results as expected (same as current). I then ran it with the date 2011-03-29 and again re

  • Say, is there a way to guesstimate how many pix will fit on one DVD?

    I'm putting together slide shows for a retirement party and thought there might be a magic number for a standard DVD. Anyone know? Or know where to send me for the info? r

  • How to parse "Wed Jan 08 22:16:55 GMT 2003" to 08-Jan-2003  ?

    Hi My program reads a date as a String from a file, so I have String readMyDate = "Wed Jan 08 22:16:55 GMT 2003" I try to parse this to a Date with: DateFormat df = new SimpleDateFormat("dd-MMM-yyyy"); // eg 25-Dec-2002 try { java.util.Date when = df

  • Avoid opening new window on button click

    Hi All,            I have created BSP pages with flow logic. I have the following pages : main.htm selection.htm details.htm I have embedded selection.htm and details.htm  in main.htm In selection.htm page I have button .On clicking this button, it o