select owner, table_name, tablespace_name
from dba_tables
group by owner,table_name, tablespace_name
Execute your life day to day...you might not know what u're dropping ...-Cik Peah
UPDATE GBL_MOUPROGRESS_DTL
SET STATUS = STATUS_,
LASTMODIFIEDBY = LASTMODIFIEDBY_,
LASTMODIFIEDDATE = SYSDATE
WHERE MOUPROGRESSID IN (
SELECT gbl_mou_mst.mouid
FROM gbl_mou_mst gbl_mou_mst
WHERE ( (gbl_mou_mst.status = WHERESTATUS_)
AND (gbl_mou_mst.branchid = BRANCHID_)
AND (gbl_mou_mst.ownertype = OWNERTYPE_)
AND (gbl_mou_mst.ownerid = OWNERID_)
)
);
How?
select civilantid,max(sys_connect_by_path(combinedoc, ' ')) documentno
from ( select civilantid,civdoc, documentno, (documenttype ', ' documentno) combinedoc,
row_number() over(partition by civilantid order by civdoc) rn
from gbl_civdoc_dtl where civilantid = 17)
start with rn = 1
connect by prior rn = rn-1 and prior civilantid = civilantid
group by civilantid
order by civilantid
To manipulate the given data, I did use the Split function in PHP...emm that was like 2 years ago..:)
Hi..my name if Fiza a.k.a Peah..I have involved in the software development world for almost 10 years now. I do freelance once in a while to keep up with the technology and I can be labeled as a free-thinker in the IT world..I did vb6, asp, php..involved in several databases mysql, postgresql, sql server...currently i am kinda in tact with oracle..Of all the above, I have deep interest in manipulating triggers, packages, functions, stored procedures...in any required dbms...and I also found that MOSS is fun to be discovered..
Usually works closely with a team of developers and gets more involved in design decisions, giving advice on performance and writing good SQL. That can be satisfying at a human level because you are part of a team and you share the satisfaction of the team's accomplishments.
Is responsible for maintaining Databases within an organisation, so it is a very difficult and demanding job. He or she, often gets involved when all the design decisions have been made, and has simply to keep things up and running.
Therefore, of course, it is also a rewarding job, both financially and in terms of job satisfaction. But it's a more 'lonely' job than being a Development DBA.