Multilple TNS file names used in connection network Alias drop-down list

Directory of names of my TNS network is the last file tnsnames.ora and has also several older versions named "tnsnames.ora. < date >. SQL Developer connections it seems that all of them are read to create the network Alias drop-down list. You can test this by making a copy of your file called tnsnames.ors tnsnames.ora.old1, etc. My guess is that developer SQL is reading "tnsnames.ora*", not "tnsname.ora".

But I'm just a user, not an administrator of DBA. Is this a feature or a bug?

Its also possible that keep the old versions in the TNS names instead of a subfolder file is just bad form and I need to get this behavior changed internally.

I'm under 1.5.4.59.40. I just installed the patch 2 and the behavior is the same.

Published by: user3457425 on May 26, 2009 17:15

This is a feature. I think I remember guys ask for support for this because some configurations use various files tnsnames.*, but eventually many more users are complaining about this. Sqldev 2.0 will probably be changes in this area, so let's hope that we can finally choose our location manually...

Kind regards
K.

Tags: Database

Similar Questions

  • Police found during the opening of file and not able to solve, but drop-down list fonts?

    Hi, I just downloaded some files from a friend and he sent me a link to download the fonts. I have done so and 98% of the book of fonts, but there are two fonts, with that I fight.

    When I open the file I get the police lack of attention and it asks me to set the fonts. I can't find the police appropriate in the drop-down list if I click "solve" and begin editing the file. Then I met a text which lack of fonts and I'm able to highlight text and change the text for the police appropriate using the text tool and the font you are looking for is in the drop-down list.

    The fonts that are not working are:

    Franchise "BOLD" and BebasNeue

    The problem is there are several separate incidents where occur these fonts, and passing through each change manually would take a lot of time.

    Is there something I can do to fix all at once?


    Thank you

    Harry

    d9c317be81edbaf79cf4e5225a6f2ca8.png83f707320ba36bdec7b840e37c302791.png

    I don't see the two fonts in the list that show you.  I see Bebas Neue xxx but no Bebas Neue without any additional style. Try Bebas Neue Download Bebas Neue police - thousands of fonts for free download

  • Automatically populate a drop-down list by using another selection from the drop-down list box

    New java/preparation forms so I apologize in advance.

    I currently have a menu drop-down box 1 (Occupation) with three options: "enter your own description/blank", retired housewife. When someone chooses either retirement or anyone at home, I would another drop box 2 (employer) to assign automatically "n/a. . The employer drop box has only two options: "enter your own/blank", N/A.

    Far, I could for that box to fill but only when the person clicks in the box (as if they were about to enter their own text.) Then only it will fill the drop-down list "employer." I would like it auto fill once the person has chosen retired, Virgin or stay-at-home woman without having to enter in the box (just using the arrow to the size of the drop-down list box).

    I currently have a key shot that resets the employer box when a person chooses the option vacuum/enter your own option. I then a JavaScript (only for the housewife now) that only works if you click the box of. Key combination works I want to than the other options work as well. If the client settles on white, the choice of the employer updates automatically empty without having to click in the box of. Any help (including general advice to make my code cleaner) is very appreciated!

    Current script of typing:

    If {(event.willCommit)

    If (event.value == "") this.resetForm (["use"]); of other SetFieldValues (event.value);

    }

    The current upward, mice running JavaScript :

    var v = this.getField ("Occupation") .value

    If (v is "Housewife")

    1. this.getField("Employer").value = "N/a".

    I think maybe I should use event.willCommit in my formula, but I'm not sure how to include it.

    Thank you!

    I would not use the key sequence or MouseUp actions for this, but the action post.

    Just make sure that you set the field option to validate the selected value immediately (under Properties - Options) and then use this code as the custom validation script:

    var employerField = this.getField("Employer");
    if (event.value=="Homemaker" || event.value=="Retired")
        employerField.value = "N/A";
    else employerField.value = employerField.defaultValue;
    
  • Using fields show/hide with drop-down lists

    The following code stores and displays the data in a field of view based on what the user selects and it works fine, but I'm not sure how to incorporate additional content in this context.

    Form1. #subform [0]. indPaymentOptions::change - (JavaScript, client)

    Switch - test for the "selected" text, if so, display "display" text

    switch (this.boundItem (xfa.event.newText)) {}

    case "donation/Contribution:

    var display = "Restricted use, usually the student fundraisers. May be a political entity neither does not endorse a political goal. Raised funds donations require a copy of the filing. < span style =------"color: #FF0000;" make-style: italic; ------"> must be attributed to Unassigned funds and senior officer of the authority." </span > ';

    XmlToShow = XmlStart + screen + XmlEnd;

    xfa.resolveNode ("form1. #subform. Display_Field_Pay_Types'). value.exData.loadXML (XmlToShow, true);

    taxReportable.rawValue = 'Y ';

    AccountCodesDynamic.rawValue = "001285;

    break;

    case "Membership":

    var display = 'membership sponsored University must be directly related to the responsibilities of the proposed Member University. Get institutional investors rather that individual memberships to allow the participation of several or another employed. Membership must use a UCSC address for administrative audit. « ;

    XmlToShow = XmlStart + screen + XmlEnd;

    xfa.resolveNode ("form1. #subform. Display_Field_Pay_Types'). value.exData.loadXML (XmlToShow, true);

    taxReportable.rawValue = 'Y ';

    AccountCodesDynamic.rawValue = "001200, \n001210;

    break;

    by default:

    VendPaymentOptions.rawValue = "Please select an option from the drop-down menu"Select type"above."

    taxReportable.rawValue = "";

    break;

    }

    I'm going to show a hidden field, once one of the items in drop-down list is selected with an if statement then. I tried to put the code below in the code above, but it does not work. I am familiar with livescript event management system, so I'm not too sure where the if then statement must be submitted. Should it be set in the * click the section? Or the initialze section? If someone could shine some light on what to do here it would be great.

    If (xfa.resolveNode("form1.#subform.indPaymentOptions").rawValue == 1) {}

    xfa.resolveNode("form1.#subform.textfield1").presence = "visible";

    }

    else {}

    xfa.resolveNode("form1.#subform.textfield1").presence = 'hidden ';

    }

    My example display only text. When you view the drop down from the window of the object, click the link tab. If specify the item values is checked, then boundItem will return what is in the value column during the passage of what is in the text column. If you have added an additional element in the list without adding an item of value, maybe that's your problem. In my example, if you check the box, it will be 1, 2, 3 in the value column. If you then in the code, you have added the this.boundItem part, case sections will have to be changed from 'TextField1' to '1' and the same for the 2 and 3.

  • Connecting 2 fields drop-down list and have some appear field

    I've read about the binding of the two drop-down lists when you select something in the first box and then it adjusts the options in the second drop-down list box.  I love those who can use in the future.  I have a question a little.

    Can I have two lists that both selections control what fields appear below drop-down list?  For the examples list 1 to A, B and C list 2 has red, Orange and yellow.  I'll choose different combinations of the two and have different things to be displayed.  At Red and has fields 1, 2 and 3 show.  B and yellow display 1 and 3 and so on.

    Is this even possible or do I need to create different combinations all in one field and script the different responses that, I think I know how to do?

    Thank you!

    Hello

    The problem is that you are hiding the subform, BUT you try to assign to the presence of individual boxes in the subform visible. It won't work, because the subform itself is set to hidden.

    Look at the boxes to check and see if you can group them in series that are always hidden or visible. Then script against subforms and NOT the boxes. If you can not group the boxes then you will just have to refer to them individually.

    The textfield object was just a typo.

    Niall

  • all used bookmarks appear in a drop-down list to the right of the bookmarks bar, now they are not

    All my favorites appeared in a water drop down automatically to an icon at the right end of the bookmarks bar. These were not only the additional toolbar bookmarks, but all the bookmarks you'd get to go to bookmarks in the menu bar. Now all I have is the star that opens all the bookmarks to the left of the screen. How to return the auto decline more practice at the bottom right?

    Thank you

    You'll see that the button Menu bookmarks in the bookmarks toolbar if the menu bar is hidden.

    • View > toolbars.
    • Firefox > Options
  • connect two Drop Down list with the code name.

    Hello guys,.

    I have ' starting my LiveCiycle, I have trouble linking two fields in the drop-down list. How can I connect two fields drop-down list? For example, a user selector, the name of the professional and the other menu drop-down is updated with the code of work based on the choice of the name.

    Thank you.

    Take a look at the attachment. It's a way to achieve this. The result like this...

    Steve

  • Hello experts, I use Adobe forms in SAP. My question is, is there a any restriction for additem keyword in JavaScript? I mean, even if I use the keyword additem to add the name and value of a drop-down list, it adds up to 10000 files only. Please s

    Hello experts,

    I use Adobe Forms in SAP.

    My question is, is there a any restriction for additem keyword in JavaScript?

    I mean, even if I use the keyword additem to add the name and value of a drop-down list, it adds up to 10000 files only.

    Please sugest

    A drop-down list is the bad INTERFACE design where an element can contain more than 100 entries. It is very good in tests, but absolutely unacceptable if the form must be used by a person busy doing their work. The choice of Acrobat forms are limited, but consider a list box. Despite this, there may be limits imposed by the system or the implementation.

    Better would be

    (a) stop filling after awhile the list and add an entry saying several elements not shown, running report or use better filter

    (b) be available for all filtering of course lists

  • lack of drop-down list for the home network connection

    while I'm doing my cell phone as a wifi hotspot

    local area connection properties > sharing > and then connect home network
    I do not have the menu drop-down, it is directly attributed to [wireless network connection] and I can't change it
    Please I need your help to understand the reason behind this problem * _ *.

    I find the solution. you first have to disable windows Defender, and then you can find the drop-down list.

    It will be useful.

  • Don't want the previous file names being listed in the drop-down list the name of the file

    I have windows 8. Don't want the names of previous files are represented in the file name drop-down list in the page save money when saving a page on the net.

    Hi sliman,.

    1. which web browser you are using?

    If you are referring to Internet Explorer, the option to erase the file names when you save the Web page is not available. This feature is not provided because if the drop-down list does not display the file names already existing, you can eventually choose a file name that is already reflected in the previous file being overwritten and lost.

    For all windows questions do not hesitate to contact us and we will be happy to help you.

  • Drop-down list data connection - several text fields-

    Hello to you all, guru out there. I'm new on Adobe LiveCycle, but I have some experience coding in other languages, but not of JavaScript and XML. Trying to get a user to select a client and then based on this selection, I want to return several address fields, a Contact name at the customer's location and a phone number. The data connection is an ODBC connection to our CRM software, and information are stored in a table. The user of the form will be our Service technicians, and the rest of the form will be a place to type notes about the service call. We just try to facilitate the choice of the customer for our Service technicians to rather than having to type all the information. I've searched the forums and the solutions that I keep coming across are values defined by the user in the drop-down list, I have not found an example that illustrates this with a data connection. I work from a return address field to a text field (using the command .rawValue), but I need to fill in some more information. Any guidance would be greatly appreciated.

    Thanking you in advance,

    SSCLadam

    THW way I did is to use two data connections. 1st one to fill the DDlist with a list of customers. In this one, I use simple bind to do the job. Then a 2nd connection that will extract the folder of figurines based on the selection of the DDlist. This requires the code a SQL DB to retrieve the appropriate record. To implement this data connection, I can use the provided column headers to bind columns in the fields in my form. Then when this data connection is open (I put to delayed opening) and it returns the file in question are bound fields get automagically populated!

    I've included a sample I created... .you won't have the Pb, but you can at least see what I did. The code is on the change event of the DDlist

    Hope that helps

    Paul

  • My laptop stopped recognizing wireless function. What drop-down list function should I use to get it to recognize wireless again?

    My laptop stopped recognizing wireless function.  What drop-down list function should I use to get it to recognize wireless again?

    Hello

    What is the brand and model of your laptop?

    Follow the suggestions and check out them.

    Method 1

    You can follow the procedure in the article.

    Enable or disable a network adapter

    http://Windows.Microsoft.com/en-us/Windows-Vista/enable-or-disable-a-network-adapter

    Method 2

    Windows wireless and wired network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    See also:

    Network adapter problems

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-network-adapter-problems

  • Prevent the specific Web site to store the user name in the drop-down list

    I have a site that I connect to frequently. Their home page has a login field. If I double-click on this area, it shows me several login names to automatically fill the area with. I want to prevent Firefox (or other) to remember those login names, for safety because of my personal paranoia.

    I'm using Firefox 49.0.2.

    • I added this site to my list of blocking Cookies. New Cookies are not displayed to the top, when I connect.
    • I do NOT have the connections stored for this site (they were removed and new not appear when I enter a name).
    • Firefox does NOT show me the dialog box "do you want to remember?
    • I removed each stored in AutoComplete list in this field by using the 'shift + Delete' keys to select and delete the headings that appear when I double click on the field.
    • The list that appears when I double click is NOT specific to this site... or rather, the entries in the list seem to come from almost any site that I connected. For example, I have deleted all entries in this site, I worry; I have then is come to Mozilla's Support forum and tried connecting; I had to try several times; all of these names that I used on the login field Mozilla now appear in the list for the original site.
    • Curiously... If I hit 'back' after typing my name (causing the site to go to the next page), the name that I typed in the field seems NOT to remember. However, if I click on the button "login" next to the field after you type a user name, the name seems to remember.
    • Even if I disable 'Remember connections... ". "in Firefox, UN I enter this field to remember.

    A screenshot is provided the field of seizure and the drop-down list of names (which I deleted several times).

    I turn off history form of Firefox, so I don't know if this is specific to the site (such as the saved connections) or could possible appear on all sites with a named field in a similar way, which seems a little odd.

    If you clear history of Firefox form feature, is the unwanted suggestion stop appearing? You can do this on the preferences page, Privacy panel:

    "3-bar" menu button (or Firefox) > Preferences

    In the left column, click on privacy. On the right side, if you do not see "conservation rules: use the custom settings for history" go ahead and make that choice.

    Then you can uncheck the box ' Remember search and form history.

    When you return to the site and reload the page, the suggestions disappear?

  • Win 7 should go deskjet 970cse on network... not in the drop-down list on win 7.

    I have a new win7 networked system.  My deskjet 970cse is on my network, controlled by a system of xp.  I saw directions making the printer to add, use the local port, provide the name of network etc.  However, at the end of the day, I have to choose which printer... and HP 970cse is NOT on the drop-down list.  Help please.

    Make sure that Windows Update is enabled as shown in method 2 here, then install the driver as described in the another thread you asked this here.

  • Form - enter the names of the State/province drop-down list

    Hello again,

    I use Acrobat Pro DC using a MC Pro and I want to create a list drop-down States and provinces on my form. After clicking Properties and then Options, is there a way to enter all state names at the same time instead of adding one by one? I know there are scripts out there, but I thought that I could create the list that I needed from the List of States - 50 AMERICAN States - Canadian Provinces - Australian States - Mexican States - Brazilian - States ListStates.co... and copy and paste them.

    I read on the drop-down lists, but I don't see that he offered to DC Pro. Please correct me if I'm wrong.

    Thank you.

    Yes, it's possible, but it takes using a script.

    The basic format of this script is:

    this.getField("DropDownName").setItems (["Alaska", "Alabama",...]);

    If you have the items in a text file or a spreadsheet and want to import at the same time you can use a tool like this, I developed, which can be purchased here: Scripts custom Adobe: Acrobat - items import from a text file to a combo box or a list box

    I also offer a free sample with all 50 US States file field drop-down list that you can copy and use in your own file.

