Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shantanu125

  1. shantanu125

    Mydocument environment variable

    Yaa I knew it and I am using it. But my problem is that the USERPROFILE%\My Documents\<folder-name> is hardcoded in xml. I want an environmentvariable in place of %USERPROFILE%. Thanks shantanu
  2. shantanu125

    Mydocument environment variable

    Hi Gurus, I 've an application which gets files from my documents folder. The location is stored in a Xml file as %USERPROFILE%\My Documents\<folder-name> But problem comes when I redirect that folder. Is there any environment variable to get redirected My Documents folder location(instead of...
  3. shantanu125

    SaveAsAscii() Functions Returning -1???

    Hi Kaul, SaveAsAscii() is a datawindow function and not datawindowchild function. I think you are trying to use it for a child datawindow of a composite report. If that is the case then make another datawindow object on the window (tabular etc. and not composite) which is same to child...
  4. shantanu125

    Conflict of 8i and Reports6i

    Hi guys , i finally made it... thax sem and others for helpful tips..... I stopped the report server first change it to manual start and then installed 8i.... now both are working OK... Thanx again.. [bigcheeks] shantanu
  5. shantanu125

    Conflict of 8i and Reports6i

    Thanks sani and sem.... I exactly did that... I first installed the report server .. then installed the oracle 8i client ... but after restarting the machine the report server didn't start... I went to services and made an attempt to start report server but failed to do so.... however, oracle...
  6. shantanu125

    Conflict of 8i and Reports6i

    Hi, by running at a time I mean that I when I install Oracle 8i, Report server doesn't start... I 've to remove Oracle 8i to get report server running...... bye Shantanu
  7. shantanu125

    Conflict of 8i and Reports6i

    Hi All, Can anyone please tell me how can I install Oracle 8i and Oracle report Server 6i on the same machine. I tried several times but only one of them is running at a time. I used different oracle home and different directories for installation. Please help.. Shantanu
  8. shantanu125

    Failure of batch script..

    Hi Buddies, we have a dos script which is used for taking nt backup. A single batch file calls many other batch files by using call command. One such batch script is for taking backup on tape. Because of hardware problem sometimes the backup doesn't happens and the batch file stops executing...
  9. shantanu125

    decrease size of column

    Hey guys I got the answer from a site: Decreasing size of column (which contains data) Let's say you want to decrease ENAME from VARCHAR2(10) to VARCHAR2(7) Oracle allows you to increase the size of a column but does not allow you to decrease the size of a column. Here's a way to decrease the...
  10. shantanu125

    Backup Problem

    Tapes are almost 2 years old. Tape head is cleaned in almost 2 months. I want to write a script that can log the error if tape ejects and continue with other steps(i.e. starting Oracle) in my backup process. Any help. [noevil] shantanu
  11. shantanu125

    Bacup problem on NT 4.0

    Hi All , we are getting some problem while taking backup. The &quot;Application&quot; error message that keeps coming and repeated all the day long is: &quot;NetWorker media: (critical) backup to pool 'Default' waiting for 1 writable backup tape(s)&quot; we 've written batch scripts to take...
  12. shantanu125

    Backup Problem

    Hi, thanx for reply Pete... we 've written batch scripts to take backup. The backup is cold backup and we have scheduled it in night. Our automatic backup has these steps 1. oracle export 2. oracle shutdown 3. copy 1 above and all datafiles to disc 4. copy 1 above and all datafiles to tape 5...
  13. shantanu125

    WinNT 4.0 backup utility

    Hi , I think you can easily schedule backup jobs by using 'at' command at command prompt. [2thumbsup] shantanu
  14. shantanu125

    Backup Problem

    Hi All :-D , we are getting some problem while taking backup. The &quot;Application&quot; error message that keeps coming and repeated all the day long is: &quot;NetWorker media: (critical) backup to pool 'Default' waiting for 1 writable backup tape(s)&quot; I have checked export log and...
  15. shantanu125

    decrease size of column

    Hi Gurus, I want to decrease size of a not null column of a table from 7 to 6. We have 70,000 rows in that table and in each row column length is always 6. How can we decrease the size of column. I thought exporting the table data, then deleting all the rows from the table,then decreasing the...

Part and Inventory Search

Back
Top