![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Synchronize your databases with SqlSync | iBot | UNIX and Linux RSS News | 0 | 05-08-2008 08:20 AM |
| Checking which databases are installed | figaro | UNIX for Dummies Questions & Answers | 3 | 03-08-2008 11:31 AM |
| Security Databases are corrupt. HELP!! | gseyforth | Security | 2 | 05-21-2002 03:12 PM |
| Unix and databases | tyranunn | UNIX for Dummies Questions & Answers | 1 | 02-20-2002 01:26 PM |
| ASP and Databases on UNIX? | dkropolis | UNIX for Dummies Questions & Answers | 5 | 06-07-2001 02:00 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Accessing databases using sql*plus on HP box
When I try to connect to databse from HP box using the following command
sqlplus <username>@<databasename> I get this error message: ksh: <database name> : not found I can connect to the database outside the UNIX box using sqlplus though. Looks like the problem is the way HP Unix is interpreting the the key "@" Can someone help with this? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
What happens when you type sqlplus by itself? You should be prompted with something like this:
Code:
$ sqlplus SQL*Plus: Release ... ... Enter user-name: |
|
#3
|
|||
|
|||
|
Yes, that works
|
|
#4
|
||||
|
||||
|
Type:
stty -a You will probably see intr = DEL; quit = ^\; erase = ^H; kill= @ Use the command: stty intr ^c kill ^? to fix that. |
|
#5
|
|||
|
|||
|
or else just put \ (backslash) before @ in ur sqlplus command.
|
|||
| Google The UNIX and Linux Forums |