Maybe you are looking for

  • How to install windows 8 or 7 Sierra?

    Tried to install 7 or 8, since the installation of sierra what it messed my partitions where bootcamp windows 10, but now had to work I have to use an old Olympus Studio tool for project work/uni which works only on windows 7. It seems that apple has

  • I can't read emails, letters too small and distorted. It happened all of a sudden when I read emails. What can I do?

    I read my emails and all of a sudden changed... page letters are so small and light, I can hardly read anything. In addition, the page got all distorted... What do you think happened? How can I solve the problem?

  • No sound in Max Payne

    When I play Max Payne 1 under Vista music & dialogue during cutscenes or novel graphic only becomes active. But when I play the game from the same exe under XP (I have both mode dual boot), the game works perfectly well. I tried to run the game in Wi

  • Digital Imaging monitor

    I used windows update this morning for the first time in the month and installed all security updates.  Wish I didn't!  I have a HP Photosmart 3310 all-in-one that has never given me a problem, and since installing the wonderful windows updates, the

  • Failure of the b Windows Vista 64 update: (code 80050007)

    Update windows 64B is now impossible because I see an 80050007 error code. I tried to work on my admin account, but even who could not fix this update. On the internet, I've seen a lot of questions unanswerd (UAC) for a problem like this.I even clean