Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Internal Error 2753. RegUtils

843804Sep 13 2008 — edited Jan 27 2011
I am good at Java, I can code in it and do many things, I am especially extended in the Robot class.

I also can install Java no problem, but this has me on my knees.

I was installing Java, and didn't realize I put the directory to drive C:\, I stopped the installation through Task Manager by closing the process, I figured I'd re-install it to the drive I want, G:\.

When I tried again it said Java was installed, so I went to my Control Panel to uninstall it, but it didn't let me, I figure it's because I stopped the installation and everything is all messed up now.

If I try to re-install it, it says, "Internal Error 2753. RegUtils," and when I try to uninstall it it says, "Internal Error 2753. RegUtils," the same error with a pop up saying, "Fatal error during installation."

So I'm stuck here, unable to uninstall it or re-install it, and it isn't functional either.

Internal Error 2753. RegUtils picture - http://imagenerd.com/uploads/27530RYo.bmp
Fatal error during installation picture - http://imagenerd.com/uploads/fatal9Or3.bmp

Any suggestions?

Comments

sb92075
1) SHUTDOWN IMMEDIATE
2) OS copy all Oracle "data" file from source system to destination system in exact same directory location
3) STARTUP -- original DB
4) STARTUP -- "cloned" DB on destination.

on destination system Oracle won't know or care is now is on a different host
Oracle is just a collection of "dumb" files.
418779
Cool. That seems easy enough. Forgive my ignorance but are SHUTDOWN IMMEDIATE and STARTUP commands that i enter somewhere? At the dos prompt or somethign like that? Or can i do that from the web manager?
sb92075
sqlplus

SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 11 10:12:09 2009

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.

Enter user-name: / as sysdba

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.

Total System Global Area  402653184 bytes
Fixed Size		    1267764 bytes
Variable Size		  218105804 bytes
Database Buffers	  176160768 bytes
Redo Buffers		    7118848 bytes
Database mounted.
Database opened.
SQL> 
oradba
Since you obviously work on Windows you have to do a little bit more: Oracle on Windows requires a service,normally named OracleService<SID>, check this on the machine where you have a running database. The easiest way to get a proper environment is, you install Oracle including a starter database using exactly the same locations as on the source machine. Then you can copy the files from source to target machine again and again.

Werner
418779
When you say copy all the data files what does that entail? I see Datafiles that i named, .dbf files, .ctl files and log files.
Do i need to copy all of those?
oradba
You need the datafiles (.dbf),controlfiles (.ctl) and redologs (.log), assuming you use the default file extensions. On both sides the database must be down, you cannot access the mentioned database files when the database is open.

Werner
sb92075
I see Datafiles that i named, .dbf files, .ctl files and log files.
Yes, but not log files.
Need to include REDO files; too.
Trial & error will prove what is needed/missing.
You could create new/empty (small) instance & practice with it before trying any "production" DB.
418779
So i have to shut down my entire oracle database in order to clone a few of the tablespaces?
Robert Geier
You said you wanted to "move it in it's entirety" to create a "carbon copy". The answers above allow you to do that in the easiest way possible.

If you want to keep the database running, then you can take a hot backup instead of a cold backup, but then you would need to recover after you restore.

If you just wanted to move a few tablespaces, then you could use export/import, or transportable tablespaces without shutting down the database.
Niall Litchfield
Robert Geier wrote:
You said you wanted to "move it in it's entirety" to create a "carbon copy". The answers above allow you to do that in the easiest way possible.

If you want to keep the database running, then you can take a hot backup instead of a cold backup, but then you would need to recover after you restore.

If you just wanted to move a few tablespaces, then you could use export/import, or transportable tablespaces without shutting down the database.
actually I'd have said the simplest way to create the carbon copy would be to use the RMAN duplication facility.

Niall
418779
Okay. How do i go about doing that?
418779
I'm not trying to be difficult. I am just being thrust into an oracl dba role because my firm does not have a true oracle dba. What I would like is to go to the enterprise manager web console click an option, select 4 tablespaces, click another button and create a backup file. Then go over to the same web manager on my other instance and import that data. And voila! Can it be that simple?
Niall Litchfield
oops should have included the link...

http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmdupdb.htm#i1008564

sorry. Essentially, take a hot backup, move it to the new server and restore and recover as described previously. It's a built in feature of rman though.
Robert Geier
You start by reading the documentation at tahiti.oracle.com

Search for "transportable tablespaces" or "duplicate database" or "expdp"
418779
Thanks for the tip, I think I figured it out - drop Oracle and start working in sql Server.
Robert Geier
Yes, OEM has wizards to run exports, backups etc, and is probably the easiest way for you to do these tasks if you are new to Oracle.
Niall Litchfield
VBAHole22 wrote:
Thanks for the tip, I think I figured it out - drop Oracle and start working in sql Server.
That's an approach. Another would be to try to figure out how to express your business need succinctly. You started by describing the need to "carbon copy" a database. Various people told you how to do that - and actually the first example you were given, take the files that make up the db and plug them into a new instance on another machine is a pretty straight match for the attach/detach functionality in sql server. Now, however, you seem to want to move tablespaces only, and seem to imagine that this is in someway equivalent to attach/detach a database. It really isn't.

Does the business goal actually look a bit like

"I have a set of application objects owned by one or more named users and want to move a copy to another server for test purposes"?

Niall
418779
Correct. And i apologize for my earlier post - tough day, very cinical, not necessary.
I should have stated my goal better, you hit it the nail on the head. I don't want a full db replica and i tried to move these tablespaces in the past so there are remnants at the target.
The web manager has a transport tablespace wizard but i can't seem to satify its desire for credentials. I'm not sure what it wants but i tried my win creds, my sysdba creds, my db user creds - all those with domains tacked on the front of the user name, and all those with "@orcl" tacked on the end of the password.
What credentials are these exactly?
And again, my apologies - know that oracle has redeeming qualities, its just hard sometimes to fight through to get to them.
Niall Litchfield
VBAHole22 wrote:
Correct. And i apologize for my earlier post - tough day, very cinical, not necessary.
I should have stated my goal better, you hit it the nail on the head. I don't want a full db replica and i tried to move these tablespaces in the past so there are remnants at the target.
The web manager has a transport tablespace wizard but i can't seem to satify its desire for credentials. I'm not sure what it wants but i tried my win creds, my sysdba creds, my db user creds - all those with domains tacked on the front of the user name, and all those with "@orcl" tacked on the end of the password.
What credentials are these exactly?
I suspect you've hit the issue I describe at http://www.orawin.info/services/node/71

Incidentally there is also a pair of tools called expdp and impdp that are designed for bulk movement of, amongst other things, users and all the objects that belong to them. (transportable tablespaces uses these tools behind the web interface).

Niall
1 - 19
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 24 2011
Added on Sep 13 2008
26 comments
13,799 views