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!

Recent content by dklloyd

  1. dklloyd

    Webi URL Images not showing in pdf

    Hi, If I insert a cell with a type of URL image and enter the URL (\\servername\BOImages\image.gif) into the text the image is shown in the report in InfoView as I would expect. However the image does not show if the report is saved as pdf. The URL is stored on the webi server in the C:\Program...
  2. dklloyd

    XTERM software

    Hi can anyone recommend a cheap & easy to configure piece of s/w to run XWindows on my NT PC and connect to our AIX on the network? I need to be able to buy the s/w on-line & load it today. Many thanks in advance DKLLOYD
  3. dklloyd

    Subnet Mask

    I asked one of our network guys here & he suggested you check the default gateway on the AIX.
  4. dklloyd

    How do I do multiple INSERT INTO's...???

    You may need to put a carriage return in-between the two statements to run them using the "Run the current statement" icon. It's a TOAD thing. Otherwise in TOAD you can run both using the two arrows icon (one above the other) which will run everthing in your window as a script. Hope...
  5. dklloyd

    Monitoring memory

    Thanks Henrick I wonder whether you can help me out on interpreting the results... I've looked at the output from svmon and I have noticed the following from it. The In use - pers(istent) in svmon equals 1985Mb. The In use - working in svmon equals 1086Mb. The total of the ps aux SZ column...
  6. dklloyd

    Monitoring memory

    Hi We've been monitoring our 3Gb of memory using svmon -G every 1/2 hour. Generally it shows very little free memory all day & night (3Mb at the most), which is okay cos we can't put any more in the box! If I total the memory for all processes using 'ps aux' the total comes out at around 2Gb...
  7. dklloyd

    ftp-ing to an NT server

    Many thanks ElieNawfal that worked!
  8. dklloyd

    ftp-ing to an NT server

    Hi I'm trying to ftp to an NT FTP server. I can logon as anonymous and get files, but I cannot put files, which obviously points to permissions. The folder I am trying to put to has Full Control for everyone. Has anyone overcome this issue? Is it NT that is the problem? eg: ftp dougal 220...
  9. dklloyd

    comparing two value in a range

    Hi I hope you can help me on this.. I have 3 columns of which 2 need to match in VB to return the 3rd value The 1st column is the dept. The 2nd contains the group. The 3rd contains a list of people for the group in the dept (comma seperated). I therefore need some code that will go down each of...
  10. dklloyd

    Import and export performace

    Check triggers too on the target database incase inserts are updating other tables that you don't want updated during the import. dklloyd
  11. dklloyd

    Limits on tar for 4.3.3

    Thanks again victorv, I'll give this a go. Dklloyd
  12. dklloyd

    Limits on tar for 4.3.3

    Thanks I'm backing up the database files (each can be over 2Gb), not export files They are backed up to rmt0 (20Gb tape drive) I haven't had to use the backup commands to date but I expect I can learn them pronto! Is this a definate yes then, that tar will not restore the datafiles? Cheers...
  13. dklloyd

    Limits on tar for 4.3.3

    We currently backup our Oracle database datafiles using the tar utility. Some of the files have grown to over 2Gb (on a large file enabled file-system), which according to the 'man' details, tar does not support. The backup does not produce any errors when they are carried out, so is 4.3.3 okay...
  14. dklloyd

    Filtering on log file 2

    Many thanks CaKiwi, that works. Cheers David
  15. dklloyd

    Filtering on log file 2

    Sorry, I should have explained more explain more on my previous thread. Every time a record is inserted into the log a Date is entered 1st followed by a line(s) detailing the change. Some of the less interesting things I don't want to see (including the date that went with the item). In brief...

Part and Inventory Search

Back
Top