Oracle HTTP Server (Apache) - Explain how to execute standard CGI-BIN programs
from the Oracle HTTP Server. posted by
Babu Kunwar
Explain how to execute standard CGI-BIN programs from the Oracle HTTP Server.
Oracle HTTP Server recognizes all files in a directory named as a ScriptAlias as
being eligible for execution rather than processing as normal documents. This
applies regardless of the file name, so scripts in a ScriptAlias directory
don't need to be named "*.cgi" or "*.pl" or whatever. In other words, all files
in a ScriptAlias directory are scripts, as far as Oracle HTTP Server Powered by
Apache is concerned. And in order to run the file we need to edit the
httpd.conf. Inside it add the following line: ScriptAlias /cgi-bin/
"/usr/local/apache/cgi-bin/".
More links
Oracle constraints - overview. What are the types of constraints avaialable in
oracle
Explain Oracle "Check" constraint.
Explain Not Null constraint.
Explain primary key constraint.
Explain oracle foreign key constraint.
Explain unique Constraint.
Explain with an example how to alter oracle table constraint...........
|