20 Most Recent Oracle Database 10g Questions & Answers

0helpful
1answer

Hi, New to Oracle, what resource would you reco...

http://psoug.org/
PSOUG.org is an Oracle community resource dedicated to supporting users and developers of the Oracle database. lots of great code samples.

http://www.iselfschooling.com/

offers free training. It's a great site for new users / dbas
12/16/2010 7:37:35 PM • Oracle Database... • Answered on Dec 16, 2010
0helpful
1answer

I installed oracle 10g express edition.now I dono

Follow these steps:
  1. Open the Windows Services utility: From the Start menu, select All Programs, then Administrative Tools, and then Services.
  2. If any of the following Oracle services exist and have the status Started, then select each of the services, and click Stop:
    • OracleXE
    • OracleXETNSListener
    • OracleJobSchedulerXE
    • OracleXEClrAgent
    • OracleMTSRecoveryService
  3. Exit Services.
See also the Microsoft online help for more information on stopping services.
7.2.2 Step 2: Remove the Oracle Database XE Registry Editor Settings Follow these steps:
  1. Log on to Windows with Windows administrative privileges.
  2. Ensure that you followed the instructions under "Step 1: Stop the Oracle Database XE Services" to stop the Oracle Database XE services.
  3. Start the Registry Editor at a command prompt:
    SYSTEM_DRIVE:\> regedit
  4. Go to HKEY_CLASSES_ROOT.
  5. Delete the following keys:
    • NEED TO CONFIRM THE XE-SPECIFIC ONES.
  6. Go to HKEY_CURRENT_USER\Software.
  7. Under Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs, delete the Oracle Database 10g Express Edition key.
  8. Go to HKEY_LOCAL_MACHINE\SOFTWARE and search for the ORACLE group key.
  9. Expand the ORACLE group key and then delete the KEY_XE and OracleMTSRecoveryService keys.
  10. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI.
  11. Expand the ODBCINST.INI key and remove the Oracle in XE key.
  12. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.
  13. Delete the following keys:
    • OracleServiceXE
    • OracleXEClrAgent
    • OracleXETNSListener
  14. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application.
  15. Delete the Oracle.xe key.
  16. Exit the Registry Editor.
  17. Restart your computer.
7.2.3 Step 3: Update the System Variable Path Follow these steps:
  1. Open System from the Control Panel.
  2. In the System Properties dialog box, click the Advanced tab, then click the Environment Variables button.
  3. Select the system variable Path and edit the Path variable to remove the Oracle Database XE entry. For example:
    C:\oraclexe\app\oracle\product\10.2.0\server\bin;
  4. Save your changes and then exit the Control Panel.
7.2.4 Step 4: Remove Oracle Database XE from the Start Menu and Desktop Follow these steps:
  1. Select Start, then All Programs, and then Oracle Database 10g Express Edtion.
  2. Right-click Oracle Database 10g Express Edtion and from the menu, select Delete.
  3. On the desktop, right-click the Get Started with Oracle Database 10g Express Edition icon and from the menu, select Cut.
7.2.5 Step 5: Remove the Oracle Database XE Directories Follow these steps:
  1. Ensure that you have followed the instructions under "Step 1: Stop the Oracle Database XE Services" to stop all Oracle Database XE services.
  2. From the Windows Explorer, navigate to the directory where you installed Oracle Database XE, for example, c:\oraclexe.
  3. Right-click the Oracle Database XE installation directory and from the menu, select Delete.
7.2.6 Step 6: Install and Run the Windows Installer CleanUp Utility Run the Windows Installer CleanUp utility to remove the Windows Installation configuration information for the Oracle Database XE installation. You can download it from Microsoft at:
http://support.microsoft.com/default.aspx?scid=kb;en-us;290301
he deinstallation completes, click Finish.
12/16/2010 7:28:11 PM • Oracle Database... • Answered on Dec 16, 2010
0helpful
3answers

I didn't know how to uninstall oracle 10g enterprise edition.

Dear sir

Please do the following.

start>run> ( please type services.msc)

in services window you can find some oracle services.

please stop all the services by right clicking.

after that you can uninstall the oracle software.

again you can reinstall the oracle.


please vote.

regards
murali
9/14/2010 4:46:59 AM • Oracle Database... • Answered on Sep 14, 2010
0helpful
3answers

Unistalling Oracle

You will need to re install it and then uninstall it for cleaning it completely, but it will still shows information in registry as long as registry does not deletes it after few months.

You can also manually delete it from your program file folders.
4/21/2010 7:54:55 PM • Oracle Database... • Answered on Apr 21, 2010
0helpful
1answer

I want to disable the listener log in Oracle DBA.

Hi,
You can disable the “logging listener” feature in the listener by entering the following commands in the "listener.ora" file:
LOGGING_LISTENER = OFF

To turn off listener logging dynamically is also possible by launching LSNRCTL and typing:

SET LOG_STATUS OFF
This works if the listener is running.
I hope it helps.
If you would like to vote for the answer, this will help the others to see the similar problems solved and also will be a satisfaction factor for me to continue helping you.
All the best.
3/27/2010 11:28:41 PM • Oracle Database... • Answered on Mar 27, 2010
0helpful
2answers

Uninstalling oracle 10g from vista

