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!

Search results for query: *

  • Users: DaPi
  • Order by date
  1. DaPi

    Unset "Enable DNS for Windows Name Resolution"

    Hi, Under "TCP/IP properties" > "WINS Address" there is the check-box "Enable DNS for Windows Name Resolution". This has become unset. (It should be ticked - it isn't). If I change this, I get two dialogs telling me that there is no WINS address for my adapter and then an invitation to...
  2. DaPi

    Dress Codes for work

    "Suit jacket, silk top, dress slacks, jewelry, perfume, etc" to me, an average lascivious male, this sounds great! I'm not a consultant, but after 2 take-overs in 3 years I've had a lot of experience of having to plunge into unknown waters. "Smart but BORING" is my standard...
  3. DaPi

    Oracle NT Service run as non-SYSTEM user

    . . . . and the utl_file to a url works perfectly! Thanks DaPi - no silver bullet
  4. DaPi

    Oracle NT Service run as non-SYSTEM user

    Hi Dima, The "(and Listener?)" was an after-thought - and I realised that I hadn't tried both about three seconds after I hit the "submit" button! Thanks any way! Have a good day! DaPi - no silver bullet
  5. DaPi

    Oracle NT Service run as non-SYSTEM user

    In an old thread sem said: "As far as I know, UTL_FILE does not work with mapped drives on NT while running under SYSTEM account, for this NT account normally has no access to those drives. You may refine the Oracle service settings (Log On As). You may also use \\machine\share\path...
  6. DaPi

    Joining lots of tables in a many to many - firstrows enough!

    Ahhhhhhh! DaPi - no silver bullet
  7. DaPi

    Joining lots of tables in a many to many - firstrows enough!

    Custom24, . . . just read the title again "many to many" ! ! ! ! Do you really mean this? Please let us know if I interpreted the cardinality of the relationships correctly. DaPi - no silver bullet
  8. DaPi

    Joining lots of tables in a many to many - firstrows enough!

    (Sorry about the duplicate - had a mini-crash). I said: "only needs to fetch one row per table" - of course this assumes all the right indexes exist and the tables have been analyzed etc. DaPi - no silver bullet
  9. DaPi

    Joining lots of tables in a many to many - firstrows enough!

    Custom24 said "for a given Analytical Submission" so it's . . . and AS.column = 'Some Value' . . . Which if the 1-to-many are as I stated, only needs to fetch one row per table and will only give one row as output. (We are "reading" the tree in the many-to-1 direction -...
  10. DaPi

    Joining lots of tables in a many to many - firstrows enough!

    Custom24 said "for a given Analytical Submission" so it's . . . and AS.column = 'Some Value' . . . Which if the 1-to-many are as I stated, only needs to fetch one row per table and will only give one row as output. (We are "reading" the tree in the many-to-1 direction -...
  11. DaPi

    Joining lots of tables in a many to many - firstrows enough!

    I'm having trouble seeing what the problem is with this . . . Library to Synthesis_Plate, Synthesis_Plate to Synthesis_Compound, Synthesis_Compound to Analytical_Submission - are all 1 to many? Using an ordinary INNER JOIN, starting from ONE Analytical_Submission, you find one...
  12. DaPi

    A good one !! About Function

    Anyone who has found this function will not answer you, they will have gone off to make a fortune on the stock-echnage! DaPi - no silver bullet
  13. DaPi

    TYPE

    Are you running 9i? . . . INDEX BY VARCHAR2 is new and NOT in previous versions. DaPi - no silver bullet
  14. DaPi

    pl/sql

    Try it as a BEFORE INSERT OR UPDATE trigger ..... think it should work. DaPi - no silver bullet
  15. DaPi

    Saving and SQL Query...

    From SQL*Plus: - copy & paste OR - "ed" then "save as" (default is \bin - silly choice!?) DaPi - no silver bullet
  16. DaPi

    EXISTS

    SELECT count(*) INTO something FROM tblName WHERE ID=iID; and test on that. DaPi - no silver bullet
  17. DaPi

    Oracle 8i Database with Oracle 9i Client

    Forgot to mention that DBAStudio has some basic monitoring stuff in 9.2 - worth the effort. I read somewhere on this site that you need XP PROF not the home version. DaPi - no silver bullet
  18. DaPi

    Oracle 8i Database with Oracle 9i Client

    Done it with 9.2.0 Client & 8.1.7.4 Server - no probs with SQLPlus & OEM. DaPi - no silver bullet
  19. DaPi

    Urgent - Lost two drives. Looking for advice.

    If you are not sure if you db is OK - there is a program dbv (database verify) - see chap 4 of the Backup and Recovery Guide. GOOD LUCK DaPi - no silver bullet
  20. DaPi

    Urgent - Lost two drives. Looking for advice.

    I my opinion (and in reverse order): 3) You have enough probs - don't add to them! A migration should be planned & tested. 2) If you use the W2K you'll have to install Oracle. If you stay with the same machine un-installing (option on install CD) and re-installing the software should be...

Part and Inventory Search

Back
Top