Permanent! stty change

I needed the following line in sqlplus:
! stty erase ^?
but every time that I log out of my unix account and sign in again and connect to sqlplus I loose this stty setting. How to keep it permanently?

How to keep it permanently?

Add this line to your operating system user profile.

Tags: Oracle

Similar Questions

  • XControl size custom on a façade leads to permanent unsaved changes

    Hello

    I have an XControl of mine where I handle the "pane resize" event to organize its façade according to the size of different control.

    When I put on a façade and change its size, VI of the PS obtains changes unregistered whenever I open it, which is a little disturbing.  When I look at the dialog box "List of unsaved changes" he said "the display format of FP objects has changed.

    I tried several 'current Make default values', but without success.

    What can I do to remove this behavior?

    Make the event of front active only for the run mode solved my problem

  • How can I permanently I change the default font in Windows Live Mail (Win 7)

    I just got this laptop that is running a newer version of Windows Live Mail I know.  The police of default e-mail is attached to Calibri 12 which is extremely low.  I want to its default value to Ariel 14.  Is there a way I can do this default font setting permanently?  I can't find anything under 'help' that helps me.

    Jill

    Try this.

    WLMail open

    Left-click to select your account

    then on the drop down menu - options - mail

    Compose tab

    Fonts seem to be listed there.

    Click font settings, to adapt to your needs,

    and see if this holds for emails send/dial

    If it works and is OK, it's similar on the tab [read] - fonts for reading emails.

  • Want to change the WordPad default values for font size and line spacing

    I use WordPad quite heavily because it is simple and fast.  But the new version of W - 7 seems to not allow you to change the default values for the font, size and line spacing.  The default values are not suitable for a large part of what I do and I'd like to find a way of quickly and easily, either make the changes permanent or change this to open with a single click of mouse or at most two.  Any suggestions?

    It is the "best" solution to workaround.  After you change your Default.rtf custom, simply move it to your system32 directory and add the "Default.rtf" at the end of the location of your target on the property sheet for your file WordPad.exe.

    Every time that you open its default location in the directory c:\program files\windows NT\Accessoires WordPad.exe, it defaults to now your Default.rtf custom.

  • Monitor another layer for the events to change an effect

    Is it possible for an effect to listen an another layer change event and then react to this?

    Here's the situation: I have a plugin that has a setting of layer. This layer parameter points to a text layer. Now, I would have the effect to respond to a user who changes the contents of a text layer (TextDocument object). I guess I could somehow store the State of the layer and compare permanently for changes, but I feel in response to an event would be far better - if it is possible.

    Thank you

    Michael

    you do not receive a call from rendering when the text layer changes?

    in all cases, you can create an invisible param with an expression on the subject

    that links to the source on the text layer param. you change the

    Settings when the text is changed and will trigger a new rendering.

  • Help: How can I change the default line by 15 to 100 page?

    Hello

    Our database table has a large amount of data. On the one hand of the error type column, we could have 1378 data for the type of the onr and our application need at least in spring to 100 or 200 per page in order to check and remove 100 lines. For example, if there are 400 lines of type VITA100 error data, using a page impression 100 lines, the user will erase the data 4 time using the button Delete. Now if the page print 15 ranks in time then the user erases data more then 25 times.

    The problem is because we have a lot of data and when I run the report, click the action button, go to the page by lines from the context menu and change to 100, APEX will freeze all trying to deal with this and it will always and it is painful to watch take everyday whithout changing. Page blocks all the time while this process does not work for us for this particular application. I can do for other applications that access the data that is on a 6000 lines. So for now, I need the mechanism to change lines with the attribute of paging and here, I don't have much to work with.

    Can someone help me how to change the line value default report down with the following icon at 100.

    Thank you.

    1013278

    To set the number of lines shown as default value to a value other than 15.

    1. If the action menu is not enabled to activate the interactive report. Make sure 'Lines per Page' and 'Save the report' are checked.
    2. Now run the page and use the menu Action > lines per page to set the number of lines you want.
    3. Save the hollow new report the action menu.
    4. When you are prompted, choose to save "as a default report parameters".
    5. Then choose "primary".

    The number of lines displayed by default is now permanent has changed.

    If users are not allowed to use the action menu you can now turn off again.

    The record of the report as a default report parameters for the other settings of the action menu also works well.

    Nicolette

  • HD audio causing high CPU performance

    The Microsoft UAA Bus Driver for HD audio is causing my perfomance CPU to 100% and stay ther. I every time that I reboot disable it. Is it possible to permamnetly turn it off, uninstall it permanently or change the irq?

    Hi movalca,

    ·         If it works much earlier?

    ·         Have you made changes on the computer before this problem?

    Follow these methods.

    Method 1: Perform a clean boot to see if there is a conflict of software like the clean boot helps eliminate software conflicts.

    Note: After the clean boot for troubleshooting, return the computer to a Normal startupmode.

    Method 2: Follow the steps in the article, if you are using service pack 2.

    http://support.Microsoft.com/kb/888111

    Also upgrade to service pack 3 and update the audio drivers.

    http://support.Microsoft.com/kb/322389

    http://support.Microsoft.com/kb/166774

  • Uncommitted transactions

    Hello

    I need to know if there is an Oracle query that allows me to view current (uncommitted) transactions

    I use this query:

     select t.start_time,s.sid,s.serial#,s.username,s.status, s.sql_id
     from v$transaction t, v$session s
     where s.saddr = t.ses_addr
    


    BUT I would like to know if there are uncommitted 3 days ago transactions.

    Thanks in advance!

    ground. Beach wrote:

    uncommitted transaction is an oxymoron.

    A transaction exist only after that VALIDATION was made.

    Huh? I think you have it backwards.

    A transaction exists only BEFORE a commit / rollback was granted and AFTER the first statement. So "no committed transaction is actually"redundant".

    Transactions - 11g Release 2 (11.2)

    Beginning of a Transaction

    A transaction begins when the first executable SQL statement is encountered. An executable SQL statement is a SQL statement that generates calls to a database instance, including DML and DDL statements and the SET TRANSACTION statement.

    . . .

    End of a Transaction

    A transaction ends when one of the following actions occurs:

    • A user a issues COMMIT or ROLLBACK statement without a SAVEPOINT article.

      In a commit, a user explicitly or implicitly requested that the changes as part of the operation be made permanent. Changes made by the transaction are permanent and visible to other users until a transaction is committed. The transaction is shown in Figure 10-1 ends with a commit.

    • A user executes a DDL command such as CREATE , DROP , RENAME , or ALTER .

      The questions implicitly database COMMIT statement before and after every DDL statement. If the current transaction contains DML, then Oracle Database first valid instructions the transaction executes and commits the DDL statement in a new single statement transaction.

    • A user normally leaves most of the utilities of Oracle database and tools, causing the transaction implicitly committed being. The validation behavior when a user disconnects is application dependent and configurable.

      Note:

      Applications should always explicitly commit or cancel transactions before the end of the program.

    • A client process terminates abnormally, causing to be implicitly rolled using metadata stored in the operating table and the rollback of the transaction segment.

    After the end of a transaction, the next executable SQL statement automatically starts the following transaction.

  • What is the best place to store global constants?

    Hello

    I want to store some constants and access through procedures and functions, which would be the best place to do this? I thought that the chains of substitution might work, but it does not work for me in my procedures. Can we use the Substitution string in code compilation such as procedures and functions? I use SQL developer to write procedures.

    See you soon

    Hello

    Table is good if 'permanent' could change so you can create the form of the APEX to maintain those.

    You can also use package specifications just for constants for example

    CREATE OR REPLACE
    PACKAGE MY_GLOBALS
    AS
      g_const_1 CONSTANT DATE := TRUNC(SYSDATE) + 365;
      g_const _2 CONSTANT VARCHAR2(30) := 'somestring';
    END;
    

    Then, you can see in the procedures, functions and processes APEX as (package_name.constant_name) MY_GLOBALS.g_const_1.

    Kind regards

    Jari

  • Firefox always opens at 120%. How can I change this permanently?

    When I open Firefox, the zoom is still at 120%. How can I change this permanently?

    Hi, try to change the zoom level (Ctrl and + key, or Ctrl and - key). - The font size and zoom - increase the size of the web pages.

    Note: It is possible that your NoSquint extension is changing the default operation, if so, either turn it off, or look at settings - modules Manager Ctrl + Shift + A.

    If your question is resolved by this or another answer, please take a minute to let us know. Thank you.

  • How can I make a permanent change in the zoom level?

    I want to know how I can make a permanent change is the zoom level? I don't want to constantly have to change the default value of 100% whenever I go to another page. Thank you.

    Hello

    You can also use the NoSquint add-on to change the zoom level by default for all websites at the same time. After setting your zoom level, you can adjust the zoom on different sites and set the options for NoSquint remembers the settings for each site.

    After installation of NoSquint, go to the Add-ons page to define the settings for each site:

    • Tools (or

      ) > Addons > Extensions

    • Click on the button 'Options' of NoSquint
  • I don't want Firefox as a homepage. How can I permanently change?

    I keep changing my homepage to Firefox, but when I connect again I'm back with Firefox. I want to use Firefox, but I want a different homepage. How can I permanently change?

    See the following for a few suggestions:

  • Search engine continues to change the logo of firefox with 'Search The Web' and takes me to different search engines, Bing or Google so far. I don't want to. It used to be always on the Google, and I want to again permanently on Google. Help?

    Just like the States mentioned above. This refers to the search bar on the right. I don't want to remove it, I like to use. I want to get back the Google value permanently. Even if I turn it on to Google in the drop-down menu, when I restart Firefox, it changes back. Once again, instead of any other logo of search engine, it has a small logo of Firefox, saying 'Web search' next to him in grey if no text is entered. He often gives Bing search results, even if I deleted Bing in search engines installed.

    I also checked the default search engine in topic: config, and despite what I describe above, the default value is still on Google.

    Why this is happening and how to fix it? It didn't happen until the other day here, so it would be after the update to Firefox 6.

    Go to your add-ons Manager and disable extensions test pilot.

    Fixed a problem. Someone should pay me now!

  • How can I permanently change the NVIDIA geforce of Intel(r) hd graphics?

    I would like to know how can I permanently change the type of adapter display card Intel (R) NVIDIA geforce hd? Previously, when I bought my computer, it is equipped with one chart type-NVIDIA geforce and everything goes fine until I installed Intel(r) hd as you are prompted by windows update. Since then, my computer have encountered many problems, especially when you play high graphics... I tried to move from the graphics card Intel (R) NVIDIA geforce hd when playing games... and yet, the performance is not as good as the last time where I did have only one chart. Because of this, I would like to change or define main graphic geforce NVIDIA and Intel (R) hd as secondary, or if possible, permanently remove the hd Intel (R).

    Hello

    What is the make and model of computer?

    What is the Windows operating system?

    Follow these steps to disable Intel

    http://www.WikiHow.com/disable-the-onboard-graphics-and-install-a-new-graphics-card-in-your-HP-Pavilion-6630

    HP Support Doc

    http://h10025.www1.HP.com/ewfrf/wc/document?DocName=c01684404&tmp_task=useCategory&LC=en&DLC=en&cc=us&product=4215700&lang=en

  • How can we change permanently foot size in an e-mail?

    I would like to change my policy when sending an e-mail. Yes I can do this every time but isn't there a way to make the settings permanent?

    You do not indicate what e-mail program, you use, so you have to guess what you need to do.  There is often some settings that you can apply to set the font for the new message.  In Outlook Express, they are under Tools | Options | Compose, then I'd say you check the settings of your e-mail program and see if there is something similar.

    The next time ask you a question to give details so that you can get help.

    Steve

Maybe you are looking for