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 Wanet Telecoms Ltd 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 cheskey1977

  1. cheskey1977

    Long Running Crystal Reports

    Hello All, We are running into some Crystal Reports that run in the ballpark of 1+ hours. I was wondering if there are problems with Crystal Reports (version 6) handling (read: returning and running calculations on) large amounts of data. We are using- DB: Oracle 8i (on a Sun/Unix platform...
  2. cheskey1977

    Scheduling using DBMS_JOB

    Terry, I am fairly new to oracle DBA tasks, so I don't know if this document will help you, but it helped me understand dbms scheduler, and it may be able to troubleshoot your issue. It is from the Oracle User's Co-Operative FAQ. LINK: http://www.jlcomp.demon.co.uk/faq/dbms_job.html Hope...
  3. cheskey1977

    ftp dos command

    rozzay, Here is one way to do it -------------------------------------------- @ECHO OFF SETLOCAL SET ftpsite=ftp.domain.com SET username=<INSERT User ID> SET password=<INSERT password> > ftpscript.ftp ECHO %username% >> ftpscript.ftp ECHO %password% >> ftpscript.ftp ECHO cd public_html >>...
  4. cheskey1977

    Running Multiple PS Financials Releases in Same Environment

    Hi, I have been tasked to find out if multiple releases of PS Financials (specifically 7.5 and 8.4) can run simultaneously in the same environment. Will they co-exist peacefully, require multiple partitions, etc? I imagine this is a very difficult feat if it is feasible, because there is...

Part and Inventory Search

Back
Top