One of the best software site .................
http://www.net4you.bg/index_e.html
we can take help from this site.
Wednesday, December 16, 2009
Tuesday, November 10, 2009
Tuesday, October 27, 2009
Monday, October 19, 2009
Comments on table or column
Comment ↑
COMMENT ON TABLE YOUR_TABLE IS 'leave your comment on table.';
COMMENT ON COLUMN YOUR_TABLE.COLUMN_NAME IS 'leave comment on the column.';
link :http://www.solairis.com/projects/notes/oracle.html
COMMENT ON TABLE YOUR_TABLE IS 'leave your comment on table.';
COMMENT ON COLUMN YOUR_TABLE.COLUMN_NAME IS 'leave comment on the column.';
link :http://www.solairis.com/projects/notes/oracle.html
Wednesday, October 14, 2009
Oracle Developer Tools
erp project developed with oracle developer suite 10g by assad
see on this link
http://www.youtube.com/watch?v=KdZC3d11imM
see on this link
http://www.youtube.com/watch?v=KdZC3d11imM
Saturday, April 25, 2009
Operating system user for Host cridentials for EM -Windows
You have to provide the 'Log on as a batch job' privilege:
1. Go to control panel/administrative tools
a. click on "local security policy"
b. click on "local policies"
c. click on "user rights assignments"
d. double click on "log on as a batch job"
e. click on "add" and add the user that was entered in the "normal username" or "privileged username" section of the EM Console.
2. Go to the Preferences link in the EM GUI
a. click on Preferred Credentials (link on the left menu)
b. under "Target Type: Host" click on "set credentials"
c. enter the OS user who has logon as a batch job privilege into the "normal username" and "normal password" fields
3. Test the connectiona.
while in the Set Credentials window,
click on "Test"
1. Go to control panel/administrative tools
a. click on "local security policy"
b. click on "local policies"
c. click on "user rights assignments"
d. double click on "log on as a batch job"
e. click on "add" and add the user that was entered in the "normal username" or "privileged username" section of the EM Console.
2. Go to the Preferences link in the EM GUI
a. click on Preferred Credentials (link on the left menu)
b. under "Target Type: Host" click on "set credentials"
c. enter the OS user who has logon as a batch job privilege into the "normal username" and "normal password" fields
3. Test the connectiona.
while in the Set Credentials window,
click on "Test"
Tuesday, January 27, 2009
Subscribe to:
Posts (Atom)
How to convert MP3 to Text
Download https://github.com/BtbN/FFmpeg-Builds/releases Convert to pure MP3 first & then Split (chatgpt) If the original f...
-
How to create Matrix report / Pivot Report using Oracle BI Publisher Step by step instruction: 1. Make data model using Oracle Reports Dev...
-
ORACLE BI PUBLISHER A. Please learn the steps of creating Matrix report from previous video B. Now we will discuss about Position, Sorting...
-
TO DECLARE/SET A VARIABLE VALUE: ------------------------------- <?xdoxslt:set_variable($_XDOCTX, 'variable name', value)?> ...