Write error in HP11.11


 
Thread Tools Search this Thread
Operating Systems HP-UX Write error in HP11.11
# 1  
Old 11-14-2008
Write error in HP11.11

HI,
I am using oracle express application to create a flat file DB. It throws the below error.

*** WRITE ERROR, Invalid argument, in /rhome/zxxhome/zxxdba/comps/P8736C1.NEW/P8736C11.001 ***
Build/Update failed, Deleting : /rhome/zxxhome/zxxdba/comps/P8736C1.NEW

When i trace this through tusc i see the below message

open("qfRAA11228", O_WRONLY|O_CREAT|O_EXCL, 0600) ........................................ ERR#13 EACCES
getuid() ................................................................................. = 35316 (35316)
write(1, "q u e u e n a m e : C a n n o ".., 93) ....................................... = 93
getuid() ................................................................................. = 35316 (35316)
getpid() ................................................................................. = 11228 (1)
poll(0x7b045ca8, 1, 0) ................................................................... = 1
sendto(3, "\0\0\00 \0\0\001\0\0\0\b\0\0\001".., 48, 0, 0x7b01aa78, 0x19) ................. = 48
poll(0x7b045ca8, 1, 1000) ................................................................ = 1
recvfrom(3, "\0\0\0B \0\0\0\b\0\0\0\0\0\0\02 ".., 2064, 0, 0x7b045e70, 0x7b045e6c) ....... = 66
brk(0x403fd000) .......................................................................... = 0
time(0x7b046074) ......................................................................... = 1226620154
getpid() ................................................................................. = 11228 (1)
sigaction(SIGPIPE, 0x7b046194, 0x7b0461bc) ............................................... = 0
sigaction(SIGPIPE, 0x7b0461bc, NULL) ..................................................... = 0
write(5, "< 1 8 > N o v 1 3 1 7 : 4 9 ".., 2048) ..................................... = 2048
sigprocmask(SIG_UNBLOCK, 0x7b044a60, 0x7b044a80) ......................................... = 0
sigprocmask(0x40019318, NULL, 0x40019344) ................................................ = 0
getpid() ................................................................................. = 11228 (1)


Any idea why this is???? I dont use the file name qfRAA11228

Thanks...
-Prasanna.K
# 2  
Old 11-14-2008
IT is a file for data storage (created by Oracle not you) and for whatever persmission reason you cannot open the file in the directory:P8736C1.NEW

umask problem? I do not know.

Last edited by jim mcnamara; 11-15-2008 at 08:00 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

NFS multiple write error.

Hi, We are taking the mksysb backup to NIM server's NFS mount point (/backup). We have mounted /backup to all the clients /backup and full permission. When multiple mksysb backup starting simultaneously to the NIM server's shared NFS mount point then only one backup is running and all others... (3 Replies)
Discussion started by: sunnybee
3 Replies

2. Shell Programming and Scripting

Write whatever error in log file

Hi all, I have export LOG_FILE=$HOME_DIR/error.log sqlplus -s /nolog << EOF whenever sqlerror exit sql.sqlcode @$HOME_DIR/connect.sql whenever sqlerror exit sql.sqlcode @$SQL_FILE EOF can display the sql error in putty, how can I write them into log file ?:( (2 Replies)
Discussion started by: Hscript
2 Replies

3. Red Hat

VMDisk error: Write Protect is off

Hi Everyone, I noticed this error message, on the console. I added a new drive recently. not sure to be considered is a serious warning message or not. SCSI device sdc: 27262976 512-byte hdwr sectors 91 sdc: Write Proetect is off sdc: cache data unavailable sdc: assuming drive cache:... (1 Reply)
Discussion started by: bobby320
1 Replies

4. UNIX for Dummies Questions & Answers

unzip failing with write error

All, I am trying to unzip a file, when i doing i am seeing the below error. I have more than enough memory space in the directory where i am unziping. Can you please help me to find out the issue I dont know why i am getting disk full error. I have more space in /pa01 directory ... (2 Replies)
Discussion started by: arunkumar_mca
2 Replies

5. IP Networking

read/write,write/write lock with smbclient fails

Hi, We have smb client running on two of the linux boxes and smb server on another linux system. During a backup operation which uses smb, read of a file was allowed while write to the same file was going on.Also simultaneous writes to the same file were allowed.Following are the settings in the... (1 Reply)
Discussion started by: swatidas11
1 Replies

6. UNIX for Dummies Questions & Answers

Problem with dump write error

I'm watching a log of a backup and i see this DUMP: write: I/O error DUMP: Write error 378258 feet into tape 1: What is the meaning of that that the tape is bad? Thankyou (1 Reply)
Discussion started by: enkei17
1 Replies

7. Solaris

mail: Write error in copymt()

I hate Monday's... Sun Microsystems Inc. SunOS 5.10 Generic January 2005 You have new mail. DONE! root@bender:/> mail mail: Write error in copymt() Google seems to come up short for this error... (2 Replies)
Discussion started by: ippy98
2 Replies

8. Solaris

fssnap error :snapshot error: File system could not be write locked

Hi Guys. This is part of my filesystem structure : Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 47G 5.2G 42G 12% / /devices 0K 0K 0K 0% /devices ctfs 0K 0K 0K 0% ... (2 Replies)
Discussion started by: aggadtech08
2 Replies

9. Programming

read/write socket error

I have client and server connected. client write and read from csock. server write and read from ssock suppose the server does : .... close(ssock); //send FIN to client othertask(); .... READ ERROR if after the server close() the client does: ... read(csock,...); ...... (2 Replies)
Discussion started by: gio
2 Replies

10. UNIX for Dummies Questions & Answers

cpio write i/o error

Hiyas. Last night I was testing one of our shell script (not made by me) that is having some problems. What it does is that it backups some oracle data to tape and it is failing. I put the commands manually that it uses inside it to make the backup, in order to debug where it was failing. I ran the... (6 Replies)
Discussion started by: fidodido
6 Replies
Login or Register to Ask a Question