Sqlplus how to use arrow key look the history

sqlplus in DOS, I can use arrow to look the sql statement history.
How to use arrow in Solaris.
Thanks

If you were using Linux, I'd refer you to http://www.dizwell.com/prod/node/56
Since you aren't, I'll refer you to that anyway and hope that you find a way of compiling rlwrap for Solaris.

Similar Messages

  • How to Use "Hot Key" in the Search help

    Hi,
    Please explain how to use hot key with some example.

    TYPE-POOLS SLIS. DATA: BEGIN OF itab OCCURS 0,
            BUKRS LIKE T001-BUKRS,
            BUTXT LIKE T001-BUTXT,
          END   OF itab.
    PARAMETERS: P_BUKRS TYPE BUKRS.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_BUKRS. 
    PERFORM F4_FOR_BUKRS.
    FORM F4_FOR_BUKRS.   DATA: IT_FIELDCAT TYPE  SLIS_T_FIELDCAT_ALV WITH HEADER LINE,
            ES_SELFIELD TYPE  SLIS_SELFIELD. * Get data
      SELECT BUKRS
             BUTXT
             FROM T001
             INTO TABLE itab
             up to 10 rows .
    Get field
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
           EXPORTING
                I_PROGRAM_NAME     = SY-REPID
                I_INTERNAL_TABNAME = 'ITAB'
           CHANGING
                CT_FIELDCAT        = IT_FIELDCAT[].   LOOP AT IT_FIELDCAT.
        IT_FIELDCAT-KEY = SPACE.
        IF IT_FIELDCAT-FIELDNAME = 'BUTXT'.
          IT_FIELDCAT-EMPHASIZE  = 'C710'.
          IT_FIELDCAT-HOTSPOT = X.
        ENDIF.
        IF IT_FIELDCAT-FIELDNAME = 'BUKRS'.
          IT_FIELDCAT-EMPHASIZE  = 'C610'.
        ENDIF.     MODIFY IT_FIELDCAT.
      ENDLOOP.   CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
        EXPORTING
    I_TITLE                       = 'THIS IS FOR F4 IN COLOR'
          I_TABNAME                     = 'ITAB'
          IT_FIELDCAT                   = IT_FIELDCAT[]
        IMPORTING
          ES_SELFIELD                   = ES_SELFIELD
        TABLES
          T_OUTTAB                      = ITAB . ENDFORM.                    " F4_FOR_BUKRS

  • JComboBox fires ActionEvent when using Arrow Keys on the JComboBox popupwindow

    Hi,
    Situation:
    I have a JComboBox and an ActionListener (ItemStateListener is
    the same) attached to the JComboBox component.
    I have several items in the ComboBox.
    At runtime I open the ComboBox with arrow Key (DOWN Key)
    (popupwindow is visible) and go through the items with the arrow
    keys (UP or DOWN).
    Every time I change from one item to another with the arrow
    keys , the ActionListener is called, although the popupwindow is
    still open (ENTER was not pressed). I think this is very bad,
    because I do not have chance to divide between "the user is
    travelling around in the combo looking for the right item"
    and "the user selects the item he wants".
    When you walk through the items with the mouse, the
    ActionListener is not called.
    Question:
    Is there any chance to prevent the ComboBox fireing
    ActionEvents, when the users walks through the items with Arrow
    Keys?
    I've looked at the L&F Classes, but in my opinion it is not the
    right way to overwrite the ComboUI classes.
    Any ideas?
    Loeri

    Try using the PopupMenuListener.
         m_objListNameComboBox.addPopupMenuListener(/* your listener */);
    Do what you want in the method popupMenuWillBecomeInvisible.
    I use it to get the LAST selected item in the combobox.
         // Implementation of PopupMenuListener
         public void popupMenuWillBecomeVisible(PopupMenuEvent e)
              m_intSelectedIndex = m_objListNameComboBox.getSelectedIndex();
         // Implementation of PopupMenuListener
         public void popupMenuWillBecomeInvisible(PopupMenuEvent e)
              if (m_intSelectedIndex != m_objListNameComboBox.getSelectedIndex())
                   // do what you want!

  • How do I browse through pictures (in open state) using arrow keys

    Hi all. I know this is a lame question. But I am new to Mac. How do we navigate through photos in open mode. I mean usually in Windows, we open one picture and use arrow keys to navigate between photos.What are the keys I can use to navigate between photos. As of now, I have to close the photo and then double tap on another to view it. Thanks.

    What application are you using? In iPhoto you can just use the right and left arrow keys to browse photos...
    Clinton

  • How to use a key file in the FTP Task using and SSL connection

    In the past I have used this code to set the FTP pass word in an FTP component task in SSIS.
    Does anyone know how to use a Key file in an SSL connection to download a file from an FTP site?  If not can you tell me where I can get the C# code examples to learn how to create a script task or if there is another way in SSIS to download large files
    from an SSL FTP site?  Thank you for any help offered.
    public void Main()
    ConnectionManager FTPConn;
    FTPConn = Dts.Connections["FTPServer"];
    FTPConn.Properties["ServerPassword"].SetValue(FTPConn, Dts.Variables["FTPPassword"].Value);
    Dts.TaskResult = (int)ScriptResults.Success;
    Antonio

    You can use SFTP for this.
    This is a way of implementing SFTP in SSIS using standard tasks 
    http://visakhm.blogspot.in/2012/12/implementing-dynamic-secure-ftp-process.html
    also see
    http://blog.goanywheremft.com/2011/10/20/sftp-ftps-secure-ftp-transfers/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • After zooming in on an object using arrow keys to nudge, it crashes most of the time

    After zooming in on an object, using arrow keys to nudge, it crashes most of the time.
    Versions:
    Illustrator CS6, latest update
    Mac OS X 10.9.4
    FontAgent Pro 6.2
    Troubleshooting I've tried
    -trashed all related Illus. preferences
    -updated the only plug-in being used (FontAgent Pro), to the latest
    -disabled all but absolutely necessary fonts
    -repaired both system and user permissions
    -quit all other apps, so that only Illus. running.
    -fonts verified
    Was never a problem until a couple weeks ago, so the obvious question is "what changed?".  The two things we changed in the time period that the crashing started, is we replaced a balky external drive with a new one, and started our TimeMachine backups over again. And #2, we updated to the latest CS6 versions (due to other quirky issues).
    One odd thing to point out...perhaps is "normal", but in the crash reports, it's reporting that Illustrator is 16.0.0, but "About Illustrator" shows that it's 16.2.2.
    Everything else running fine on this iMac -- no reason to suspect it's the operating system.
    Has anyone run into this bug? If so, what have you done to fix this?
    I've not seen anything like this mentioned in Adobe's update change logs or their troubleshooting info.

    -> go to View Menu -> Toolbars -> select "Navigation Toolbar"
    -> go to View Menu -> Zoom -> click "Reset"
    -> go to View Menu -> Page Style -> select "Basic Page Style"
    -> go Tools Menu -> Clear Recent History -> Time range to clear: select EVERYTHING -> click Details (small arrow) button -> place Checkmarks on ALL Options -> click "Clear Now"
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE any Unwanted/Suspicious Extension (add-ons) -> Restart Firefox
    You can enable the Trustworthy Add-ons later. Check and tell if its working.

  • Cannot move inside the Fonts window using arrow keys?

    I'm pretty sure there was a way to move around in the Fonts menu using the arrow keys.  The selected Collection, Family or Typeface would turn from grey (not able to navigate) to the blue (able to navigate). 
    Does this ring a bell to anyone else?

    So I did search before posting this question but couldn't find anything.  Of course right after I post I found the answer.
    But this doesn't always work in all programs.
    You have to shift the focus to the font window by clicking on it, not just by clicking on a Collection, Family or Typeface line item.  Then the selected column will be highlighted blue, the Maximize, Minimize and Close buttons will be in color and the selected item will also be highlighted in blue.
    But this doesn't always work in all programs.
    Any ideas?

  • Is There a List of Keyboard Shortcuts for Adobe Digital Editions, I Found Two By Accident the "Arrow" Keys and the "Enter Key" for Turning Pages in an eBook...

    Hi  ??  :       Does Anyone Know If There is a List of Keyboard Shortcuts for Adobe Digital Editions, I Found/Discovered Two By Accident the “Arrow” Keys and the “Enter Key” for Turning Pages in an eBook...   Thanks
    I Did Look for this Keyboard Shortcuts in Adobe Digital Editions Help & FAQ Areas and Got the Run Around, Very Hard to Find How Use Adobe Products !!
    Microsoft Windows Vista & Win 7 Operating Systems
    Message was edited by: Al Adams

    Nope, I doubt it.  As I said:
    I disabled Aero theme, checked font scaling was 100% and rebooted Windows in between all of the steps to no avail.
    I've been reading a lot around this and it seems the arrow key problem is a red herring; I think it's just some kind of terminal preferences corruption.

  • Tiger & Safari 2.0 - Can't Use Arrow Keys in Password Fields

    Since installing Tiger and using the new Safari 2.0, password fields in online forms are not allowing the use of arrow keys. I can't go back one character or to the beginning of the •••••••• typed in the password field. In fact I can't even use the mouse to click anywhere other than the end of this field. It's forcing me to type it straight through, which is not how I type or re-type passwords (* See Example Below). I need to be able go back and edit sometimes, and the arrow keys helped in previous versions, but not now. All form text fields should allow the use of the arrow keys and the mouse to change the cursor's insertion point. Internet Explorer does not do this. But to my dismay the Mac OS X Login Window does! So maybe this is part of the OS rather than just Safari. I hope Apple is listening and fixes this issue in future versions of Safari & Tiger
    * Example of how to make secure passwords via the Arrow Keys:
    Take two or three easy to remember words or numbers. For example I'll use "steve" "jobs" and the date Apple Computer was formed 4/1/1976 or "4176" for our purposes here. First you type in the first word...
    steve
    Second you move the cursor with the arrow keys (which you can't do in Safari 2.0) to the beginning using the up-arrow, then alternate typing the second word "jobs" with a right-arrow key interspersed between each letter. So you would then type "j right-arrow o right-arrow b right-arrow s", which combined with what we already typed in step one should look like this...
    jsotbesve
    Things are looking secure, no one would think of typing that. But we'll go to a third step and just repeat what we did before adding "4176" to the mix, which would then look like this...
    4j1s7o6tbesve
    No one or thing would guess that password. but it's so easy to remember with the help of Arrow Keys. Now this is just one method. You could use the left-arrow key to go backwards with it, using two left-arrow key clicks...
    stsebv6o7e1j4
    maybe use 1, 2, and 3 right-arrow clicks...
    4j1so7teb6ves
    Simple, easy to remember words or numbers made into secure unguessable passwords with the simple help of the Arrow Keys. Please Apple, make them usable in the password fields again.

    Still looking for help here.
    And now in addition the above-listed issue, this browser has bogged down and is loading pages so slowly it just grinds to a halt.
    At this point, I'd settle for instructions on how to fully uninstall Safari and re-install it and start over. This is flat unacceptable, and at this point I'm wondering why in the world I elected to pay for Tiger, only to be "blessed" with this disaster.
    Please don't tell me to go back and reinstall the entire operating system. Not unless Apple would like a bill for the hours of my time it will take to do that, re-port all my files and re-install all my other software.

  • Acrobat X Pro 10.1.12 under Yosemite crashes when trying to use arrow keys to navigate.

    Acrobat X Pro 10.1.12 Mac
    Yosemite OS X 10.10.1
    Acrobat now crashes when attempting to use arrow keys to navigate. This is true on both MacBook Pro 15 retina and Mac Pro.

    I ended up upgrading to Acrobat XI. This works, but Adobe is up to its old tricks changing the interface from what we're used to using. They now have decided to hide all the tools. You have to delve deep into the program to find the tools, then set up your own tool menus. Lord help you finding a tool that you use too occasionally to put on a custom menu.
    Adobe has been doing this for years now. In Photoshop of olden days, it was simple to set up a brush, say, that you used frequently. Quite a few updates ago they made that vastly more difficult. And they've replaced words with happy little icons, that are not at all intuitive to use. I challenge you, too, to look at the icon for the airbrush and tell me whether it is on or off. (Sorry, this is mainly about Photoshop, but what they've done to the latest Acrobat is just as bad.)
    Of course, their ultimate cuteness in making things difficult for the user is their essential abandonment of a Help system. You can't do a simple look-up of a function -- you have to go to an internet site and sort through a bunch of forums and user comments to get any information.
    JEEZ Adobe!

  • Can't press more than 2 directional arrows keys at the same time

    I just noticed that in the Macbook Pro Retina that I bought recently there's no way to press more than 2 arrow keys at the same time, or at least the system does not seem to handle it.
    All other keys can be pressed at the same time without any problems, so I think that the problem affects only the arrow keys.
    I'm surprised that in a modern computer can exist this type of limitation
    I think Apple should update the system to allow this - car gamers like me will thanks or feel less disappointed...
    Any help would be appreciated!
    Thanks
    GM

    @kalos
    Uninstalled everything PA, also uninstalled mangler which was the only thing that depended on PA. It didn't work anyway.
    No pulseaudio --kill command so I couldn't run.
    Checked systemd journal and there is no mention of PA this time.
    Checked top, and grepped ps aux and there is no PA there either.
    I also rebooted the machine completely just to make sure. However VLC and HTML5 have the same incompatibilities.
    _ vlc Videos/anime/fmab/01.mp4
    VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5)
    [0x1bc30f8] pulse audio output error: PulseAudio server connection failure: Connection refused
    [0x1af4118] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    Fontconfig warning: FcPattern object size does not accept value "0"
    Fontconfig warning: FcPattern object size does not accept value "0"
    Fontconfig warning: FcPattern object size does not accept value "0"
    Fontconfig warning: FcPattern object size does not accept value "0"
    [0x7fb604001248] main vout display error: Failed to resize display
    But the video and audio did work until I ran some HTML5 video, after which the audio worked, and then I opened it again and it didn't work...
    @nomorewindows
    I see. That's too bad. At least we're not alone.
    Last edited by Greduan (2014-11-14 01:34:29)

  • Any one knows how to use Axis Framework in the SOAP Adapter Modules

    How to use Axis Framework in the SOAP Adapter?
    How to add custom handler modules?
    http://help.sap.com/saphelp_nw04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/frameset.htm
    I went through the above link on help.sap.com. But still could not create a working example.
    I have created a wc on some 3ed party app server using apaches axis. I am trying to call that web service from XI using SOAP receiver? I need to add some security related headers to the soap message, SO I am trying to use a handler.  I want to know how to configure this handler in SOAP axis adapter module.
    Thank you
    Moni

    Ravi ,
    I am trying exactly the same. Hers is the scenario.
    ABAP Proxy --> PI (7.0) SP 12 ---> WebService.
    Since This is service is secured, means it is using OASIS web servie securyty user name token,
    I am trying to use AXIS adapter. and I want to configure HandlerBean in which I want to use apache wss4j api to add the userNameToken. I am looking for some documentation on this.
    I need to add SOAP action element too as I can not configure this one on the communication channel.
    Thanks for any inputs in this regard.
    Moni

  • How to use a thirdparty look and feel

    how to use a thirdparty look and feel
    i download some from
    http://javootoo.l2fprod.com/
    but how to use?

    Include the downloaded jar file in your classpath.
    Then during startup of your application, call UIManager.setLookAndFeel(className) where className is the class name of your Look & Feel

  • BI web use ARROW Keys

    Hello Everyone,
    I am in process of moving planning from Excel to IP with one of my client. Client wants to use ARROW keys to scroll left and right on layout beside using TAB.
    Can anyone help on this if you are aware how to add this functionality in BI Web ??
    Regards,
    Jasmi

    Daniel,
    I am assigning you points for your answer in other forum thread "Input functionality".
    We have one more requirement, when entering data, system should prompt "SAVE DATA" if user tries to navigate to other screen or close browser by mistake. Is it possible, if by any chance you are aware about it ??
    Also is it possible to copy same value across entire layout row / distribute equally by any button or function as we have layout for 24 months ??
    Regards,
    Jasmi

  • How we use Surrogate Keys for snowflake dimension

    Hi All,
    my question is - How we use  Surrogate Keys for  snowflake dimension
    i heard from some body Surrogate Keys only work with star schema.
    please correct me if i wrong.
    Regards,
    Manish

    Hi manishcal16PPS,
    According to your description, you can only create natural key in your dimension. But it's not working when using surrogate key. Right?
    In Analysis Services, the snowflake schema of the dimensions are represented by more than one dimension table in other words its takes multiple dimension tables to define a dimension. Surrogate key are just some extra, redundant, unique key based on the
    natural key. So there's no direct relationship or some limitations between surrogate keys and snowflake schema.
    In this scenario, since there's relationship between the two dimensions, you should create natural key. For using natural key or surrogate key. Please refer to an article below:
    Surrogate Key vs. Natural Key
    For understanding star/snowflake schema, please see:
    Understanding Star and Snowflake Schemas 
    Regards,
    Simon Hou
    TechNet Community Support

