- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: very funny!A sql program is executed ,but no a...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
06-05-2005 07:36 PM
06-05-2005 07:36 PM
Protection: (System: RWE, Owner: RWE, Group: RWED, World: RWED)
Access Control List:
(IDENTIFIER=[210,*],ACCESS=READ+WRITE+EXECUTE+DELETE)
Howerver,the protection and ACL that executed SQL programe "order_abnormal.sql" is the followwing:
File protection: System:RWED, Owner:RWED, Group:RE, World:RWED
Access Cntrl List: (IDENTIFIER=[210,*],ACCESS=READ+WRITE+EXECUTE+DELETE)
Why only the user that he've "ALL" privs can excute it and product required file?Other user is not excute it when you used the followwing command:
sqlplus @order_abnormal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 08:06 PM
06-05-2005 08:06 PM
Re: very funny!A sql program is executed ,but no any files is producted
there must be a 'real' errormessage, pls. post it.
The SQL procudure is run against a database (RDB/Oracle?) This db must have a protection scheme, which may restrict the access.
In case of RDB this may be viewed with e.g.:
$ rmu/sh priv 'database'
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 08:33 PM
06-05-2005 08:33 PM
Re: very funny!A sql program is executed ,but no any files is producted
I suggest that you also check all directories on the path of the output directory. E.g.
[ABC.DEF]O.LIS
check:
- [000000]000000.DIR;1
(needs at least W:E)
- [000000]ABC.DIR;1
- [ABC]DEF.DIR;1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 10:21 PM
06-05-2005 10:21 PM
Re: very funny!A sql program is executed ,but no any files is producted
I know it's strange but it is the only clue I've seen.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 10:50 PM
06-05-2005 10:50 PM
Re: very funny!A sql program is executed ,but no any files is producted
SET AUDIT/AUDIT/ENABLE=FILE=FAILURE
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 11:10 PM
06-05-2005 11:10 PM
Re: very funny!A sql program is executed ,but no any files is producted
I think you should go with Ian's suggestion and enable audit on file failures.
Once you execute the command given by Ian, then if you do the following
$reply/enable
Now when you execute the command, if there is any failure in creating the file when executing the sql file, then you will see that its reported on the OPCOMS on your screen.
If you see such message and have no clue on what that is, please post it here and we would be able to figure it out for you and give appropiate advise
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 12:14 AM
06-06-2005 12:14 AM
SolutionWhich file(-name) does/should it produce ?
Is a file with the same name already existing in the directory, but with a protection which does not allow overriding/creating a new version of it ?
Your ACLs specify Delete access for the DIRECTORY, not a default ACL for the FILES IN the directory !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 01:40 PM
06-06-2005 01:40 PM