Determining and Changing Connections - Developer 1.5.1

Hi All,
I keep the script I'm developing on my hard drive. When I open it I don't know which connection it's using.
Is there a way to determine and change connections?
Thank You in Advance for Your Help,
Lou

I just found what I needed.
The connection dropdown in the upper-right corner of the worksheet.

Similar Messages

  • 2.1EA2: Pinning Query Results and changing Connections [fixed in 2.1.0]

    I am on 2.1EA2 (JDK 1.6.0_16) and been playing with the new SQL Worksheet pin query results functionality. I have found that it is possible to run a query against one connection, pin the results and then change connection and run the same (or a different) query against another connection. I really like this, but found a few problems:
    #1 There doesn't seem to be any way to tell which connection a query result tab was actually run against
    #2 Even if all rows are fetched, if I then disconnect from the first connection it can get quite messy. Sometimes I get an empty connection dialog (I can't remember the exact title and it doesn't reproduce consistently) with only the close window X in the corner. Some times I get prompted to log in with a connection information dialog with no reference to the connection it is connecting to - cancelling only brings up the same dialog again until I successfully connect. Some times I get prompted to log in and while that is still on the screen, SQL Developer logs me back in to the connection (even though I don't save passwords) - I even get a new worksheet for the reconnected connection.
    theFurryOne

    Raghu,
    I am happy with both.
    #1 - I would be happy if the connection name was at the start of the tool-tip style pop-up when hovering over Query Results tab and the Query Result SQL dialog that opens on the SQL button. -K-'s suggestion makes it immediately obvious for the currently selected Query Results tab, without having to move the mouse or click on something.
    Ideally, I would like something similar for the other output tabs (ie Script Output), but they seem to show results for all connections that the worksheet has used, so the same concept may not work.
    #2 - I am used to the grid being cleared when disconnecting from earlier versions - I assumed that this was a bug where SQLD was not checking the connection of the results, just the current connection of the worksheet.
    theFurryOne

  • 4.1 SP4 Import BIAR File and change connection information

    Hi experts,
    I have generated an LCMBIAR (contains Dashboard and Webi, Universe) in our current system landscape and we are trying to move this BIAR file to another system. However if we are to import this biar file into another system that is not connected to our current system landscape we need to be able to configure the DB connection information to point to new system DB. Is it possible to change the connection information for the universe when you importing the BIAR file, if yes, could you please give me the STEP by STEP instructions.

    Hi,
    1. Refer the following KBA -
      1759284 - How To: Step-by-Step LCM Override Settings via LCMBIAR file
    2. Then promote the reports and connections to the destination using Promotion manager.
         Hope this helps.
    Regards,
    Rukaiya

  • MTU And change connection's MTU limit

    Changed MTU to 1472.
    Not open VPN with SonicWALL
    netextender on my PC windows 7
    pro 64 bit
    Should changed MTU on a
    windows 7 pro 64 bit.
    I found a Fixit from Microsoft,
    64 bit, but the error message:
    were not for this computer.
    http://support2.microsoft.com/kb/826159
    This was over for PPP
    connections.
    shall have a fixit for non
    PPP connections.
    Has the internet with cable
    connection. DHCP
    Where can I find such a
    fixit to change the MTU setting
    on nettverksortet to
    1472.
    or a program that can change this.  
    Gunnar                                                    
    gunnar jensen

    Hi gunnar jensen,
    We can change the MTU from the command line.
    Open the command Prompt window and follow the steps below to change the MTU size:
    Type “netsh interface ipv4 show subinterface”.
    Press Enter.
    You will see a list of network interfaces.
    Type “netsh interface ipv4 set subinterface `Local Area Connection` mtu=1472 store=persistent”.
    You should replace Local Area Connection with the name that appeared in the “Interface” column from steps 1-3.
    Press Enter.
    Type “netsh interface ipv4 show subinterface” to check the result.
    Best regards

  • How to change the development class for a Layoutset

    Hi Experts,
    I have to Change the Development Class For a Layout which is under Local object now ($tmp) ,how to do it.
    after Changing to Development Class new ,while transportation any issues will come ?
    Thanks in Advance,
    Regards,
    Hitu.

    goto SE03 and change the development class, no transport issues will come...
    or
    execute report RSWBO052.
    Add FORM in blank field under R3TR DTEL, mark field and put your sapscript name, then execute. In Tree double click over sapscript name, and change development class $TMP.
    Regards,
    SaiRam

  • Need the SQL Query to check SQL time zone and change the time zone

    Hi All,
    I am using SQL Server 2008 SP2. My Ex SQL Admin said that the data which we query from our database gives the output in London time.
    But the SQL server is located in USA and is having US time.
    I would like to know how to find what time zone is the SQL application running on and how to change it ?
    Is there any query which i can use to determine and change the time zone ?
    Gautam.75801

    Refer the below two links
    http://blog.sqlauthority.com/2014/02/15/sql-server-get-current-timezone-name-in-sql-server/
    Check this link
    http://dba.stackexchange.com/questions/39421/how-to-handle-timezone-properly-in-sql-server
    SELECT [DateTimeUtil].[UDF_ConvertLocalToLocalByTimezoneIdentifier] (
    'GMT Standard Time', -- the original timezone in which your datetime is stored
    'Middle East Standard Time', -- the target timezone for your user
    '2014-03-30 01:55:00' -- the original datetime you want to convert
    --Prashanth

  • SQL Developer and TOAD connection.

    Hi,
    I am able to see the DDL script for tables using TOAD, but NOT using SQL Developer (2.1.1). Same user, pass, and tnsname file.
    They use same tnsname.ora file on my computer. I set basic and TNS connection for SQL Developer.
    The connection is from my computer to the server (Oracle 11.1.0.7 EE).
    ORA-31603: object "ALARM_DEFINITION" of type TABLE not found in schema "AIRCOM"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA", line 3241
    ORA-06512: at "SYS.DBMS_METADATA", line 4812
    ORA-06512: at line 1
    It is same with packages. I cannot see package body.
    What is the different and which additional privileges I need to see the DDL script?
    Thanks in advance for your help!
    Konstantin

    I don't think it's a connection issue. There seem to be differences in how Oracle and Toad access system views to show objects. If you search the boards you see it has effected a couple of people. Sometimes they post what permissions they changed to get things to work for them.
    ie... Re: Issue with viewing Package Body  in SQL Developer 2.1 RC1
    I don't think I've seen any official documentation to indicate what privileges need to be granted in order to see them thought. And I think there is a bug that prevents generating DDL for tables owned by other users. I don't know if that extends to generating stored procedure code.

  • HT202667 I switched from att to charter internet and change e-mail address. I keep getting messages telling me my at&t iCloud account is not connected. How do I get rid of the at&t iCloud message?

    I switched from att to charter internet and change e-mail address. I keep getting messages telling me my at&t iCloud account is not connected. How do I get rid of the at&t iCloud message?

    Hi adamsfly,
    Thanks for using Apple Support Communities. Based on what you stated, it sounds like you changed your email address and iCloud is looking to sign in with the old Apple ID email. I would recommend that you read this article, it may be able to help the issue.
    What to do after you change your Apple ID email address or password - Apple Support
    Cheers,
    Mario

  • Data settings changing on their own and losing connection

    Can someone tell me why when on PAYG with the payandgo.o2.co.uk setting does it change back on it's own to idata.o2.co.uk and then my internet connection is lost and when I try and change it back to payandgo.o2.co.uk half to time it doesn't stick, so I have to do it again and again till it does, and then it'll last a day or two and change back again losing my connection again, this is driving me nuts.

    I've been on Pay As You Go from the start so it's not a contract SIM but there was a little card in with SIM when I bought the phone that said to change the setting to idata as O2 had just changed it, so I did that, but since the data outages that O2 had a couple of months ago that setting didn't work so looking for a solution I found out about changing it to payandgo and that worked but keeps changing back.
    Maybe it thinks that idata is what it should be, but I don't even have to sync the phone to iTunes for the setting to change back to idata, its like O2 are sending a signal to the phone to change it back or something or maybe the idata is set on the SIM and the Phone checks that from time to time and overwrites the way it is in the Cellular Data Network settings screen, very odd and infuriating either way.
    There has to be a way to fix this, anyone have a clue?

  • Ever since i forgot my apple id password and changed to a new one, I am continually being asked to enter my iCloud password. It then says that this mac can't connect to iCloud because of a problem with "my username". nothing I do in in preferences helps.

    ever since i forgot my apple id password and changed to a new one, I am continually being asked to enter my iCloud password. It then says that this mac can't connect to iCloud because of a problem with "my username". nothing I do in in preferences helps.

    You have to sign out completely in System Preference>iCloud (click 'Sign out') on a Mac, or Settings>iCloud on an iOS device (click 'Delete account' - this will not delete the account from the server). Then sign in with the new password.
    Your iCloud data will disappear from your Mac or device when you sign out but will reappear when you sign back in.

  • My iPhone will no longer pick-up the wifi at home(comcast). My mom used to have comcast and I used to connect there as well, but she changed to verison and I connect there, but no longer can get the comcast wi-fi at home.  the wi-fi settings are ok there,

    My iPhone will no longer picks-up the wifi at home(comcast). My mom used to have comcast and I used to connect there as well, but she changed to verison and I connect there, but no longer can get the comcast wi-fi at home.  The wi-fi settings are ok there, but blank at home now.  The phone's network settings are fine because I can join other wifi networks.  I've done a reset with no results.  Is there a manual way for me to restore the comcast wifi from the router?

    First thanks for the reply and second sorry about the confusion.  I was unable to get the full message out, but here's the problem:
    Like I had mentioned, for a long time both me and my Mom had comcast and as soon as I came into both dwellings the phone would automatically jump onto either wifi network.  Then a while ago she verison and used the same Belkin router.  So there was no problem and my phone jumped on her system as usual, but at some point something happened and when I got home I noticed that the phone asked to be put on my system.  I would input the password, but it would say "unable to connect" to the network.  I did the standard things like check the network settings on the phone itself and they were fine.  Then I did a reset (actually twice) with the same result.  It seems like the phone ability to pick-up wi-fi is ok because when I go to my University I can log-in with no problem.  The only thing I noticed is when I look at the settings (on the iPhone) for the router at home the whole thing is blank.  My question is: Is there a manual way to get the phone to pick-up my router?  I need to have it on my network at home because I use DocumentsToGo a lot.  Thanks again for your response again and I hope things are clear now.  Have a great day.
    Michael

  • Just connected apple tv. Everything works perfectly but the screen is not in color. I have tried reversing the HDMI cable and changing the output in settings and restarting. Any ideas of how to fix this?

    Just connected apple tv. Everything works perfectly but the screen is not in color. I have tried reversing the HDMI cable and changing the output in settings and restarting. The screen is still black and white. Any ideas of how to fix this?

    Hi im,
    Thanks for using Apple Support Communities.  This article has a few troubleshooting ideas for issues with color on your TV when using Apple TV:
    Apple TV (2nd and 3rd generation): Troubleshooting video issues
    http://support.apple.com/kb/TS5148
    Cheers,
    - Ari

  • When connect appletv to tv it is asking to check the resolution and change the resolution

    First time when I am connecting appletv to SamsungTV it is asking to check the resolution and change the resolution.

    Keynote can not burn DVD discs, nor can it compile a video DVD project
    If you have iDVD installed on your Mac, You can export the Keynote presentation to iDVD to create a video DVD:  
    from within Keynote:     Share > Send to > iDVD

  • I changed my 4 digit password to lock the screen and forgot what I changed it to. Now phone is disabled and says connect to itunes. Has this ever happened to anybody?

    I changed my 4 digit password to lock the screen and forgot what I changed it to. Now phone is disabled and says connect to itunes. Has this ever happened to anybody? How can I fix this? I share my phone bill with my mom and my itunes account with my husband? I have all the apple ID's if needed

    http://support.apple.com/kb/HT1808

  • Recently purchased iPad Mini.  Could not get it to connect.  Changed router's setting to Channel 6 and IPad connected.  Even after 6.0.2 it will not connect to some home networks although it will to public networks e.g. McDonald's.

    Recently purchased iPad Mini.  Downloaded iOS 6.0.1.  Could not get it to connect to Home WiFi using Linksys G Router.  Have another Wifi Network in Home (CenturyLink provided it as a DSL/Router combo).  Would not connect (nor would my iPhone 4s or my wife's iPhone 4) until I accessed the router's setting and changed to broadcast on Channel 6 and then IPad connected.  I suspect the only reason the iPhone were still connected to the Linksys network is that they were before I "upgraded to iOS 6.  Even after 6.0.2 the iPad and both iPhones will not connect to some home networks (its random) although thye will connect to public networks e.g. McDonald's, Panera, etc. 

    Recently purchased iPad Mini.  Downloaded iOS 6.0.1.  Could not get it to connect to Home WiFi using Linksys G Router.  Have another Wifi Network in Home (CenturyLink provided it as a DSL/Router combo).  Would not connect (nor would my iPhone 4s or my wife's iPhone 4) until I accessed the router's setting and changed to broadcast on Channel 6 and then IPad connected.  I suspect the only reason the iPhone were still connected to the Linksys network is that they were before I "upgraded to iOS 6.  Even after 6.0.2 the iPad and both iPhones will not connect to some home networks (its random) although thye will connect to public networks e.g. McDonald's, Panera, etc. 

Maybe you are looking for