Maybe you are looking for

  • 15"Macbook Pro shuts off after 5 minutes when using full-charged battery.

    15"Macbook Pro shuts off after 5 minutes when using full-charged battery.  If not touched, computer stays on.  But start typing, it shuts off.  Was told this was a fan problem.  Had fan replaced last spring.  But problem has begun again.  Is this a b

  • Not finding where to select 2G network

    i m having a poor 3G network in my area so not able to make n answer calls so i want to select 2G network on my iPhone but unable to find from where i can choose between network.

  • Adjusting WHITE BALANCE within CS5  ?????

    Is there a way of adjusting White Balance, in R3D files shot with a RED-One, "within" Adobe Premiere Pro CS5 ? Or, would I need to upgrade to CS5.5 to do that? All help is appreciated. Thanks.

  • Burned dvd plays on Mac but not on player

    my burned dvd plays on my Mac with no problems but on my dvd player, it just stops after 3 few seconds. any ideas what happened there? i used iDvd 4

  • Can I use Airport Express with Comcast router and Apple TV?

    I want to connect my iPod Touch (version 8.1.2) to a home stereo wirelessly.  I am considering getting an AE Base Station.  I have a Mac mini running OSX 10.9.5 connected wirelessly using a Comcast router.  I also have an Apple TV, which I have not y