Tags: oracle
Sep
24
Oracle Application Server 10g Installation.pdf more »
Aug
13
Add the following entry to data-sources.xml <data-source class="com.evermind.sql.DriverManagerDataSource" name="jdbc/Oracle" location="jdbc/OracleCoreDS" xa-location="jdbc/xa/OracleXADS" ejb-location="jdbc/OracleDS" connection-driver="oracle.jdbc.dr… more »
Aug
06
select username,created,account_status from dba_users where username like '-----%' order by created more »
Aug
06
create user [username] identified by [password] default tablespace
[tablespace name which has free space acc to statement 8] quota unlimited on [same tablespace name]; more »
Aug
05
alter system set control_files='path.ctl','path.ctl' scope=spfile; more »
Recent comments