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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 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...
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. shantanu125

    Audit enabling problem

    Hi buddies, I am facing problem while enabling audit. The steps I have followed are: 1.Create the audit trail views by connecting as sys and running the script cataudit.sql. 2.grant audit permission by issuing command: audit session by session whenever successful 3.setting audit_trail =...
  8. shantanu125

    ORA-010134 ORACLE NOT AVAILABLE

    Hi gurus, I was importing datas for a datadump which could not proceed successfully and we have to kill the process in between. After restarting the machine when we start sqlplus it gives error: ORA-010134 ORACLE NOT AVAILABLE I have restarted all the services related to oracle but nothing...
  9. shantanu125

    Select Error: SQLSTATE=01004

    Hi buddies, while generating a report we are getting this error message::: Select Error :SQLSTATE=01004 [Oracle][ODBC]String Data, right truncated. This error message pops up on only one PC and on all other PC's we are getting a perfect report... Any suggestions ............
  10. shantanu125

    Oracle on Linux

    Hi buddies, We have an application ,the GUI is in power Builder and backend is Oracle8.0.Our whole network is an NT4 network. As Microsoft will stop supporting NT4 in a while. meaning that we have to upgrade our servers and workstations to something else. This would also imply changing the...
  11. shantanu125

    Oracle on Linux

    Hi buddies, We have an application ,the GUI is in power Builder and backend is Oracle8.0.Our whole network is an NT4 network. As Microsoft will stop supporting NT4 in a while. meaning that we have to upgrade our servers and workstations to something else. This would also imply changing the...
  12. shantanu125

    Hi all, One of our table reached m

    Hi all, One of our table reached maximum extent and then I modified its extent to unlimited.The time during which I sent the fix my client's work was halted.I want to ask experts can I safely inrease the extent of all tables to unlimited without creating any problem in future. Please suggest...
  13. shantanu125

    Hi all, I want to write a sql proc

    Hi all, I want to write a sql procedure that will create a log file which stores login sessions of users.I am using Oracle8i. The application is in Power Builder (Client-server).This is necessary for tracking how many users generally connect at a time. I am unable to find a solution... Can...
  14. shantanu125

    Hi all, I want to write a sql proc

    Hi all, I want to write a sql procedure that will create a log file which stores login sessions of users.I am using Oracle8i. The application is in Power Builder (Client-server).This is necessary for tracking how many users generally connect at a time. I am unable to find any way... Can anyone...

Part and Inventory Search

Back
Top