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: *

  • Users: ThomVF
  • Content: Threads
  • Order by date
  1. ThomVF

    UDB AIX replication

    Considering using UDB V8 replication AIX-to-AIX. I wanted to do a check with some of you who may have implemented it, to see if there was a positive pattern of stability, accuracy, etc. (versus being error-prone) with this product before I start charging head-in. Thanks Thomas V. Flaherty...
  2. ThomVF

    ORACLE9i Recursive SQL error with Partitioned tables

    I just went through a day or 2 of hell with a partitioned table issue in 9.2.0.3.0 that I would like to share.... We have a table that is partitioned by RANGE (Subject Area) and subpartitioned by LIST (Month-Year). We are building a data warehouse and needed to reload data for one partition...
  3. ThomVF

    Materialized Views

    Anyone have any useful experience with MVs in 9iR2? I cannot get a FAST refresh to work with an Outer-Join non-Aggregate MView. The Explain_MView results say "the unique constraints does not exist on the join columns of the inner table" when I clearly have a Primay Key (Unique)...
  4. ThomVF

    ORACLE Advanced Security Option (Research)

    What I need to know: Does this product come with the base Client/Server products or do I need to purchase additional licenses to use it? Thanks, Tom "Helping others to help themselves..." ================================= Thomas V. Flaherty Jr. Birch Hill Technology Group, Inc...
  5. ThomVF

    De-Pivoting Data (?)

    Hi all - I need to do what I refer to as de-pivoting, or also may be called "de-normalizing". Here is a sample set of records... Customer Month Count 1 1 120 1 2 230 1 3 89 2 1 102 2 2 702 2...
  6. ThomVF

    Calling CGI from a Perl script

    I have an HTML form that calls a CGI (perl) script, passing Department/Group names as "GET" submit arguments. This script does some logging and parsing stuff but is invisible to the user (no output). I need to then call another CGI script, passing along the "Group" name and...
  7. ThomVF

    Remedy 4.5.2 and SQL Server 2000

    Having a problem installing Remedy 4.5.2 on Windows2000 Professional (not server), SQL Server 2000. The ARS Remedy service will not start because it is looking for &quot;MSSQLServer&quot; default instance. I have a specific named instance called MSSQL$<my instance>. How do I configure Remedy...
  8. ThomVF

    Win32::SerialPort question

    I am using this module to communicate asynchronously with a &quot;DBC Signal&quot; box (Stock quotes) thru COM1. I am able to send commands to the box - but cannot tell if I am in asynch verus polling-mode. The synopsis says it handles both modes but doesn't tell me how to get into one or the...
  9. ThomVF

    Report file formatting

    Can anyone point me in the direction of figuring out how to set the font and font-size of a report file I am writing to ? This is not HTML, just straight ASCII output. I need to also set the page to Landscape, etc. Do I need to do this from a printer perspective or does Perl let me do it ?
  10. ThomVF

    Perl shift-right operator (&gt;&gt;)

    [I am using ActiveState 5.6 on Win2K] I have a binary char assigned to a variable and am trying to do a right-shift on it, but getting weird results... # $divLByt is left-byte of a 2 char binary string my $ordval = ord($divLbyt); print (&quot;Ord of DivLeftByte = [$ordval]\n&quot;); # Prints...
  11. ThomVF

    Bitwise AND operation in Perl

    Anyone know how to perform a bitwise and &quot;&amp;&quot; against an integer and ASCII character (e.g. (65 &amp; &quot;A&quot;) ) ? I can do this for two integers easily enough...The example above should yield 1 but I alwasy get 0....

Part and Inventory Search

Back
Top