
Facing problem with OBIEE 11g?
The following error phrase keep appear when attempted to navigate to Business Intelligence -> coreapplication in Oracle Enterprise Manager Fusion Middleware Control:
“Stream Closed for more information…bla..bla..bla..Server Exception during PPR, #8″
Its irritating rite? See below
Ok, let me guess. Just now, your BIEE server ran out of …
In Oracle 10g, there are 3 options to storage datafiles:
1. Filesystem
2. RAW disk
3. Automatic Storage Management (ASM)
ASM is a new feature that has be introduced in Oracle 10g to simplify the storage of Oracle datafiles, log files and control files. Oracle Managed Files (OMF) will be use if ASM is chosen …
I’ve faced situation which export process going hang. It occurs in Oracle 9i (9.2.0.1) database on Windows Server 2000. No matter either I’m using “exp” utility or exp command or par file, the export process likely to going hang itself like this:
Export: Release 9.2.0.1.0 – Production on Thu Jul 28 16:24:34 …
Both errors happen to me when I want to create Oracle Database 10.2.0.4 using ASM on RHEL5 i686 (32-bit).
All process during ASM Creation was happen smoothly without any complaint and any error.
Then, after ASM creation completed, and new database creation process started. The process stuck whenever I want to enter …
Case Study:
I tried to drop user cascade, and the expected result is the user will drop with no problem. But, the drop process take too long.
“Hurm..Maybe there are a lot of table inside the schema”, I guess.
No, it only 24 tables..duuhh..I’m waiting almost an hour but the drop process not …
Owh, I can’t uninstall this stupid application from my Windows machine.
What should I do? I’ve clicked on Uninstall button more than 10 times, but the following error still came out:
“Internal error: Cannot find utCompiledCode record for this version of the uninstaller”
But, I don’t want this application anymore. I want to …
Oracle Error ORA-12557 – TNS:protocol adapter not loadable occurs on my Windows machine whenever I want to access sqlplus using command prompt.
Once hit [Enter] button after issuing command sqlplus / as sysdba, an unwanted popup appear and it said:
The procedure entry point snlseFreeSecAttrib could not be located in the dynamic …
Owh, ORA-12560: TNS:protocol adapter error..
This is the error that always I faced and always forgot what is this error about.
This error was like dejavu all over again. I ever faced and solved this but, how eh? Every time this error comes, I’m start looking and navigate to tnsnames.ora, sqlnet.ora and …
I am attracted to use OpenSuSE 11.1 (x86) because of attractive and nice desktop environment design. Beside OpenSuSe is one of RPM base Linux distro likes Red Hat Enterprise Linux (RHEL) and of course its free. So I’ve installed OpenSuse 11.1 into my machine.
Since I am working in one of …
Have you ever installed LAMPP or XAMPP for Linux? I went to other Linux or Xampp forum and found that there are many question regarding to
How to change the default page for XAMPP?
Scenario 1 – Someone just want to change default page for localhost. Doesn’t matter where the file location …