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: bhunter
  • Content: Threads
  • Order by date
  1. bhunter

    JDBC and scrollable result set

    Hopefully this is a simple question... Is it possible to use a scrollable result set with the Oracle JDBC driver and move backwards as well as forward. I have been able to use it to move forward using next(), but I can't perform any other operations with it. Does the driver support it? Does...
  2. bhunter

    Creating .inf files

    I was wondering if there is a tool available that will help create .inf files for Windows 2000. If not, where is the best place to look for documentation on how to write an .inf file? Thanks, Bennett
  3. bhunter

    OUI can't find response file for silent install

    I am trying to perform a silent install for Oracle8i on Windows NT. I took the svrminimal.rsp file and modified it to fit my needs. However, when I try to run the setup.exe with a response file specified the response file is not found. I even tried putting the response file in the same...
  4. bhunter

    Calling a hot backup script from a client application

    I am developing an application that connects to an Oracle 8i database on Windows NT or 2000. The application is written in Java, and I am using JDBC to access the database. I would like to have an option in the client application to start a database backup. This would be a hot backup, and the...
  5. bhunter

    Performing hot backup with JDBC in Java

    I am working on an application in Java, and I have written some code using a JDBC connection and prepared statements to send SQL commands. I can put a tablespace into the begin backup mode with "ALTER TABLESPACE SYSTEM BEGIN BACKUP" inside of the prepared statement in Java. However...
  6. bhunter

    Starting the designer tutorial

    Sorry that I have to ask this dumb question, but I figure that somebody else could help me before I waste too much time. I am trying to start the designer tutorial. In the online manual it says to start a program called "Oracle Designer for Tutorial User". It is supposed to be in...
  7. bhunter

    Startup and init.ora file

    I am trying to use the "startup" command without any parameters in SQLPlus. When I issue the command I get the following message because the file that it is looking for no longer exists: LRM-00109: could not open parameter file 'E:\Oracle\Ora81\DATABASE\INITauc3.ORA' ORA-01078...
  8. bhunter

    Startup mount fails in RMAN utility

    I am trying to perform a backup using the RMAN utility. I am doing a "cold" backup so I shutdown the database and then went into RMAN (connecting to the target with the nocatalog option). When I try to mount the database, I get the following error message: RMAN-04014: startup...
  9. bhunter

    Error when starting up database after switching archive mode

    I am using Oracle 8i Personal Edition, and I want to switch from NOARCHIVELOG mode to ARCHIVELOG mode. After checking the box for ARCHIVELOG mode in the DBA studio GUI, I get the following error when the database tries to restart: "The exception (org.omg.CORBA.BAD_PARAM) occured.&quot...
  10. bhunter

    Service won't start after Oracle 8i installation

    I just installed Oracle 8i Enterprise Edition, and I am having some trouble getting one of the services to start. As a result, I am not able to login to the the console because the management server is not running. I am running Oracle on a Windows NT machine, and the event viewer reports the...
  11. bhunter

    How to find a port that is free.

    I am testing an application that uses java sockets, and a lot of times the application doesn't free up a port because it crashes (it's still being developed) before it hits the code to do that. If I want to run the program again, the port that was previously used is not available. I then have...
  12. bhunter

    Can Tcl/Tk interface with a database?

    I am trying to find out if Tcl/Tk can interface with a database like Microsoft Access, Interbase, etc. Does anyone know about this? Thanks.
  13. bhunter

    Auto format cells in a subform

    Is there a way to have the cells in a subform be automatically sized to fit the data that they hold? I know that Excel has an option to do this, but I couldn't find it with Access. I have a subform on a form that shows up as a grid, and I would like it to update the cell size based on the data...
  14. bhunter

    Open a record from an index so that it is not in a filtered view

    I have a database that has a main index with a list of records that correspond to forms that can be opened. For example, I go to the 12th record in the index and hit a button and the 12th record form is opened. The problem however, is that the form is opened in filtered view. I have buttons...
  15. bhunter

    Looking for a free ISP for Linux

    Can anyone recommend a free ISP for Linux? I am currently using a free ISP on Windows 98, and I want to have one for Linux as well. I haven't been able to find a free ISP that has a dowload for Linux. I know that they are out there, so if you could give me some advice in this area it would be...
  16. bhunter

    Repeating a macro with RunMacro

    I am using the RunMacro command to run a macro a certain number of times.  I am using it to add some records to a table.  Is there a variable that keeps track of how many times the macro has run?  I need to compare that value with another number (the max. # of times...
  17. bhunter

    Need help using the SetValue macro

    I am trying to take a value from an unbound text box on a form and store it in a table.  I tried to do this with the SetValue macro, but I can't make it work.  When I try to run the macro, I get an error message saying that the database couldn't find the table that I used in...

Part and Inventory Search

Back
Top