Multiloquent 6.3.3 changelog
Changelog development c59c382 - code formatting development 9b51dc2 - version bump for wordpress submit development 15b3e3b - change for text inside the wee side-links development 662767b - test development 9dcebd0…
Changelog development c59c382 - code formatting development 9b51dc2 - version bump for wordpress submit development 15b3e3b - change for text inside the wee side-links development 662767b - test development 9dcebd0…
Last night was bad, windy and raining all night, so we didnt wake till 10:30. when we did get up we had decided not to walk down to kingarth and…
08:00: we started at partick, tried to get a full breakfast at morissons, it was shut, so we got the train to central. 08:30 went to costa in central station,…
M-business Security Threats: Device as an attack vector with mobile devices widespread they are commonly being used as attack vectors Virii While not many viruses exist for mobile devices themselves,…
Oracle process overview. There are 3 types of oracle processes: USER processes SERVER processes BACKGROUND processes User connected to a user application (eg sql*plus) controls the application associated with an…
Oracle forms overview. Oracle internet platform consists of 3 components: oracle application server (forms service + OC4J) oracle developer suite (forms developer + object navigator + form module) oracle database…
This is a basic oracle procedure with cursor: DECLARE CURSOR my_cursor IS SELECT * FROM table_a LEFT JOIN table_b ON a.x = b.x BEGIN FOR things IN my_cursor LOOP --…
Oracle instead of triggers, and why you need them: You cant update a view if it contains:group byorder byanalytical /aggregate functionssubqueriesjoins You then need an 'instead of' trigger CREATE TRIGGER…
Oracle logical structures Oracle logical structures can be summarised by the following: Schema. Tablespace. Datablock. Redo log. Schema collection of objects (table, view, etc) owned by db user name is…