HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem running sql script in unix 11:00
Operating System - HP-UX
1830226
Members
1817
Online
109999
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
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-07-2003 02:47 AM
11-07-2003 02:47 AM
problem running sql script in unix 11:00
HI all ; i know it is a begining Q but any help is appreciated
I have login1.sql in my home/scripts in ho unix box
when I run this script on under sqlplus on sql promt i get this error
SQL> @login1.sql
SP2-0310: unable to open file "login1.sql"
can some on help.
I have login1.sql in my home/scripts in ho unix box
when I run this script on under sqlplus on sql promt i get this error
SQL> @login1.sql
SP2-0310: unable to open file "login1.sql"
can some on help.
raj
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 02:52 AM
11-07-2003 02:52 AM
Re: problem running sql script in unix 11:00
I am not familiar with oracle or sqlplus.
Whether this will work?
SQL> @./login1.sql
Umapathy
Whether this will work?
SQL> @./login1.sql
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 02:57 AM
11-07-2003 02:57 AM
Re: problem running sql script in unix 11:00
Run this to determin where the login1.sql file is:
find / -name 'login1.sql' -print
and then check the PATH variable in your .profile (or in the script, if there is one) to ensure that the full directory reference to the file is there.
mark
find / -name 'login1.sql' -print
and then check the PATH variable in your .profile (or in the script, if there is one) to ensure that the full directory reference to the file is there.
mark
the future will be a lot like now, only later
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 02:57 AM
11-07-2003 02:57 AM
Re: problem running sql script in unix 11:00
Hi,
check permission of the script and the path to it.
Michael
check permission of the script and the path to it.
Michael
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP