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 nagornyi

  1. nagornyi

    Site design tool advice needed

    Hello, I need to create a site allowing to manipulate images, something like http://www.polyvore.com/, so that you can drag and drop several images, resize them, etc. Would appreciate any advice on what technologies/tools/techniques are used to create something like that. Thans!
  2. nagornyi

    SATA HD to IDE MB

    OK, the HD is new, the converter is also new. The HD is spinning, and even the LED on the converthe is lit up. So, presumably everything is working. In sthis conditions, should the SATA be seen on POST or not?
  3. nagornyi

    Page break problem

    Try New Page After for E1.
  4. nagornyi

    SATA HD to IDE MB

    I am trying to hook the SATA HD to the IDE Motherboard using one of those converters abundant on the market. The drive not detected during the POST. But should it be? Should such converted drive be immediately seen? Can it be used for booting? Generally, what kind of behavior to expect? Thanks.
  5. nagornyi

    HD reliability

    Thank you guys. I've got the picture. BTW, I agree with the opition of higher reliability of SCSI drives. I also have 12 years old Compaq server with 2 10 Gig HDs. As said... like tank. The server itself too, btw.
  6. nagornyi

    HD reliability

    2 of them were data corruption, 2 were mechanical crash, with clinking sound when trying to read. Yes, I am a bit concerned with heating. HDs are always pretty warm. But so id my WD HDD which is OK for 10 years. And I saw they sell special HD cooler, but should we always use them? And again, as...
  7. nagornyi

    HD reliability

    I had 4 HD crashes in 2 years. All of them are 80 Gig ATA 7200 rpm, two are Seagate and two are WD. Always virus protected. I have no idea what’s wrong. I have another 6.4 Gig WD 5400 rpm that works with no failure for 10 years. So is this because bigger drives rotating faster? Heating more? Any...
  8. nagornyi

    srw.do_sql()

    You don't need SRW.DO_SQL to select into. Just type it in directly. The procudyre is used for DDL, like creating a table, etc. So just put select count(emp_id) into v_ct from table1 t1, table2 t2 where trunc(t1.date_entered) = '12-MAR-07' and t1.test = t2.test_link; The variable v_ct is to be...
  9. nagornyi

    generating mulitples of same report

    Is it the same 3 pages repeated 21 times? What is your group structure and repeating frames structure? Also check the system parameter COPIES
  10. nagornyi

    reports with two datasource

    AFAIK, Reports 6i do not have this functionality. You may try using Ref cursor query and reach Access tables from the PL/SQL code. Chances are there is a library or procedure out there to do this.
  11. nagornyi

    reports with two datasource

    Starting from Reports 9i, you may use JDBC query object to connect to Access
  12. nagornyi

    desname

    AFAIK, there is no way to do this within Oracle reports.
  13. nagornyi

    desname

    To do this you will need to build your own parameter form using Oracle Forms or another tool. Oracle Reports standard parameter form can not conditionally link different parameter entries.
  14. nagornyi

    Restoring Folders & Content for Outlook 2000

    My HD has creashed and I no longer can boot from it. However, when I created system on a new HD, I found that I can read files from the old HD OK. Now I want to move all the Outlook content from the old HD to the new one, where I have freshly installed Outlook. So, which folders/files, etc. do I...
  15. nagornyi

    FOOTER SECTION BLANK AFTER SOME PAGES IN A REPORT WITH MANY LAYOUTS

    Two questions: How do you pass multiple system IDs? How do you control showing and hiding of date fields based on system ID or IDs?

Part and Inventory Search

Back
Top