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 GT98SVO

  1. GT98SVO

    What one can do with nt services?

    As with any other Microsoft Technology. goto MSDN. Common NT Services: SQL Server, Oracle, IIS, Apache, Tomcat, COM+. To check out what NT services are running on your NT/2000/XP/2003 Server box, open up the Administrative Tools and select Services. Writing a service in .NET or VB6 is easy...
  2. GT98SVO

    V 6.1 vs V 6.5 - Big Improvement

    6.5.1 has better Security Configuration Tool which replaces the LDAP Configuration Tool. 6.5.1 supports Windows 2003. 6.5.1 comes with Apache 2.0, much better.
  3. GT98SVO

    LDAP Configuration in BO

    LDAP Configuration Tool is how to set the authentication/authorization processes for BusinessObjects. You can use Siteminder/LDAP/Business Objects/None or custom. Depending on your environment, you will be restricted to certain configurations. For 6.1b I recommend getting an updated login.jsp...
  4. GT98SVO

    "DTS" type function in Oracle 9i

    DTS is Data Transformation Services, a Microsoft Product that comes with SQL Server. I typically use DTS to move small amounts of data between Oracle and SQL Server. For large amounts of data, I use bcp, ftp, sql*loader, and utl_file(Oracle supplied PL/SQL package). You can also connect and...
  5. GT98SVO

    sqlplus hangs

    the glogin.sql file is missing from the ORA_HOME/bin dir.
  6. GT98SVO

    sqlplus hangs

    after echoing JServer Release 9.2.0.1.0 - Production hitting <enter> gets me a command prompt. This is Oracle 9i r2 running on HP UX/11. sqlplus is on UNIX. any ideas?
  7. GT98SVO

    Local vs. global index

    How do I determine, throuth the catalog, whether an index is global or local? If anyone can submit good links on performance tuning with indexes on partitioned and non-partitioned tables... Thanks ahead!
  8. GT98SVO

    2000 Sort command

    The sort command is different between NT, 2000, and XP. I was using it's ability to merge files in NT. I am now in 2000. Is there another command I can use? I want to merge files. Much thanks! Jeff
  9. GT98SVO

    print to a mainframe

    Anyone know how to print to the mainframe from Windows? We have the mainframe queues set up as local ports in the Windows 2000 server machine. I want to send a file using lpr, print or copy command.
  10. GT98SVO

    Oracle Exam# 1Z0-007 - Better to take the online exam?

    I just took the online exam last week at work. It took about 50 minutes. We have a t1 connection. Passed with 91.2%.
  11. GT98SVO

    Oracle Forms FFI calling kernel32.dll

    here is my package body: wrapper for Kernel32.dll ---------------------------------------------------- PACKAGE BODY RER_UTILITY IS /* Declare the library and function handles. */ kernel32_lhandle Ora_Ffi.Libhandletype ; computernamea_fhandle Ora_Ffi.Funchandletype ...
  12. GT98SVO

    Oracle forms information

    I much prefer the HTML format. :)
  13. GT98SVO

    Oracle forms information

    TTT
  14. GT98SVO

    Oracle forms information

    I am looking for Oracle Forms 6i and 9i books, forums and websites. I am using OTN, but the 6i documentation is in PDF. Much thanks, Jeff B.
  15. GT98SVO

    ocp quick question confirmation!!

    any advice for someone studying for the OCP exams? Source materials? I am using SelfTestSoftware.com and Oracle Press books.

Part and Inventory Search

Back
Top