Oracle is an RDBMS product.
I am using Linux, Oracle10g. I have created one user called test. and granted create session and select any …
oracle security oracle10g user-accountsI want to check SID and current database name. I am using following query for checking oracle SID select instance …
oracle oracle10gI have the table with 1 column and has following data Status a1 i t a2 a3 I want to display …
sql oracle oracle10gHow can I insert into table with different input using / ,with date datatype? insert into run(id,name,dob)values(&…
sql oracle datetime oracle10g date-formattingWhen executing the following code, it just says the procedure is completed and doesn't print the infomation i want it …
plsql oracle10g sqlplus dbms-outputI am using oracle database. i want to execute one query to check the data between two dates. NAME START_…
sql oracle oracle10g where-clause date-arithmeticHi I have simply select and works great: select 'CARAT Issue Open' issue_comment, i.issue_id, i.issue_status, …
sql oracle select if-statement oracle10gI'd like to write a SELECT statement that uses just one test to return columns with no value (null, empty, …
sql oracle oracle10g