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

  1. darkman0101

    OEM - logon as sysdba (OS Authentication)

    Oh Yeah... DB Server is 9i R2 OEM Console is 9.2.0.1.0 Running Agent on the unix box: Ver 9.2.0.3.0
  2. darkman0101

    OEM - logon as sysdba (OS Authentication)

    For the life of me I can't figure out how to do this. The set up is as follows: Database - Sitting on a unix box that has OS account oraxxx which belongs to the dba group. OEM Console - connected to a repository on a Windows PC. Logged on to Windows with a domain user that is not the same as the...
  3. darkman0101

    Oracle 8i to 9i OCP upgrade. Questions

    Hi there. I am oracle 8i OCP certified. I want to upgrade to 9i then probably to 10g. A couple of questions: 1) Is it only necessary to do a single "New Features" exam to upgrade? viz there is no practical component? 2) Info on the best study guide is pretty sketchy. Does anyone have any...
  4. darkman0101

    Create Table As (Select...) pass a parameter

    Hi there. I'm a bit stumped. I'm trying to create a Stored Proc that will create some temporary tables on the fly. The thing is that the data that populates those tables has selection criteria where one of the values comes from a parameter passed into the proc. For Example: Create Procedure...
  5. darkman0101

    Upgrade from v5r2 to v5r3

    Cool, thanks for that. I keep swaying between "This upgrade will go fine" and "I haven't a clue what I am doing". It would have been nice to have a dev box to have a crack on first. As it is I have 1/2 a weekend to upgrade the one live system that the whole company uses... nice. Another...
  6. darkman0101

    Upgrade from v5r2 to v5r3

    Hi there, I have been given the task of upgrading our only iSeries (which is a production machine) from v5r2 to v5r3. By the way Ihave only been working with AS400 for about 3 months. I an following the IBM upgrade/install manual but have a question. It talks about checking system values...
  7. darkman0101

    Catalog views/trying to find object

    Hi there, I am trying to find a qry400 query on an iSeries running v5R2 that someone else wrote. Is there a system table that I can query that will show object names, user descriptions/text etc? Thanks in advance, Jason
  8. darkman0101

    Does anyone have the Cramsession 1z0-024 guide?

    Does anyone have the above guide? I have all the others barring this one if anyone cares to swap. Email me at darkman0101_at_hotmail.com
  9. darkman0101

    Createing duplicate DB with rman

    But aren't you really just using the 64 bit (or 32 bit for that matter) to read a file that is in an rman format and having rman rebuild that datafiles from that file? The fact that Rman is compiled for a 64 bit platform shouldn't matter should it? The errors we get are: ORA-19587: error...
  10. darkman0101

    Createing duplicate DB with rman

    Hey there, we wish to create a testing database from our production DB. We use rman without a recovery catalog to do daily hot backups. My question is... if I want to create the duplicate database on a different host do the platforms and Operation Systems need to be the same? Eg if the Prod...
  11. darkman0101

    Creating Duplicate DB with RMAN

    Hey there, we wish to create a testing database from our production DB. We use rman without a recovery catalog to do daily hot backups. My question is... if I want to create the duplicate database on a different host do the platforms and Operation Systems need to be the same? Eg if the Prod...
  12. darkman0101

    Which is better/more interesting n/w admin or Performance?

    I have taken for Oracle 8i DBA: Sql PL/Sql, Architecture & Administration and passed Backup & Recovery this afternoon. What should I study for next? Performance Tuning or Network Administration? Which one is more interesting/easier? I don't suppose it matters as I will have to take both but if...
  13. darkman0101

    SQL Plus Commands in 1Z0-001 PL/SQL?

    I have been studying for the PL/SQL exam for 8i. Just about ready to sit the exam I think. I don't generally use SQLPlus much though as there are better products for writing queries/procedures. Will the Exam have any questions on formatting output/SQLPlus environment variables? Cheers in...
  14. darkman0101

    Need Crystal Report Control for VB Help File

    MSMINNICH, You wouldn't happen to have the URL handy would you? Damned if I can find where it is. Cheers.
  15. darkman0101

    Need Crystal Report Control for VB Help File

    I need the developr.hlp file for the crystal control for VB. Can't lay my hands on the CD at the moment. Could someone tell me where to get my hands on it online? Thanks in advance Jas
  16. darkman0101

    Need Crystal Report Control for VB Help File

    I need the developr.hlp file for the crystal control for VB. Can't lay my hands on the CD at the moment. Could someone tell me where to get my hands on it online? Thanks in advance Jas
  17. darkman0101

    How is Oracle OLN for Exam Prep?

    The boss has supplied me with a professional subscription to OLN as it is cheeper than sending me on a course. I am in the process of working through the eLearning classes on Architecture and Administration in the hope of sitting the exam at the end. I have little DBA experience but find that...
  18. darkman0101

    SVRMGRL question

    OK, I have a question regarding server manager (svrmgrl). On Unix you set which database you are working with by using the ORACLE_SID environment variable. How do you do this in windows? How do you specify which DB you are starting up and shutting down etc? Cheers in advance
  19. darkman0101

    Find Files of a Given Type

    Thanks for that but I don't want to have to rely on the file extension. That is to say I want to open the file as Binary and look for a header type structure that is specific for mpegs. I guess what I am asking is what is the file format for mpg, avi, mp3 etc
  20. darkman0101

    Find Files of a Given Type

    Hey there all... It's been a while. Today's question is... how can I find Files of a given type? For example.. lets say I want to search the n/w for mpeg files... I want to be able to search the file header or something to tell me if a file is indeed an mpeg. Lookng at the file extension is not...

Part and Inventory Search

Back
Top