Where connection details are getting stored.?

Hi all,
When we create any connection like Application server conn,databese server
conn or Integration server conn then where all these details are getting stored.?
i mean in which file...?
Any idea for tht..?
Thanks to u ppl
/mishit

hi all,
finally i got that file. it is
<jdev_install> /jdev/system/oracle.j2ee.10.1.3.n.nn/IDEConnections.xml
where <jdev_install> is the root directory in which JDeveloper is installed.
But there is one more file connections.xml for deployed password.i'm not sure
abt this.
Thanks
/mishit

Similar Messages

  • We are getting ¿ stored into our Oracle 10g database  (Microsoft fault)

    We are getting ¿ stored into our Oracle 10g database that is using WE8ISO8859P1 character set.
    Problem is caused by the following:
    Microsoft released software (in particularly MS Word) before considering any ANSI or ISO standard (although they claimed so).
    At that time of pioneering graphical interface - they were the standard. Since then things changed. Microsoft initially targeted US marked, however very soon they wanted to expanded to Europe. For that they needed to get standardized character set instead of one initially being in use. Microsoft re-mapped character set in newer applications using Windows-1252 character set which is compatible with ISO-8851-1 (we are using in our Java Web applications). That cleared obstacles to forward on European market, where extended characters are necessary (like in French, Dutch, German languages...)
    What happened with the initial character codes before Microsoft agreed with ISO to standardize characters? Well - Nothing.
    So what are the consequences of that?
    If we are using Microsoft Word document in conjunction with one of the oldest character set (universe) the ice-age character mapping is still there. So when we "cut and paste" the content to another application, characters sets are not mapped anymore. Especially French language "is sensitive to this" The Microsoft character set in Word decimally coded 146 ( ' ) is very often used in French.
    Therefore if the text is generated in MS Word using old character mapping (universe) which we do, and using method of "cutting and paste" we are mismatching character set interpreted by other, newer applications.
    Initially in the MS words (apostrophe) ' had code 191; then later after implementing Windows 1252 character set being moved to code 146 in accordance to ISO. Well ISO threat character coded 191 as ¿. So if you are using MS Word universe character set, ' looks like ' but in newer applications or ISO compatible applications it looks like ¿.
    Can anyone provide me with periodically cleanup routines that replace garbled characters entered by Microsoft applications into Oracle database ?
    Thanks
    Brendon

    A simply update should work.
    SQL> CREATE TABLE CHARTESTING(COLUMN1 VARCHAR2(30));
    Table created.
    Elapsed: 00:00:00.01
    SQL>
    SQL> INSERT INTO CHARTESTING (COLUMN1) VALUES (CHR(191)||CHR(146)||DBMS_RANDOM.STRING('A',5));
    1 row created.
    Elapsed: 00:00:00.01
    SQL> COMMIT;
    Commit complete.
    Elapsed: 00:00:00.00
    SQL> SELECT * FROM CHARTESTING;
    COLUMN1
    ┐ÆTeoqw
    Elapsed: 00:00:00.06
    SQL> UPDATE CHARTESTING SET COLUMN1=REPLACE(COLUMN1,CHR(191),'*');
    1 row updated.
    Elapsed: 00:00:00.00
    SQL> SELECT * FROM CHARTESTING;
    COLUMN1
    *ÆTeoqw
    Elapsed: 00:00:00.00
    SQL>After numerous attempts you will have to trust me that the characters are correct, my sqlplus isn't working for displaying the characters.

  • Where does LDAP credentials get stored?

    Post Author: v_jange
    CA Forum: Authentication
    Hi Guys, I have configured CRS to use an existing database(SQL). After installation of CRS, i manually configured LDAP for authentication. I looked at these LDAP credentials in the database tables. In all there are only 5 tables that get created & i can see only 2 entries of data (in CMS.Aliases table) related to LDAP.I didn't find other info like LDAP server name, password, etc... Please can anyone let me know where these LDAP credentials get stored?Its really urgent... Thanks & Regards,Vishal

    Post Author: Sunnystone
    CA Forum: Authentication
    I got the same problem.  I use enterprise authentication and oracle database. I have 8 tables created and only these tables have entries, CMS_INFOOBJECTS4 and  CMS_ALIASES4. One field in CMS_INFOOBJECTS4 called PROPERTIES has BLOB type. I am wondering if this is the field to save the password. Now I need to retrieve user password and use the same password for other purpose. How can I get the password and convert it from binary to encrypted text? Any idea? Thanks.

  • Where does the Attachments gets stored.

    Hi All,
    We are adding attachments to a Human Task ADF TaskDetails page.
    When opening the attachments we are getting an error.
    Reason : The HOST_NAME is getting changed to the managed server name while opening the attachment.
    Can someone tell me where does these attachments gets stored.Can i query and check which host_name is used while storing it , if it is using the database for it.
    Please help me to debug this issue.
    Thanks,
    Sid.

    Hi,
    Here are the tables you should look at:
    fnd_attached_documents
    fnd_documents
    fnd_documents_tl
    fnd_lobs
    fnd_documents_short_text
    fnd_attached_documents has a column called entity_id which contains the po_header_id or po_line_id depending on where the document is attached.Those tables are already mentioned in the link referenced above --> Where are attachments stored in oracle apps
    Regards,
    Hussein

  • How to find where the segments are get filled.

    Hi friends,
    I want to know, where the segments are getting filled for an IDoc. Actually i have failed IDoc's, in that IDoc the segment E1EDS01 the Qualifier is 009 its having 2 fields one is SUMMID its having value of 009 and another one is SUMME its having the value of 4.124.
    The requirement is this SUMME value is wrong for selected Idocs. How i debug this? I know the partner profile name, basic type and message type. How i will get the proper include name?
    Its an outbound interface.
    Pls anyone advice are help.
    Mohana

    Hi Mohana,
    If you have partner profile, then goto transaction WE20 and search for your message type in Outbound paramters of that partner and double click on it. Then click on the "_Message Control_" tab.
    Process code will be defined there it will direct you to Outbound processing Function module. Then you can find your segment inside include of that Function module. (It could be user-exit also)
    If you cannot find process code there, then look for corresponding EDI Output type which triggers the outbound Idoc and get the program name through transaction NACE.
    Hope this will help you
    Regards
    Saravanan

  • HT5262 where does the information get stored when you back up your i-phone? It just reports its done but I have no idea where to find it if I need it again!

    Where does the information get stored when you sync/back up your i-phone. I have no idea where to look if I need it again!
    Thanks

    You can chhose the backup when you would reset your device. In this case you would get the option, during the set up process, to choose your backup and restore your device from it.
    (You can find a few information e.g. size and date of your backup in "Settings > iCloud > Storage & Backup > Manage Storage")

  • APEX JS libraries - From where does these are getting loaded

    Hi All,
    In every page I can see APEX is loading following JS libraries.
    <script src="/i/javascript/apex_ns_3_1.js" type="text/javascript"></script>
    <script src="/i/javascript/apex_3_1.js" type="text/javascript"></script>
    <script src="/i/javascript/apex_get_3_1.js" type="text/javascript"></script>
    <script src="/i/javascript/apex_builder.js" type="text/javascript"></script>I was thinking these must be specified in the page template, but it's not the case! Could you tell from where does these are getting loaded?
    Thanks,
    Hari

    They are included by the #HEAD# substitution string in the page template.
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/themes.htm#sthref1670
    This substitution includes the standard APEX CSS and JS references and the contents of the page HTML Header property. From APEX 3.1, the standard CSS/JS can be suppressed using the Include Standard CSS and JavaScript HTML Header property.
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/bldr_pgs.htm#sthref613

  • Where does SSO information gets stored in Apps 11i

    Hi,
    I installed Oracle Apps 11.5.10.2. This has been further integrated with Oracle Single Sign On server (Oracle iAS 10.1.2.0.2).
    Does any one know where does the SSO infrormation gets stored in Apps, i.e. is there any table which stores these details? How does Apps come to know where to look for SSO server ?
    Thanks in advace.

    dumbdba wrote:
    We had a strange issue while enabling SSO for one of the test instances. After registering with the SSO server, the user was still directed to the >AppsLocalLogin.jsp page. The user preferences are SSO and we did take a Apache restart but it did not work.Is this true for all users, or just one? If not all users, this may be a case of cached files on the client (web browser) side. Can the affected users connect from other browsers on other machines, or from their own browsers after clearing the cache?
    I ran the test, but it shows me the information which already is known. I mean we know the URL's of SSO server. I was wondering as to how txkrun.pl script handles the login preferences ? Does it changes the aplogon.html file or does something other ?
    How does the instance comes to know that it is now single sign-on enabled and has to redirect to the SSO server rather than LocalLogin.jsp.txkrun.pl and AutoConfig should make all the necessary changes to the various configuration files (Apache httpd.conf and mod_osso.conf, Oracle AS ias.properties files, etc). As Hussein states, there should be no need to manually modify aplogon.html. Changes there will be overwritten the next time you (or adpatch) run AutoConfig, anyway.
    Vikram Das has written a [useful and thorough treatment|http://oracleappstechnology.blogspot.com/2007/08/apps-11i-login-flow.html] of what goes on in the course of logging in to an 11i system that is integrated with SSO.
    It's also possible that you have stale/corrupt JSPs cached on the web server; a simple restart of Apache will not necessarily fix this. Have you tried using ojspCompile.pl (in $FND_TOP/patch/115/bin) to recompile some of the JSPs associated with the login process?
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • HT4137 When I back up my iPhone using iTunes, where does the information get stored?

    I have a problem. 
    I have an iPhone that has already been synced with an HP laptop.  This PC is now in need of repair but the price of repair was too costly so I bought a MacBook Pro to replace it.
    I would like to now sync my iPhone with my new MacBook using iTunes but when I attempt this I get a message stating that all the information in my iPhone will be replaced by all the information in iTunes (which is nothing).  I cannot afford to lose all the information in my iPhone but also I cannot update my iPhone using iTunes because it has not been paired with my new MacBook and I am told that it can only be paired with one computer at a time.  I cannot unpair it with my old PC because my old PC doesn't even boot up anymore.
    I was told that I could Backup the information in my iPhone by control clicking on the icon in the toolbar to the left of the iTunes screen which would then let me sync safely.  I have now done this but I still have nothing to show for this in the iTunes library (no music, photos, notes, contacts etc.) and I have no idea where this backup has been stored.
    Also in the help menu in iTunes it says that media files such as songs, videos and some photos AREN'T backed up but can be restored by syncing with iTunes (how is this possible to restore something that hasn't been backed up in the first place?).
    I am really stuck with this and hope that someone out there can help.
    Leigh

    The first step in the sync process is to create a backup.  On a mac this backup is located at
    ~/Library/Application Support/MobileSync/Backup.  The backup does not included iTunes media as it is assumed to be in the iTunes library you are syncing with.  Also, as you have discovered, when you first sync with a new iTunes library iTunes will erase all iTunes media on the phone (music, videos, etc.) and replace it with the media in the library you are syncing with.  Photos from Camera Roll (which are taken by the phone) are part of the backup.  Photos in Photo Library (which were synced to your phone from your computer) are not; again, because it is assumed they are already on your computer as that is how they were synced to your phone in the first place.
    What, exactly, is still on your phone at this point?

  • Table name in which Subtotals are getting stored

    Hi All,
    In V/08 transaction, for a pricing procedure e.g. X, A column is available for Subtotals. When I press F4 option for Subtotals, there I am watching 27 options.
    Now I want to know, for which option number the subtotal is getting stored in which table?
    e.g. for subtotal option1, the value is getting settled in VBRP table in KZWI1 field.
    Regards,
    Vishal

    Hi friend,
    One table where you can find all the pricing elements
    Table : T683S and field for subtotal of condition is KZWIW
    Key fields are pricing procedre and condition type.
    regards,
    santosh

  • Where do MY TEMPLATES get stored for MSWord 2011

    I am reliant on Microsoft Word.
    I use templates a fair bit.
    While MSWord CAN find my templates (under File/New From Template...)
    I cannot!
    Where do templates get stored now?
    I see no evidence of them in neither:
    ~Library/Application Support/Microsoft
    nor:
    ~Applications/Microsoft Office 2011/Office/Media/Templates/(where I expected to find...)My Templates
    ...JOHN

    johnfromwhitby wrote:
    Much appreciated.
    BUT, this does NOT seem to be true for me.
    Underneath this folder...
    ~Library/Application Support/Microsoft/...
    I only have the following folders:
    HV1.0
    MAU2.0
    MERP2.0
    PlayReady
    Silverlight
    That's all.
    Perplexed.
    You are in the wrong Library, that is the System Library and you need the User Library
    The easiest way to get there is to copy and paste the path in my post to the Go To Folder Command on the Go menu

  • TA38625 where does a screenshot get stored on the iphone

    I need to screenshot a confirmation page on my iphone...where does it get stored?  Need to email it after I capture it.  Thanks

    All photos captured by the iPhone are saved in the Camera Roll.

  • Where the page portlet get stored

    Hi,
    Where the portlet and page portlet get stored in the machine and in which format.Similarly how the login.jsp is in 0C4J_Security.Where all the portlet page get stored.Pls tell me

    Hi,
    You need to understand the concept of a Portlet - it's simply a Web Component that can be reused. Hence, your "Web Component" can be stored anywhere - if it's a hosted Java Portlet, it could be stored in a EAR file sitting in a J2EE Server. If it's a DB Portlet, it could be sitting in your Metadata Repository ( or another Database ).
    Portal Pages are stored in the Metadata Repository.
    Regards,
    Sandeep

  • No BED,Cess & HS Cess values are getting stored in export Sales after J1iin

    Hi,
    This is a problem which is CIN based (Country India) for Export Sales. We configured following thing –
    Excise Registration      -     1
    Excise Group     -     1 let’s say it is G1
    Series Group     -     2 let’s say they are S1 & S2
    (S1 – Domestic / Export Sale & S2 – 57 F4)
    Sub Transaction Type     -     2 let’s Say ES & IP
    (ES – Export Sale & IP - Import Purchase)
    Tax Procedure – TAXINN
    Maintained Proper “Defaults Condition Type”
    Also maintained all default “DLFC” and also additionally maintained “DLFC” with “ES - Sub Transaction Type” for Excise Accounts per Excise Transaction
    Maintained all required GL account per excise Transaction i.e
    G1 - DLFC - Co. Code -      -  All Required GL
    G1 - DLFC - Co. Code - ES -  All Required GL
    Maintained Default Excise Group & Series Group
    S. Org - Dis.Ch. - Div - Sh. Pt - Plant - G1 - S1 - Export Under letter of Undertaking - ES
    Pricing Procedure -     Export pricing consist containing “PR00”, BED, Cess & HS Cess (maintained in  both % & total). No account keys and statistical tick maintained except PR00 . So total 7 condition Types. Also proper condition record maintained.
    Now for my Domestic sales everything is working fine. Here Both excise tables i.e J_1iexchdr & J_1iexcdtl are getting updated after J1iin for BED, Cess & HS CESS.
    But in case of J1IIN of Export sale we are not able to store the values of ED, Cess & SHE Cess. Interesting thing is that these values are appearing initially while creating J1IIn through billing doc no. but as soon as we save it, only excise Invoice no is getting generated but no BED, CESS & HS Cess values are getting updated in tables.
    So can anyone is having any clue why this values are not getting stored. I want these values in Excise Invoice for ARE 1 processing.
    (We are using local number range for export invoice also)
    Early response needed. Thanks

    OK, no issues.
    I wanted to ask u wether u are posting these excise values..?
    and generally excise related condition types do not appear in Export pricing procedure as in export excise in not recoverable from the customer.
    Hence even if tehy appear, tehy should eb statistical in teh export pricing procedure.
    What you can do is,go to J1ID, Maintain excise indicator for customer.then Under the Excise rates, Choose Excise Tax rate.
    here you can maintain, Excise rate(BED %), ECS% and AT1%(higher Ed.Cess) for the chapter id in your material.
    similarly for all the chapter i'ds that you wish to make make an export for... (Remember to enter the Valid from and excise indicator)
    Now, do teh j1iin again,and choose teh utilzation tab,then click on teh pencil icon and choose "Export Under bond".
    If u fail to choose this option, systemw ill not allow you to carete an ARE1 for thsi excise invoice.
    Lemme know if this works.
    Regard;s
    Priyanka M.
    Reward points if helpful

  • Adding file attachments to Accounts - Where do they physically get stored?

    If I add an file (word doc, excel etc.) attachment to SoD (say account object) where does the attachment get saved/stored? Does it reside in a file system somewhere in the server and a reference is established in the account record internally or does it get stored in the Oracle database as some kind of a blob or something?

    Hi, Going by Siebel enterprise architecture and i assume that is what used in the back end for OnDemand, it gets stored somewhere in the file system in the server i believe
    -- Venky CRMIT

Maybe you are looking for

  • Printing logo inverted error .............

    Hi all, While printing invoice from SAP in PDF view everything is fine but when actual print comes the logo of the company is printing inverted. Can u please help me with this ,the driver is SAPWIN

  • Unibody MacBook Pro case

    Has anyone tried the unibody in the MacTruck case?

  • Restore my DB with the data files.

    I needed to re-install my Windows 2000, so I lost my Oracle, so I have only my data files, I'd like to know if I can get my Data on it.

  • User/Score XML file integration

    Hi, i've got a project due in around one year from now. One of the main features i'd like to include in this project is the ability to save/load a user and their score. I've had a look at some tutorials and it seems that a local XML file would be the

  • Where does SMC get the power to reset?

    Where does SMC get the power to reset?