Name of connection in package name tab?

Hello
Is it possible to add the name of the connection in the tab name?
When I have to open connections this would be handy.
Something like : p_utils (user@dev)
other tab: p_utils (user@tst)
Kind regards Erik

Ok
That's something I was not aware of
So there is no preference to add this tooltip on the tab as text.
Even better: different colors for different connections
Kind Regards Erik

Similar Messages

  • Not allowed to import classes without package names?

    Hi,
    I have a few questions on Packages and importing?
    1. Is the following true that it is illegal to import classes in the same package as the current class, will this cause a comilation error? If this is the case where in the Java Language specification is this actually written as I could not find it?
    2. This has probably been answered by question 1 but if I have 2 classes in the same package and if I import 1 of the classes into the other class, is it illegal to import it by just using the class name and not the package name as well, ie
    if the package name is ie.tcd
    and the 2 class names are exp1.class and exp2.class, can I do this in class 2
    package ie.tcd;
    import exp1;
    public class exp2 {
    3. Is it illegal to import classes that are not explicitly part of any package or must a class be part of a package to be imported. I read somewhere that while this was always illegal it is only after jdk 1.4.2 that this is being enforced? If this is the case where in the Java Language specification is this actually written as I could not find it either?
    Thanks very much for any help,
    John

    Was just also wondering, 1 other thing, I am looking
    at someone elses code they have 2 classes (Class A
    and Class B) in the same package (pkg). The person
    imports class A into B:
    package pkg;
    import A;
    public class B {
    Is this legal code (or was it ever)?Not if A is really in pkg.A. If there is an A in the unnamed package it was legal, or at least it was understood by the compiler, and now it isn't (to both).
    Can you import or is there a point in importing a class in the same
    package?Only by naming the package in the import statement. If the current and the import statement are in the same package the import is redundant.
    If there is a point would you import just be
    using the class name (this would be illegal after jdk
    1.4) or should you use the whole package name even
    though it is in the package anyways?As I understand it you must always use the whole package name in imports.

  • Quick Question: package names com.whatever.blah.ClassName

    I want to put a bit more time aside this week to explain things I see in Java to my old brain (I don't quite 'get it' like you younger people :-))
    I often see things like this in example code:
    import com.macfaq.io.SafeBufferedReader;and it's crossed my mind I don't understand this.
    My guess is that the program concerned is going to look for a class called SafeBufferedReader. My confusion is twofold;
    1: I'm guessing I would need to locate this class/library: com.macfaq.io.SafeBufferedReader; (probably from macfaw.com)
    2: I'm more interested to know wow would I structure the directories in relation to the main script to deal with this naming context? Would it be:
    /root {contains main program}
    /root/com/macfaq/io/ {which would contain SafeBufferedReader}
    This kind of thing appears to be missing from the basic tutorials I've looked at and appears to be 'assumed' knowledge :-)

    My guess is that the program concerned is going to look for a class called SafeBufferedReader.Well there's nothing else it could mean.
    1: I'm guessing I would need to locate this class/library: com.macfaq.io.SafeBufferedReader; (probably from macfaw.com)Correct.
    2: I'm more interested to know wow would I structure the directories in relation to the main script to deal with this naming context? Would it be:
    /root {contains main program}No. /root/your/package/name/whatever contains your.package.name.whatever.MainProgram. You shouldn't be writing classes that aren't in a package.
    /root/com/macfaq/io/ {which would contain SafeBufferedReader}No. You will be downloading a .jar file that contains that class.
    This kind of thing appears to be missing from the basic tutorials I've looked at and appears to be 'assumed' knowledge :-)See the General Information here.

  • 2.1 RC1 - Search Source Code results - Go To package name doesn't work

    Hi.
    When I perform a search through Reports -> Data Dictionary -> PLSQL -> Search Source Code and I right-click -> Go To ... on a row of the results, nothing happens.
    Regards.
    Alessandro
    Edited by: archimede on Dec 2, 2009 12:29 PM

    Sorry Vadim, but the procedure to reproduce the bug is different:
    1) Open the Reports tab
    2) Expand Data Dictionary node
    3) Expand PLSQL node
    4) Click on Search Source Code
    5) Select a Connection
    6) Click on Text Search, enter a string to search and click Apply
    7) On the results page, right-click any line and select Go To <package name>
    8) The package opens on line 1, not the line shown on step 7
    While we're at it, do you think it would be possible to make the above process more user-friendly? Like, for example, right-clicking on a Connection and have the Search Source Code option there (that would take me directly to step 6)?
    Regards.
    Alessandro

  • 30EA2 - Search Source Code results - Go To package name problem

    As mentioned here 2.1 RC1 - Search Source Code results -> Go To <package name> doesn't work , Reports -> Data Dictionary -> PLSQL -> Search Source Code -> right-click -> Go To doesn't go to the specific line: can this be fixed?
    Alessandro

    Sorry Vadim, but the procedure to reproduce the bug is different:
    1) Open the Reports tab
    2) Expand Data Dictionary node
    3) Expand PLSQL node
    4) Click on Search Source Code
    5) Select a Connection
    6) Click on Text Search, enter a string to search and click Apply
    7) On the results page, right-click any line and select Go To <package name>
    8) The package opens on line 1, not the line shown on step 7
    While we're at it, do you think it would be possible to make the above process more user-friendly? Like, for example, right-clicking on a Connection and have the Search Source Code option there (that would take me directly to step 6)?
    Regards.
    Alessandro

  • AUR won't accept PKGBUILD with numbers in the Package Name

    Trying to submit a PKGBUILD called:
    gstreamer0.10-pitfdll-cvs
    I am getting an error "Invalid name: only lowercase letters are allowed."
    Does this mean that numbers are not allowed in the package names in AUR?
    The error goes away once I remove the numbers but that creates other errors, such as a mismatch with the name in the PKGBUILD file.
    This package is just another plugin for the gstreamer0.10 series of packages in Arch.

    B4 I forget what started this little mess, allow me to present:
    # Contributor: Kurt B Cox <kurtbcox>
    pkgname=gstreamer0.10-pitfdll-cvs
    pkgver=20060421
    pkgrel=1
    pkgdesc="A set of plugins for Gstreamer for proprietary codecs"
    url="http://pitfdll.sourceforge.net"
    license="GPL"
    depends=('gstreamer0.10-base' 'codecs')
    makedepends=('cvs')
    groups=(gstreamer0.10-plugins)
    provides=('gstreamer0.10-pitfdll')
    conflicts=('gstreamer0.10-pitfdll')
    options=('NOLIBTOOL')
    _cvsroot=":pserver:anonymous:@pitfdll.cvs.sourceforge.net:/cvsroot/pitfdll"
    _cvsmod="pitfdll"
    build() {
    cd $startdir/src
    msg "Connecting to $_cvsmod.sourceforge.net CVS server...."
    cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
    msg "CVS checkout done or server timeout"
    msg "Starting make..."
    [ -d $_cvsmod-build ] && rm -r $_cvsmod-build
    cp -r $_cvsmod $_cvsmod-build
    cd $_cvsmod-build
    ./autogen.sh --prefix=/usr --with-dlldir=/usr/lib/win32
    make || return 1
    make DESTDIR=$startdir/pkg install || return 1
    # vim:syntax=sh

  • Cannot load a library unit database_object ( referenced by package name )

    Dear Friends,
    I am using Plls in Reports 6i. In One of the Pll I am Using
    Backend Table in package body. I have two 8i instances. when I
    comiple and save and close this plls with one instance( say
    instance "A" ), its fine. it is done sucessfully. Now i am
    connecting to other instance ( say instance "B" ) and open that
    same pll. it is showing compilation error "Cannot load a library
    unit <my_table> ( referenced by <package name> )". Now I compile
    and save and close with instance "B". it is done sucessfully.
    Again I am connecting to Instance "A" and open that same PLL. It
    is showing same Error "Cannot load a library unit <my_table> (
    referenced by <package name> )"
    Anybody can tell me , How to get rid of this Problem. I dont
    know its a BUG or somthing else.
    I am using Window2000 as OS.
    Thanks
    Ashish Parikh

    If a Schema has some objects in it, then you cannot drop that Schema until you remove all the objects out of it. You can change the schema owner
    to another database principal and drop the user like,
    Alter Authorization ON Schema::username TO DBO; Drop User username;
    other option would be
    Transfer the username schema objects to a different schema and drop username schema and user like.
    Alter Schema DBO Transfer Username.[OBEJECTNAME] ;
    --need to repeat this until you transfer all objects under this schema
    Drop Schema username;
    Drop User username;
    Regards,
    Praveen D'sa
    MCITP - Database Administrator - 2008
    sqlerrors

  • How to know database name and schema name by providing package name?

    Hi,
    Could someonw will help me to get database name and schema name by providing package name ?
    I have used the query : select * from all_objects where object_name='Package_name'; but it simply returns schema name where as i need DB name and username.
    --Prajakta

    but it simply returns schema name where as i need DB name and username.
    i want to retrive the DB name for package name
    Based on your questions, I wonder if you are used to working in SQL Server? (The server, database, and schema are part of the 4-part  name of an object, independent of any user.)
    In SQL Server, schema and username are two separate physical concepts.  "Schema" is purely logical in Oracle: a user which owns objects is often called a "schema".
    In Oracle, "database" is roughly equivalent to the SQL Server concept  "server" (what you log in to).  It is not part of the naming path to a specific object  (unless there is a database link involved, but there is no indication that's what you have here).  In Oracle you connect to an Instance (or Service) and people often call this the "database", but there is a fine semantic distinction there (separate topic). 
    Once connected in Oracle, you fully-qualify an object by only a 2-part owner and object name (possibly 3-part if a database link is involved user.object@link).
    12c added another wrinkle to all of this, but I'll assume this question was more basic than that, because you likely would have mentioned if this was a 12c question.

  • How to Get Package Name While Running

    Hi
    i want to load Package Name to Table.
    So any idea about ODI Ref Function to get Package Name.

    Hi Nagarjuna,
    You can get package name by doing following steps, as per my knowledge, scenario name and package name both are same in ODI (while creating scenario for package).
    by the time you can retrieve scenario name as package name using below select query with selecting Work Repository schema in ODI variable
    QUERY:
    select SESS_NAME
    from <%=snpRef.getObjectName("L","SNP_SESSION","D")%>
    where SESS_NO = <%=snpRef.getSession("SESS_NO")%>
    Steps:
    1) create a project variable as Get_Package_Name and Data type as Alphanumeric, in Refreshing tab, type above select query and select work repository schema in schema (eg: create WorkRep logical schema in topology manager)
    2) Add Get_Package_Name variable with refresh in package (before interface step)
    3) Generate Scenario for package with same package name with version 001
    When you execute the scenario you can retrieve the package name in Get_Package_Name odi variaable
    Hope this may helps you
    Regards,
    phanikanth

  • Prohibited package name: java.sql

    hi,
    i am trying to push a java application onto a JRun 3.1 server connecting to a oracle 8 database. in my servlet initialization, i use a connection pool to gain a connection to the database.
    Class.forName("oracle.jdbc.OracleDriver");
    outConn = DriverManager.getConnection(outUrl, outUsername, outPassword);
    //throws error at the above line
    this will throw an error:
    java.lang.SecurityException: Prohibited package name: java.sql
    this error is most peculiar because it runs fine locally on my developers version of JRun 3.1. but when i push it to a licensed version on a different server it gives this error. any hints?

    I believe that class name for the Oracle JDBC driver is oracle.jdbc.driver.OracleDriver. The one you posted is incorrect.

  • Where is the Package Name and Class Name for Android to Facebook SSO?

    Where is the Package Name and Class Name for Android to Facebook SSO?
    I am trying to fill these fields http://developers.facebook.com/docs/mobile/android/build/#ref for Facebook but i can't figure out what to place in Android Package Name and Andorid Class Name,
    same thing for the Android Key Hash, I followed this guide http://www.skoobalon.com/blog/2012/06/13/getting-the-android-key-hash-for-facebook-from-an -air-app/ but I am not sure if it is the right thing to do.
    I was thinking maybe the Pakage Name is air.com.myname.myappname (where com.myname.myappname is also the id used in the application.xml) and the Class name is  air.com.myname.myappname.MyDocumentClass ?
    Is there an official guide somewhere?
    Also do you guys know if there is somewhere a library we can use within AIR to do SSO on Facebook from Andorid?

    For what it's worth, I don't think a WiFi connection would be reliable enough. You wouldn't want your picture to freeze just because a neighbour has turned on their baby monitor. WiFi uses the same frequencies as a myriad of other devices, as well as all your neighbours' WiFi.

  • Package name for Toplink generated file

    Is there is way to specify a package name for the java file generated when you export a project.
    Thanks,
    Rajiv

    Yes, select the project in the mapping workbench, click on the "Defaults" tab.
    There's a checkbox called "Specify Project Package".
    Darren
    Is there is way to specify a package name for the java file generated when you export a project.
    Thanks,
    Rajiv

  • Package name table?

    hi friends ı didnt find package name table?
    help me please.
    thanks.

    Hi,
    The table is TDEVC ---> Packages.
    For reference check in the table TADIR there is a field call DEVCLASS... see the ENTRY HELP/ CHECK tab for that field and you will find the check table as TDEVC
    Hope this would help you.
    Good luck
    Narin.

  • Package Name while activating Datasource in RSA5

    Hi there, I want to know what Package Name or what to choose or how to create a package to transfer datasource from r3 to BW while activating Datasource in RSA5 for finance 0fi_gl_4 it ask for package name what to choose there. is that something basis team need to create to connect r3 to bw or I can create it as BI team
    please help
    Thanks
    soniya

    Hi:
    Package name is not to connect to BW. That is used for Transporting your daa sources from R/3 DEV --> R/3 QAS.
    To move Data Sources to BW, you call it Replication. Once you Activate Data Sources in R/3, go to BW, RSA1, Source Systems, select R/3 Source System, Replicate Data Sources. This will bring them to BW.
    You have to do the same in BW QAS AFTER you transport R/3 Data SOurces from R/3 DEV --> R/3 QAS.
    Coming to Packages in R/3, its just a grouping to move transports within R/3 System. Because the data sources are BW related, we usually have a package called ZBW. This is just a name, doesn't mean it moved them to BW.
    Ram C.
    Message was edited by: Ram Chamarthy
    Message was edited by: Ram Chamarthy

  • Binding file for controlling package name

    I looked at the related links, tried a few examples, not much success...
    I realize this can be solved with more effort, but just trying the easy path, so ... ignore this if looks unreasonable, I know how busy developers feel...
    Is there a good example to conform to these requirements:
    Basically i would like binding file as a child element for wsdlc running in JAXWS mode that will follow package naming rules for JAXRPC... meaning:
    Java files generated from xsd will match package name with xsd name space, while for JWS classes control specific package name ...
    Most of my attempts failed due to xpath complaining for not finding any element for the node ...
    Binding attempt 1: make all classes serializable
    ============================
         <jaxws:bindings
                        xs:schemaLocation="Customer.xsd"
    node="/xs:schema">
    <jxb:globalBindings xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
    xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <jxb:serializable/>
    </jxb:globalBindings>
    </jaxws:bindings>
    Binding attempt 2: keep same name for xsd classes
    ============================
    <schemaBindings>
    [ <package> com.myown.pack</package> ]
    [ <nameXmlTransform> http://xmlschema.my.xsd.com/CustomerCall </nameXmlTransform> ]*

    Yes, select the project in the mapping workbench, click on the "Defaults" tab.
    There's a checkbox called "Specify Project Package".
    Darren
    Is there is way to specify a package name for the java file generated when you export a project.
    Thanks,
    Rajiv

Maybe you are looking for

  • Error messages after alternate plug-ins directory chosen

    After my initial install of the CS6 beta, which went quickly and flawlessly (I have learned to turn off my virus protection during install due to previous problems with installs of older versions of PS) I went to preferences and chose my CS5 plug-ins

  • Calendar sync return

    I thought that I read that they were going to reinstall the ability to sync Calendar and Contact via iTunes. Has anyone heard of them bringing this back?

  • Advantages of JAVA???

    I've been using java for doing my project work. It a good PL i mean, but sometimes other Programming Language is effective in some other perspective. Since i am new to the world of programming, I hope to get some advise here. for web development, app

  • Get iPad innerHeight of page without toolbar

    Hello, I need to get innerHeight on iPad 2 display. So I need viewport of browser. I've tried screen.height and on portrait mode returns me 1024, then tried screen.innerHeight, but returns undefined. Then tried window.height and returns undefined als

  • How to replace internal lithium battery?

    The internal lithium battery in my G4 667 TiBook seems to be dead. When I take out the main battery the date resets to January 1904. Can someone tell me what kind of battery I need to buy and how to replace it?