- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Scrolling of commands entered in SQL*Plus
Operating System - HP-UX
1824971
Members
3264
Online
109678
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 06:59 PM
11-29-2003 06:59 PM
I used this command before to enable "up" and "down" scrolling of commands entered in SQL*Plus or svrmgrl, but I've not been able to find it again.
# svrmgrl
Anyone know and remember?
Thanks.
#
Anyone know and remember?
Thanks.
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 08:27 AM
11-30-2003 08:27 AM
Solution
Hi,
I think, you are looking for this:
How to Enable 'Command History' in SQL*Plus and SVRMGRL: ======================================================== HP/UX has a nice feature called 'ied'. 'ied' is "input editor and command history for interactive programs." It can also be used with SQL*Plus and SVRMGRL to provide command history. Examples: --------- $ ied -s 8192 -h $HOME/.sqlhistory sqlplus $ ied -s 8192 -h $HOME/.sqlhistory svrmgrl or, as an alias: $ alias sqlplus='ied -s 8192 -h $HOME/.sqlhistory sqlplus' $ alias svrmgrl='ied -s 8192 -h $HOME/.svrmgrhistory svrmgrl' In the above examples, when you start SQL*Plus or SVRMGRL, all previous commands can be accessed as usual:k j in vi-mode Options used for ied in the above examples: -h filename : Keep the history in a file named filename. -s size : This option specifies the size of the history buffer. For a full list of options on ied: $ man ied
greetings,
Michael
ps. points are allways appreciated. ;-)
I think, you are looking for this:
How to Enable 'Command History' in SQL*Plus and SVRMGRL: ======================================================== HP/UX has a nice feature called 'ied'. 'ied' is "input editor and command history for interactive programs." It can also be used with SQL*Plus and SVRMGRL to provide command history. Examples: --------- $ ied -s 8192 -h $HOME/.sqlhistory sqlplus $ ied -s 8192 -h $HOME/.sqlhistory svrmgrl or, as an alias: $ alias sqlplus='ied -s 8192 -h $HOME/.sqlhistory sqlplus' $ alias svrmgrl='ied -s 8192 -h $HOME/.svrmgrhistory svrmgrl' In the above examples, when you start SQL*Plus or SVRMGRL, all previous commands can be accessed as usual:
greetings,
Michael
ps. points are allways appreciated. ;-)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP