Tag: Oracle
How to grant privileges on all tables to a user
Sometimes you need to grant privileges to one user’s objects to another user. While granting should be done very carefully, when you have a lot of tables it is nice to have an automated script to do it.
It is important to note that the best way to do that is creating a role, granting the [...]
Posted: May 12th, 2010 under Oracle.
Tags: grant, Oracle, oracle grant select, select
Comments: none
“A service specific error occurred: 2″ when trying to start dbconsole
When logging in to database control after some time you may get a message that some accounts’ passwords need to be changed (sysman, system etc..). A page will be displayed allowing you to change those password but if something (like timeout) happens during the page processing you will not be able to log in [...]
Posted: February 23rd, 2010 under Oracle.
Tags: Oracle, Oracle Enterprise Manager
Comments: 2
Net configuration assistant changes are not saved on Windows 7
If you are trying to use the oracle net configuration assistant in order to create tnsnames.ora entry on windows 7, you may notice that sometimes the net service name is simply not created. Even after you run through the wizard successfully you may get the famous “ORA-12154 – TNS could not resolve service name” when [...]
Posted: January 28th, 2010 under Oracle.
Tags: Net Configuration Assistant, ORA-12154, Oracle, Windows 7
Comments: none
What to do when listener.log is growing.
over time, the Listener.log file can grow to huge size and take a lot of disk space.
If you will try to delete it in windows you may get the following error:
—————————
Error Deleting File or Folder
—————————
Cannot delete listener: It is being used by another person or program.
Close any programs that might be using the file and [...]
Posted: August 4th, 2009 under Oracle.
Tags: file too big, listener log, Oracle
Comments: none
Possible Causes to ORA-00980 Synonym Transaltion no longer valid
ORA-00980: synonym translation is no longer valid
This error usually means that the synonym used is based on a table, view, or synonym that no longer exists. in order to fix it you will need to replace the synonym with the name of the object it references or re-create the synonym so that it refers to [...]
Posted: June 23rd, 2009 under Oracle.
Tags: export, import, ORA-00980, Oracle
Comments: none
OUI.EXE has stopped working on Windows 2008
If you are trying to install Oracle 10.2.0.3 client on a Windows 2008 server and you get the following error:
OUI.EXE has stopped working
Close the program
For some reason, the Oracle installer is having problem with long directory structures.
To overcome this, you can simply copy the installtion directory to a location with a shorter path.
1)create a new Temp [...]
Posted: March 17th, 2009 under Oracle.
Tags: Oracle, Oracle Client, OUI has stopped working, Windows 2008
Comments: none
Restart Data Pump after import errors
When using Data Pump, you may encounter the following error:
ORA-39171: Job is experiencing a resumable wait.
Together with
ORA-01653: Unable to extend table %s.%s by %s in tablespace %s
Or
ORA-01691 unable to extend lob segment string.string by string in tablespace string
Both errors basically say that the table space you are using can not allocate more space. This [...]
Posted: March 9th, 2009 under Oracle.
Tags: data pump, expdp, export, impdb, import, ORA-01653, ORA-01691, ORA-39171, Oracle
Comments: 2
Common reasons for IMP-00010 during import
If you try to import a file and you get the following error:
IMP-00010: not a valid export file, header failed verification
IMP-00000: Import terminated unsuccessfully
The cause according to Oracle error description is “Either the file was not generated by Export or it was corrupted”. The first obvious reason might be that the file is corrupted. However, [...]
Posted: March 3rd, 2009 under Uncategorized.
Tags: data pump, EXP, expdp, export, IMP, impdp, import, Oracle
Comments: 1
How to Configure the ODBC on Oracle XE Client
Even Oracle veterans may encounter some challenges when it comes to setting an odbc using the Oracle XE Client. As every DBA will tell you, you will need to configure the tnsnames.ora (using net configuration Assistant or by going to oracle home\network\admin and edit it manually). After that, theTNS Service name in the ODBC [...]
Posted: February 11th, 2009 under Oracle.
Tags: Connection, ODBC, Oracle, Oracle Client, Oracle XE, Oracle XE Client
Comments: 2
Installing Oracle on a machine with DHCP
During Oracle installation on a windows machine that is configured to use DHCP in order to obtain its IP address, the Following message will probably be displayed:
Checking Network Configuration requirements …
Check complete. The overall result of this check is: Failed <<<<
Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
Recommendation: [...]
Posted: January 30th, 2009 under Oracle.
Tags: DHCP, install, Oracle
Comments: 13