To uninstall oracle from your PC,
first you should run the oracle setup from the installation disk.
The installation setup will automatically detect the oracle products installed in your PC.
After checking the list of installed products, mark the programs you want to uninstall & then click on uninstall.
11/20/2009 7:39:50 AM • Oracle Database... • Answered on Nov 20, 2009
0helpful
1answer

What is the difference between oracle developer

Here's a great reference URL:
http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/editions.htm
Best regards!
11/18/2009 4:37:46 AM • Oracle Database... • Answered on Nov 18, 2009
0helpful
1answer

Application that support for oracle 10g

How can load and save image into oracle database
9/27/2009 8:47:41 PM • Oracle Database... • Answered on Sep 27, 2009
0helpful
1answer

How to retrieve database of ORACLE using c sharp

You will need either Orcale data provider or ODBC driver. Once either one of the above is setup, you can access your Oracle database using ADO calls. Please refer to this site for more info: http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx
9/21/2009 7:38:40 AM • Oracle Database... • Answered on Sep 21, 2009
0helpful
1answer

DBF file lost after OS reinstalled

Some helpful resources for you: Non-commercial project, which can give you an alternative view to your issue:- http://www.filerepairforum.com/forum/databases/databases-aa/dbase-iv-clipper-foxpro/429-how-can-i-open-corrupted-dbf-file-via-ms-foxpro One more method, must be DBF Fix Toolbox - this is shareware software You may download its demo: http://www.dbf.fixtoolbox.com/ - who knows, apparently it also can resolve the trouble. Another fresh alternative way The new database is useless. Drop it and its associated service. Copy your files, all the database files (control file, redo logs, data, configuration files...) in the new hardisk, if possible at the same location (directories). Then use oradim to create the service: oradim -new <sid> -startmode manual Start the service if it is not already started. Execute sqlplus "/ as sysdba" and try a startup. If all files were copied in the same location, this should work.
11/1/2014 9:15:10 PM • Oracle Computers... • Answered on Nov 01, 2014
0helpful
1answer

Software comparisions

Helen, I suggest if you want to compare management software, a good start would be to go to a specialist magazine site where they do reviews. I use PC Pro quite often. Depends how specialist you need.
2/5/2014 8:03:47 PM • Oracle Computers... • Answered on Feb 05, 2014
0helpful
1answer

What mean sie of pogo is disabled

try installing Adobe Flash Player and see if that don't render the situation
5/10/2012 3:48:28 AM • Oracle Computers... • Answered on May 10, 2012
0helpful
1answer

Como cancelar el winter driver

Question translated to English Solo hablamos ingl?s en el sitio web norteamericano. Lamentablemente no tenemos idea de qui?n es este conductor de invierno. Por favor danos m?s informaci?n para ayudarte mejor. Es un problema de seguro de autom?vil, debe comunicarse directamente con la compa??a de seguros. ENGLISH@ We only speak English on the North American website. Unfortunately we have no idea who this winter driver is. Please give us some more information to help you better. It is is a car insurance issue, you need to contact the insurance company direct. ..
4/20/2024 12:40:41 AM • Computers &... • Answered 8 hours ago
0helpful
1answer

Do you guys know some good custom web app development services?

DICEUS with 13 years experience. SIMFORM for modernizing legacy architecture. ColorWhistle for leads. PixelCrayons for tailoring to your specific needs.
4/18/2024 5:17:23 AM • Computers &... • Answered 2 days ago
0helpful
1answer

My Employer Says They Are Going To Cut My Wages. Can They?

If you are in the middle of a contract, then cutting your wages is almost certainly a violation of your employment law rights. While I am by no means an expert on this matter, I did have a similar issue years ago - mid-contract wage cuts - and I hired anemployment attorney to fight the case on my behalf. It turned out that my employer was basically looking to scare people into taking the wage cut. They got into some pretty serious legal trouble for their transgression, and nothing happened to me in terms of wage cuts after that. If you are between contracts, your employer can re-negotiate your salary, but as far as I am aware, if you are in an agreed-upon contract, they cannot just decide to reduce your salary. If you want to settle matters, contest this action with support from a legal professional.
4/17/2024 5:31:31 PM • Computers &... • Answered 2 days ago
0helpful
1answer

Implementing Reliable WordPress Website Backups: A Solution to Downtime and Errorsi wan

Keep a backup on your hard drive or a backup. The backup system is a free service supplied by your internet provider. If you use it daily or after every update, there will never be an issue.
4/16/2024 4:37:13 PM • Computers &... • Answered 3 days ago
0helpful
1answer

How to get free backlinks?

YouTube Backlink Generator https://ovdss.com/apps/youtube-backlink-generator
4/13/2024 3:06:42 PM • Computers &... • Answered on Apr 13, 2024
0helpful
1answer

Solitaire master has a hang

clarify pi please. if you meant pi to mean main screen picture, you probably have used up your free time on this program.
4/13/2024 2:31:14 PM • Computers &... • Answered on Apr 13, 2024
Not finding what you are looking for?
Computers & Internet Logo

Popular Tags

16 questions posted

Ask a Question

Usually answered in minutes!

Top Oracle Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

66855 Answers

Bonded Repair

Level 3 Expert

407 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

39367 Answers

Are you an Oracle Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

View Most Popular

Oracle Computers & Internet

  • Oracle Computers & Internet

Most Popular Question

installed oracle 10g express edition now

  • Computers & Internet
Loading...