Password displayed in plain text in sql file

Hi all,
I have a shell script that calls another sql file to connect to the database and do some queries. The username and password used to connect to the databse are in plain text in the sql file. My question is how can I hide these parameters in the sql file and be able to connect to the database.
Thanks in advance.

Oracle have something to do such thing : Secure External Password Store
Laurent Schneider posted an example of usage on his blog : sqlnet.wallet_override=true
Or you have an external tool : Oracle Password Repository which seems easy to use.
Nicolas.

Similar Messages

  • Importing from Eudora problems - html messages being displayed in plain text and problems with attachments

    Hello,
    I hope you can help me. I've imported all my emails from Eudora into Outlook 2010 but I have a couple of problems.
    All emails that I've imported which had attachments with them have a notice on them saying the attachment has been blocked. I can always browse to the folder whereb my old attachments are stored, but this is still inconvenient.
    Secondly, all my messages that I've sent in the past (html) are being displayed in plain text, which is making them difficult to read because of all the html tags being displayed.
    Also with emails that I've sent in the past- there is no record of any attachments being sent with messages which I know had attachments with them.
    Any ideas? I've trawled google and had no luck except finding programs that cost $70 that can import everything properly.
    David

    David:
    I know this is a very old thread, but did you every figure out a way to fix the formatting of imported Eudora mail?
    I just "upgraded" from Eudora to Outlook 2010 ...
    and have 10 years worth of HTML formatted e-mail that now shows up as plain text with embedded html formatting ...
    apparently it is a long-running problem that has roots in the way Eudora formats messages ...
    Outlook and other e-mail clients all seems to have issues with importing and do not properly recognize HTML-formatted messages from Eudora ... very sad that I can no longer really "read" my old e-mail at this point ...  :-(
    See closing paragraphs here:   http://its.uiowa.edu/support/article/2800
    Same problem over at Mozilla going back 10+ years ... not sure if they fixed it..........
    https://bugzilla.mozilla.org/show_bug.cgi?id=3157

  • Plain text ASCII format file

    This may be slightly off-topic, but I'm hoping maybe someone knows the answer:
    I received a license for the Messiah animation suite as part of a one-time offer, and it says to paste the License text "into a text file... (this file must be a plain text ASCII format file, NOT Rich Text or doc)."
    I have Microsoft Office 2008. It has a Plain Text (.txt) format, but googling there seems to be some uncertainty if in Mac it is plain text ASCII format. The TextEdit app I'm not sure of either I'm pretty sure isn't.
    Anyone got a solution?
    Thanks!

    The problem is whether that version of .txt or the MS Office 2008 is actually ASCII format or unicode.
    I don't think that is the issue, since ascii and unicode are identical for the usual 26 letters and 10 digits that are probably in the license text. The point is that it be .txt and not .doc or .rtf or .html, which has all kinds of other junk added to the real content. I would use TextEdit set to Plain text.

  • JEditorPane with text/html content-type still displaying as plain-text?

    Hello all,
    I recently started work on a very basic HTTP GET program that gets the HTML source of a page and, using a JEditorPane, displays the page as normal (i.e. like a browser would).
    Anywhoo, the HTTP GET is fine, and the source is loaded into a String called "html". Then I do this:
    displayArea.createEditorKitForContentType("text/html");
                        displayArea.setText(html);However the content appears in the editor pane as plain-text (i.e. the HTML code appears as-is, not in a 'compiled' form).
    Any ideas why this is?
    Thanks,
    Tristan

    Thanks for the replies, however the setContentType didn't work either. When I changed the code to what you suggested, nothing got inserted into the editor pane at all (i.e. no HTML - nor plain-text?). More of the code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    import java.net.Socket;
    import java.util.Scanner;
    public class ClassName extends JFrame implements ActionListener
         public JTextField urlIn, pageIn;
         public JButton go;
         public JScrollPane scrollPane;
         public JEditorPane displayArea;
         public JPanel topPanel;
         public String url, page, html;
         public int index;
         public ClassName()
              setSize(1230,680);
              setLayout(new BorderLayout());
              JPanel topPanel = new JPanel();
              topPanel.setLayout(new FlowLayout());
              urlIn = new JTextField(18);
              pageIn = new JTextField(18);
              JButton go = new JButton("Go!");
              topPanel.add(urlIn);
              topPanel.add(pageIn);
              topPanel.add(go);
              add(topPanel, BorderLayout.NORTH);
              displayArea = new JEditorPane();
              displayArea.setEditable(false);
              add(displayArea, BorderLayout.CENTER);
              go.addActionListener(this);
              urlIn.addActionListener(this);
              setVisible(true);
         public static void main(String args[])
              new ClassName();
         public void actionPerformed(ActionEvent e)
              if( e.getActionCommand() == "Go!" )
                   url = urlIn.getText();
                   page = pageIn.getText();
                   if (url != null && page != null )
                        try
                             final int HTTP_PORT = 80;
                             Socket s = new Socket(url, HTTP_PORT);
                             InputStream inStream = s.getInputStream();
                             OutputStream outStream = s.getOutputStream();
                             Scanner in = new Scanner (inStream);
                             PrintWriter out = new PrintWriter(outStream);
                             out.print("GET " + page + " HTTP/1.0\n\n");
                             out.flush();
                             while( in.hasNextLine() )
                                  String input = in.nextLine();
                                  html = html + input;
                             s.close();
                        catch (Exception exception)
                             System.out.println("Error: " + exception);
                        displayArea.setContentType("text/html");
                        displayArea.setText(html);
                        urlIn.setText("");
                        pageIn.setText("");
                 else
                      System.out.println("Please enter something!");
    }Am baffled as to what the problem is? :-(
    Thanks,
    Tristan

  • May ID isolate tables from plain text in a file?

    In a big Word file it seems necessary to isolate the tables from the rest of paragraphs.
    Unfortunately the body style applied to both is the same style.
    Have tables some formatting element to get only them?

    Yes, a new thread...
    Just we have a huge file with text and tables and need to place the tables at the end of the book. Just the tables. Plain text at the beginning.
    Import options for text surely allows to place only text (unchecking graphs)  but it is not an option to place only graphics, as far as we tried in the menu.*
    Thank you.
    *Furthermore, the Word brings the same style applied to tables and text... Book has to be managed in two parts.

  • Read Plain-Text vom Upload File

    Hi,
    i have the following file :export.txt:
    Content: Hello World
    It´s upload to the XDB-Server => /marco/export.txt
    When i try to read from this file, i got the following result:
    SQL> SELECT extract(res, '/Resource/Contents/text').getClobVal() xml_doc
    2 FROM resource_view
    3 WHERE any_path = '/marco/export.txt';
    XML_DOC
    <text xmlns="http://xmlns.oracle.com/xdb/XDBResource.xsd">Hello World</text>
    I would like to have only "Hello World". What can i do ?
    Thanks in advance
    Marco

    Sorry but this dosn´t work for me. I uploaded my alert.log File and i tried to read it...
    SELECT path FROM PATH_VIEW
    WHERE UNDER_PATH(res, '/marco/', 1) > 0
    /marco/export.txt
    /marco/alert.log
    SQL> select xdburitype('/marco/alert.log').getClobVal() from dual;
    select xdburitype('/marco/alert.log').getClobVal() from dual
    FEHLER in Zeile 1:
    ORA-00904: "SYS"."XDBURITYPE"."GETCLOBVAL": ungültiger Bezeichner
    SQL> SELECT extractvalue(res, '/Resource/Contents/text').getClobVal() xml_doc
    2 FROM resource_view
    3 WHERE any_path = '/marco/alert.log'
    4 ;
    SELECT extractvalue(res, '/Resource/Contents/text').getClobVal() xml_doc
    FEHLER in Zeile 1:
    ORA-22806: Kein Objekt oder REF
    What is the usual way to transfer text or binary files from xdb to a table ?
    Thanks
    Marco

  • Emoji's Displaying as Plain Text

    After upgrading to Mavericks, whenever I type out a smiley (screenshot: http://cl.ly/image/210a430a2d2k) it displays as normal, plain text and not as a smiley icon. If I select an emoticon from teh drop down menu, though, it works. But it does not automatically translate symbols into emoji as it previously did. How can I fix this? Thank you!

    Hi,
    In iChat and Messages 7 (Mountain Lion)  there was a .plist in the app that listed all the combinations  that could be used for each Smiley.
    Even here on the Apple Support Community forums you can type colon, dash, close parentheses  and not see a Smiley :-) but will do if you leave out the dash.
    When I type the colon, dash, close parentheses in Messages I and offered a view of the selected smiley or a X to dismsss and send as plain text.
    What the .plist did was to then call the correct pic and display it.  (Plain text was sent in either direction and the App changed it if you set "Show Smileys")
    Later versions of iChat and then Messages actually sent the Smiley Pic after pulling it from within the app.
    Those Smileys have gone as has the .plist and some other arrangement is supposed to substitute  the Emoji ones.
    Although there is no "Show Smileys" option in the View Menu any more there is a Substitutions listed in Edit menu which includes Emoji (I can't work out though if it make any difference).
    8:45 pm      Sunday; October 27, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • HT2513 URL in iCal are always displayed in plain text when viewed in iCal but as URL if sent to an Outlook account. Does anyone know if this is expected behaviour?

    Does anyone know why iCal in Lion doesn't displays URL's for events, just as plain text, and why the URL window has been removed when creating a new event?

    Dear Mr. Toad (my all-time favorite ride at Disneyland ;-) ..
    Thanks so much for your detailed reply.. my netbook is in the bedroom, turned off.. I (so far) only use it in the evening, in the bedroom.. I've saved your response, and will try your suggestions, and let you know if they solve the problem I described. I really appreciate you taking the time to post such a detailed reply..
    I can't answer your Thunderbird "configuration" questions, because I'm in the living room, using the crap Vista laptop, on which I plan to install Thunderbird, and then take Windoze Mail out in the street and drive over it a few times.. I'll get back to you one way or the other, and let you know if your instructions solved the problem, or not..
    I don't understand why Thunderbird "out of the box", so to speak, simply doesn't forward HTML emails with embedded graphics, (like Outlook Excess, and Winblows Mail do).. without having to go through those steps. I personally HATE HTML email, but over the years, it's become more and more prevelant.. so it's a problem I must fix..
    Thanks again..
    Harv..

  • How do I get incoming mail messages to display in plain text?

    Recently some incoming messages are virtually unreadable because they are in rich text format and render with incredibly small font size. They are mostly coming from work colleagues using Windows. Recently I upgraded yo Yosemite and they were upgraded to Windows 7: im not sure if either is relevant.
    I'm sure there's a trick somewhere to increase the viewing font size after the message displays, but I'd rather it displayed legibly in the first place...
    Any ideas?

    If I take the above preferences and change them from Arial 14 to Arial 144 I can get the body in about half of my current messages to display in 144 pt font.
    It varies by mail client of sender and to which mail box it goes to on my Mac.  Haven't found a commonality yet.
    Someone here will have a brilliant answer, however.

  • In latest upgrade of firefox (apparently 3.6.8), links that used to display correctly now display as plain text, and are un-clickable.

    Not sure about the protocol, because I found the problem, the question above, and have already solved it, and wanted to get the info out.
    If a "<a ...>" link has the pathname split across lines, the link no longer displays correctly. Oddly, if you right-click it, it is there, and you can "Copy Link Location". But, you cannot click the link.
    Example:
    <A HREF="ftp://some.domain.com/bogus-storage-management/maintenance/client/version/Windows/x64/v621/6.2.1
    .my_file.htm">README</A>
    does not work, but
    <A HREF="ftp://some.domain.com/bogus-storage-management/maintenance/client/version/Windows/x64/v621/6.2.1.my_file.htm">README</A>
    does (assuming this question box doesn't split that line too ;^).

    Yeah, there shouldn't really be any line breaks in a URL, if that's the problem.
    I read a blog post ([http://www.owlfolio.org/htmletc/css-data-theft/ Data theft with CSS]) about the recent security fix for malicious style sheets, and one of the targeted behaviors did involve line breaks in a URL. Perhaps the anchor tag case is an unintended side effect of the CSS parsing change??

  • Today (16 July 2014) incoming email messages are displayed in plain text otnly. The view message as menu, is set to original HTML, Tried other options too.

    Tried change view message body as (already set to original HTML) . Tried all settings, no change.

    If you can never see remote images because the "Show Remote Images" button is always missing check that permissions.default.image is set to 1 using the config editor.
    http://kb.mozillazine.org/Privacy_basics_%28Thunderbird%29

  • Is there a way to mask or hide the plain text Wi-Fi Password on the Personal Hotspot settings screen?

    You will note that even if you change the default password to something more complex, that the password appears in plain text on the settings screen. This is a bad idea so I'm wondering if anyone knows of a way to hide or mask this. If not, this should be a default option in iOS7 (wink wink, Apple).

    Why? The settings screen is where you set the password. Since you are setting it only you can see it. Once you've set it, there should be no reason for anyone else to be viewing the settings page for it. Masking it for the user setting the password would only make it harder to set it.
    There's really no reason for anyone else to be seeing that password but you.

  • Plain text editor that will open html correctly in browser

    TextEdit isn't the answer. If I save a plain text document full of html code as a "web page (html)" doc, it displays as plain text code in the browser rather than translating the code as a web page. I cannot save it as a .txt doc - the option is not available. If I save it as a .odt, I cannot then append .html to the file. So really, it ***** as a coding app. Isn't there a plain text option for Mac that works just like Notepad (or like SimpleText from years ago)?

    dramaguru wrote:
    If I save a plain text document full of html code as a "web page (html)" doc, it displays as plain text code in the browser rather than translating the code as a web page.
    This is because what you're doing causes it to think that the code is the content of the page.
    You must work in Plain Text mode: when you have completed your code use Save As and save it as filename.html - you will get a dialog box offering to add .txt on the end, but you should decline the offer. This will work perfectly well.
    It's a very useful way of making simple alterations to code: if you want to go for something more advanced you might like to look at PageSpinner ($29.95, trial period available) which gives you colouring dependent on the type of code, pre-formed code to add it, and a live display of the result using Webkit (as in Safari).

  • Firefox 11 beta is having issues loading Flash and HTML content, shows plain text instead of images

    I'm not sure what is causing the problem but it has been happening since beta 10 and now its also in beta 11. Randomly when I load any web page the page is displayed in plain text leaving all the HTML or flash content blank. Yes I have the most recent version of flash installed along with Java just in case it was looking for that mess as well. Sometimes the pages load fine, and sometimes they don't, it's like playing lotto with the internet. The only fix I know of is to either keep refreshing the page and "hope" it catches it on the reload, or closing Firefox and running CCleaner. Some times FF will load some of the visual data and leave gaps but usually its just basic text mode. I'm at a loss as to whether the problem is from Firefox or my ISP being a douche, either way its annoying that Firefox is not showing internet pages like it used to.
    Hate to see it happening but it looks like Firefox is on its way to being just another Internet Explorer clone (failure). Should have stayed with your original team, all the new folks you have hired are really mucking up the whole project and its goal of a free and open internet. Not to mention writing bad code and costing you money and more importantly the user base.
    (Update, now it's not doing it go figure, but I'm sure it will do it again at some point, perhaps its not Firefox and something else, I'll keep my eye on it and try to report any findings)

    If you use extensions (Tools > Add-ons > Extension) like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flash Block</i> that can block content then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Show plain text in IIS..

    Hi, I'm a novice in JWS..
    I'm testing Java Web Start in IIS (windows 2000 server)..
    After needing MIME type as inputing
    "application/x-java-jnlp-file" with file type "jnlp"..
    Explorer show the plain text of jnlp files...
    what's wrong with it??
    What's need to set up Java Web start Server???
    (Maybe server need to set XML parsing???)
    In my case, I set up my server with only MIME type in IIS...
    Thanks to reading.. ugly writing... ^^
    I hope your help...
    [email protected]

    You may need a restart.
    I am using it with win2k and apache, and once I restarted apache that problem went away.

Maybe you are looking for

  • Change in Assignment Category gives error

    FRM-40735 POST- UPDATE trigger raised unhandled exception ORA- 01403 I am getting the above error when i am trying to change the Assignment Category field of an employee from Junior Staff to Senior Staff. Navigation People> Enter & Maintain> (B)Assig

  • Deleted Po's not in search results POWL

    Hi All, I have a question,.. We are on SRM 7.02 and when I want to search for PO's which are deleted (status deleted) in POWL I don't get any search results. Is it a standard behaviour deleted PO's don't show up in search results? The deleted PO's I

  • Iphoto 11 has no problems

    I photo 11 has no problems, the people who are using it wont give it a chance. Play around with it for a day or two. It works great, I love the new features. At first I thought "omg how do i do this or that" then i played around with it and figured i

  • Gradient has stripes & workflow of save as web file question

    Hi! Working now with AI CS6. I have a gradient with 3 colours, but unfortunatly you can see stripes within the gradient, like it is devided in many little steps. Any ideas how to solve this? The gradient should be very, very smooth. Second question c

  • Trying to disable Encryption for users through the Customization wizard

    I am trying to create a transform through the Customization Wizard that will disable users from seeing or selecting Encryption when they have a PDF file open. I know that in the security-policy.acrodata file that if /SP_IsHidden [/b true] in the file