Here I, Muhammad Abdullah Al Noor,OCP will provide Basic Tricks and Tips on Oracle Technology. I have been working with Oracle Technology since 2002. At 1st I learnt Oracle 8i, Then I worked with Oracle 8i, 9i, 10g, 11g and then in 12C. I continuously worked with Oracle Developer 6i, 10g Developer Suite, 11g Fusion Middleware. I worked with Oracle Apex also. I have switched 3 companies and now I established a Training center and a Software Development company.
Virtual Box : How to mount share folder in Virtual Box.
How to mount share folder in Virtual Box.
Run Guest Addition from Virtual Box Menu.
Mounting Folder location:
Create a share folder 1st named Desktop
Create a Directory named /media
mkdir /media
mount -t vboxsf Desktop /media
Now go to /Desktop and get the folder shared from windows through RHEL.
Datapump expdp/impdp utility
Datapump expdp/impdp utility.
Oracle gave two utilities like (exp and imp) and (expdp and impdp) to transport database. After 10g the traditional exp/imp become obsolete and additional method like expdp and impdp was introduced.
Datapump Export (expdp/ impdp)
This is also an ORACLE database external utility,that is used to transfer objects between databases. This utility is started from ORACLE 10g database. This utility also makes dump files of binary formats with database objects, object metadata and their control information. The expdp and impdp commands can be executed in the three ways followed:
How to start Oracle 10g/11g Report Server
Oracle 10g Report Server Configuration: (Windows 7,8.1,10)
Step -1:
- Go to c:\DevSuiteHome_1\reports\conf\rwservlet.properties
- Remove the # Comment and add Server=myrpserv
- Now go to the Command Prompt. e.g. Run> cmd
- Now set the home:
- set ORACLE_HOME=c:\DevSuiteHome_1
- PATH=%ORACLE_HOME%\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jlib;%ORACLE_HOME%\jdk\bin
- Now run the server from CMD.
- C:\DEVSUITEHOME_1\BIN\rwserver server=myrpserv autostart=yes
Oracle 11g Start Oracle Report Server :
Step -1:
How to auto start oc4j from service.
Running Oc4j in Oracle 10g Developer Suite every time is very much irritating for the developers. That's why I am going to solve the problem. I want to run the OC4j from service. When the windows starts the oc4j will automatically starts and will not show any black screen. For that we have to follow the steps described below:
- Download and unziphttp://nssm.cc/release/nssm-2.24.zip
- Extract the zip file to the D drive (suppose).
- Now go to Run>CMD
Subscribe to:
Posts (Atom)