├── 9781484207383.jpg ├── LICENSE.txt ├── README.md ├── contributing.md └── source_20150125 ├── AppendixA ├── SYSTEM on ORCL.lnk ├── create_users.sql ├── create_users.sub ├── create_users.txt ├── drop_users.sql ├── pe.sql ├── pl.prc └── pl.sql ├── Chapter01 ├── README.txt ├── RPS on ORCL.lnk ├── author_names.sql ├── author_names_before_1940.sql ├── author_publications.tab ├── author_publications.upd ├── author_publications_100.ins ├── author_publications_200.ins ├── author_publications_300.del ├── author_publications_300.ins ├── author_publications_fk1.fkc ├── author_publications_k1.ndx ├── author_publications_pk.pkc ├── authors.tab ├── authors.upd ├── authors_100.ins ├── authors_200.ins ├── authors_300.del ├── authors_300.ins ├── authors_bir.trg ├── authors_pk.pkc ├── authors_publications.vw ├── authors_publications_from_join.sql ├── authors_publications_where_join.sql ├── authors_uk1.ndx ├── authors_uk1.ukc ├── be.sql ├── ci.sql ├── ci.txt ├── cmd.exe.lnk ├── coauthor_publications.sql ├── coauthors.sql ├── create_all.sql ├── create_all.txt ├── ddl_.pkb ├── ddl_.pks ├── desc.sql ├── drop_all.sql ├── fe.sql ├── gender_types.ins ├── gender_types.tab ├── hazard_level_types.ins ├── hazard_level_types.tab ├── logical_assignments.tab ├── logical_workplaces.ins ├── logical_workplaces.tab ├── login.sql ├── pe.sql ├── physical_assignments.tab ├── physical_workplaces.tab ├── pl.prc ├── pl.sql ├── se.sql ├── substances.ins ├── substances.tab ├── task_substances.tab ├── tasks.tab ├── work_assignments.tab ├── work_tasks.tab ├── worker_types.ins ├── worker_types.sql ├── worker_types.tab ├── workers.tab ├── workplace_types.ins ├── workplace_types.tab └── works.tab ├── Chapter02 ├── README.txt ├── RPS on ORCL.lnk ├── anonymous.sql ├── be.sql ├── ci.sql ├── ci.txt ├── cmd.exe.lnk ├── create_all.sql ├── create_all.txt ├── date_.pkb ├── date_.pks ├── ddl_.pkb ├── ddl_.pks ├── desc.sql ├── drop_all.sql ├── fe.sql ├── login.sql ├── number_.pkb ├── number_.pks ├── pe.sql ├── pl.prc ├── pl.sql ├── pl2.sql ├── se.sql ├── to_mmsddsyyyy_or_null.fun ├── to_mmsddsyyyy_or_null.sql ├── to_number_or_null.fun └── wait.prc ├── Chapter03 ├── README.txt ├── RPS on ORCL.lnk ├── be.sql ├── ci.sql ├── ci.txt ├── cmd.exe.lnk ├── create_all.sql ├── create_all.txt ├── ddl_.pkb ├── ddl_.pks ├── desc.sql ├── drop_all.sql ├── fe.sql ├── login.sql ├── multidimensional.sql ├── parameter.pkb ├── parameter.pks ├── parameter.sql ├── pe.sql ├── pl.prc ├── pl.sql ├── record.sql ├── row.sql ├── scope.pkb ├── scope.pks ├── scope.sql ├── se.sql ├── table.sql └── workers_variables.sql ├── Chapter04 ├── README.txt ├── RPS on ORCL.lnk ├── be.sql ├── ci.sql ├── ci.txt ├── cmd.exe.lnk ├── create_all.sql ├── create_all.txt ├── ddl_.pkb ├── ddl_.pks ├── delete.sql ├── desc.sql ├── drop_all.sql ├── fe.sql ├── insert.sql ├── insert_the_doe_family.sql ├── insert_with_handled_exception.sql ├── insert_with_plsql_detection.sql ├── insert_with_plsql_detection_for_update.sql ├── insert_with_sql_detection.sql ├── login.sql ├── multidimensional.sql ├── pe.sql ├── pl.prc ├── pl.sql ├── se.sql ├── select_no_data_found.sql ├── select_the_doe_family.sql ├── select_too_many_rows.sql ├── table.sql └── update_multiple.sql ├── Chapter05 ├── README.txt ├── RPS on ORCL.lnk ├── a_thru_z.ins ├── a_thru_z.tab ├── be.sql ├── bulk_collect_the_doe_family.sql ├── ci.sql ├── ci.txt ├── cmd.exe.lnk ├── create_all.sql ├── create_all.txt ├── cursor_bulk_collect_the_doe_family.sql ├── cursor_for_loop_the_doe_family.sql ├── cursor_the_doe_family.sql ├── ddl_.pkb ├── ddl_.pks ├── desc.sql ├── drop_all.sql ├── fe.sql ├── gender_type.pkb ├── gender_type.pks ├── insert_with_modularity.sql ├── insert_with_plsql_cursor_detection_for_update.sql ├── insert_with_plsql_detection.sql ├── login.sql ├── pe.sql ├── pl.prc ├── pl.sql ├── se.sql ├── top_100_first_names.ins ├── top_100_first_names.tab ├── top_100_last_names.ins ├── top_100_last_names.tab ├── worker.pkb ├── worker.pks ├── worker_type.pkb ├── worker_type.pks ├── workers.ins ├── workers_bulk_collect.ins ├── workers_cursor_for_loop.ins └── workers_forall.ins ├── Chapter06 ├── OPS on ORCL.lnk ├── README.txt ├── be.sql ├── ci.sql ├── ci.txt ├── cmd.exe.lnk ├── create_all.sql ├── create_all.txt ├── date_.pkb ├── date_.pks ├── ddl_.pkb ├── ddl_.pks ├── desc.sql ├── drop_all.sql ├── fe.sql ├── gender_type.pkb ├── gender_type.pks ├── gender_type.tpb ├── gender_type.tps ├── gender_types.ins ├── gender_types.tab ├── gender_typez.sql ├── gender_typez.vw ├── login.sql ├── pe.sql ├── pl.prc ├── pl.sql ├── se.sql ├── worker.tpb ├── worker.tps ├── worker_type.pkb ├── worker_type.pks ├── worker_type.sql ├── worker_type.tpb ├── worker_type.tps ├── worker_types.ins ├── worker_types.sql ├── worker_types.tab ├── worker_typez.vw ├── workers.ins └── workers.tab ├── Chapter07 ├── I needed this to enable debugging in SqlDeveloper.txt ├── OPS on ORCL.lnk ├── README.txt ├── RPS on ORCL.lnk ├── avg_profile.sql ├── avg_profile_2.txt ├── avg_profile_3.txt ├── avg_profile_4.txt ├── avg_profile_ops.debug.sql.txt ├── be.sql ├── ci.sql ├── ci.txt ├── cmd.exe.lnk ├── date_.pkb ├── date_.pks ├── ddl_.pkb ├── ddl_.pks ├── desc.sql ├── drop_all.sql ├── failure.sql ├── fe.sql ├── is_profiler.sql ├── login.sql ├── ops.create_all.sql ├── ops.create_all.txt ├── ops.debug.sql ├── ops.debug.tpb ├── ops.debug.tpb.original ├── ops.debug.tpb.with_wasted_sequence_problem.txt ├── ops.debug.tps ├── ops.debug.tps.original ├── ops.debug.tps.with_wasted_sequence_problem.txt ├── ops.debug_a_session.sql ├── ops.debugger.pkb ├── ops.debugger.pks ├── ops.debugger.sql ├── ops.debugs.tab ├── ord_profile.sql ├── ord_profile_3.txt ├── ord_profile_4.txt ├── pe.sql ├── pl.prc ├── pl.sql ├── profile.sql ├── rps.create_all.sql ├── rps.create_all.txt ├── rps.debug.pkb ├── rps.debug.pks ├── rps.debug.sql ├── rps.debug_a_session.sql ├── rps.debugs.tab ├── rps.workers_ins_insert_w_codes.sql ├── rps.workers_ins_insert_w_codes.sql.pln ├── rps.workers_ins_insert_w_codes_timing.sql ├── rps.workers_ins_insert_w_constants_timing.sql ├── rps.workers_ins_insert_with_constants.sql ├── rps.workers_ins_insert_with_constants.sql.pln ├── run_profile.sql ├── se.sql ├── select_workers_equalto.sql ├── select_workers_equalto.sql.pln ├── select_workers_likepct.sql ├── select_workers_likepct.sql.pln ├── select_workers_pctlikepct.sql ├── select_workers_pctlikepct.sql.pln ├── select_workers_pctlikepct2.sql ├── select_workers_pctlikepct2.sql.pln ├── select_workers_pctlikepcts.sql.pln ├── select_workers_pctlikepcts2.sql.pln ├── success.sql ├── usi.sql └── xp.sql └── MyTools ├── be.sql ├── ci.sql ├── ci.txt ├── ddl_.pkb ├── ddl_.pks ├── desc.sql ├── drop_all.sql ├── fe.sql ├── login.sql ├── pe.sql ├── pl.prc ├── pl.sql └── se.sql /9781484207383.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/9781484207383.jpg -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/README.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/contributing.md -------------------------------------------------------------------------------- /source_20150125/AppendixA/SYSTEM on ORCL.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/AppendixA/SYSTEM on ORCL.lnk -------------------------------------------------------------------------------- /source_20150125/AppendixA/create_users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/AppendixA/create_users.sql -------------------------------------------------------------------------------- /source_20150125/AppendixA/create_users.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/AppendixA/create_users.sub -------------------------------------------------------------------------------- /source_20150125/AppendixA/create_users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/AppendixA/create_users.txt -------------------------------------------------------------------------------- /source_20150125/AppendixA/drop_users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/AppendixA/drop_users.sql -------------------------------------------------------------------------------- /source_20150125/AppendixA/pe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/AppendixA/pl.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/AppendixA/pl.prc -------------------------------------------------------------------------------- /source_20150125/AppendixA/pl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/AppendixA/pl.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/README.txt -------------------------------------------------------------------------------- /source_20150125/Chapter01/RPS on ORCL.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/RPS on ORCL.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_names.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_names.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_names_before_1940.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_names_before_1940.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_publications.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_publications.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_publications.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_publications.upd -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_publications_100.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_publications_100.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_publications_200.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_publications_200.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_publications_300.del: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_publications_300.del -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_publications_300.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_publications_300.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_publications_fk1.fkc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_publications_fk1.fkc -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_publications_k1.ndx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_publications_k1.ndx -------------------------------------------------------------------------------- /source_20150125/Chapter01/author_publications_pk.pkc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/author_publications_pk.pkc -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors.upd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors.upd -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_100.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_100.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_200.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_200.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_300.del: -------------------------------------------------------------------------------- 1 | DELETE FROM authors 2 | WHERE id = 300; 3 | 4 | ROLLBACK; 5 | -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_300.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_300.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_bir.trg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_bir.trg -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_pk.pkc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_pk.pkc -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_publications.vw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_publications.vw -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_publications_from_join.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_publications_from_join.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_publications_where_join.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_publications_where_join.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_uk1.ndx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_uk1.ndx -------------------------------------------------------------------------------- /source_20150125/Chapter01/authors_uk1.ukc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/authors_uk1.ukc -------------------------------------------------------------------------------- /source_20150125/Chapter01/be.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter01/ci.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/ci.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/ci.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_20150125/Chapter01/cmd.exe.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/cmd.exe.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter01/coauthor_publications.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/coauthor_publications.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/coauthors.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/coauthors.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/create_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/create_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/create_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/create_all.txt -------------------------------------------------------------------------------- /source_20150125/Chapter01/ddl_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/ddl_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter01/ddl_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/ddl_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter01/desc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/desc.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/drop_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/drop_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/fe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter01/gender_types.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/gender_types.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/gender_types.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/gender_types.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/hazard_level_types.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/hazard_level_types.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/hazard_level_types.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/hazard_level_types.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/logical_assignments.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/logical_assignments.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/logical_workplaces.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/logical_workplaces.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/logical_workplaces.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/logical_workplaces.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/login.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/login.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/pe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter01/physical_assignments.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/physical_assignments.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/physical_workplaces.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/physical_workplaces.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/pl.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/pl.prc -------------------------------------------------------------------------------- /source_20150125/Chapter01/pl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/pl.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/se.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter01/substances.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/substances.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/substances.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/substances.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/task_substances.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/task_substances.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/tasks.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/tasks.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/work_assignments.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/work_assignments.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/work_tasks.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/work_tasks.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/worker_types.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/worker_types.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/worker_types.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/worker_types.sql -------------------------------------------------------------------------------- /source_20150125/Chapter01/worker_types.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/worker_types.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/workers.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/workers.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/workplace_types.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/workplace_types.ins -------------------------------------------------------------------------------- /source_20150125/Chapter01/workplace_types.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/workplace_types.tab -------------------------------------------------------------------------------- /source_20150125/Chapter01/works.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter01/works.tab -------------------------------------------------------------------------------- /source_20150125/Chapter02/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/README.txt -------------------------------------------------------------------------------- /source_20150125/Chapter02/RPS on ORCL.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/RPS on ORCL.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter02/anonymous.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/anonymous.sql -------------------------------------------------------------------------------- /source_20150125/Chapter02/be.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter02/ci.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/ci.sql -------------------------------------------------------------------------------- /source_20150125/Chapter02/ci.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_20150125/Chapter02/cmd.exe.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/cmd.exe.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter02/create_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/create_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter02/create_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/create_all.txt -------------------------------------------------------------------------------- /source_20150125/Chapter02/date_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/date_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter02/date_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/date_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter02/ddl_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/ddl_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter02/ddl_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/ddl_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter02/desc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/desc.sql -------------------------------------------------------------------------------- /source_20150125/Chapter02/drop_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/drop_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter02/fe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter02/login.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/login.sql -------------------------------------------------------------------------------- /source_20150125/Chapter02/number_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/number_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter02/number_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/number_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter02/pe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter02/pl.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/pl.prc -------------------------------------------------------------------------------- /source_20150125/Chapter02/pl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/pl.sql -------------------------------------------------------------------------------- /source_20150125/Chapter02/pl2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/pl2.sql -------------------------------------------------------------------------------- /source_20150125/Chapter02/se.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter02/to_mmsddsyyyy_or_null.fun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/to_mmsddsyyyy_or_null.fun -------------------------------------------------------------------------------- /source_20150125/Chapter02/to_mmsddsyyyy_or_null.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/to_mmsddsyyyy_or_null.sql -------------------------------------------------------------------------------- /source_20150125/Chapter02/to_number_or_null.fun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/to_number_or_null.fun -------------------------------------------------------------------------------- /source_20150125/Chapter02/wait.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter02/wait.prc -------------------------------------------------------------------------------- /source_20150125/Chapter03/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/README.txt -------------------------------------------------------------------------------- /source_20150125/Chapter03/RPS on ORCL.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/RPS on ORCL.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter03/be.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter03/ci.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/ci.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/ci.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_20150125/Chapter03/cmd.exe.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/cmd.exe.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter03/create_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/create_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/create_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/create_all.txt -------------------------------------------------------------------------------- /source_20150125/Chapter03/ddl_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/ddl_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter03/ddl_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/ddl_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter03/desc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/desc.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/drop_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/drop_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/fe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter03/login.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/login.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/multidimensional.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/multidimensional.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/parameter.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/parameter.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter03/parameter.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/parameter.pks -------------------------------------------------------------------------------- /source_20150125/Chapter03/parameter.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/parameter.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/pe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter03/pl.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/pl.prc -------------------------------------------------------------------------------- /source_20150125/Chapter03/pl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/pl.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/record.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/record.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/row.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/row.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/scope.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/scope.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter03/scope.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/scope.pks -------------------------------------------------------------------------------- /source_20150125/Chapter03/scope.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/scope.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/se.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter03/table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/table.sql -------------------------------------------------------------------------------- /source_20150125/Chapter03/workers_variables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter03/workers_variables.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/README.txt -------------------------------------------------------------------------------- /source_20150125/Chapter04/RPS on ORCL.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/RPS on ORCL.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter04/be.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter04/ci.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/ci.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/ci.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_20150125/Chapter04/cmd.exe.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/cmd.exe.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter04/create_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/create_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/create_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/create_all.txt -------------------------------------------------------------------------------- /source_20150125/Chapter04/ddl_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/ddl_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter04/ddl_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/ddl_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter04/delete.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/delete.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/desc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/desc.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/drop_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/drop_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/fe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter04/insert.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/insert.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/insert_the_doe_family.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/insert_the_doe_family.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/insert_with_handled_exception.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/insert_with_handled_exception.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/insert_with_plsql_detection.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/insert_with_plsql_detection.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/insert_with_plsql_detection_for_update.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/insert_with_plsql_detection_for_update.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/insert_with_sql_detection.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/insert_with_sql_detection.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/login.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/login.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/multidimensional.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/multidimensional.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/pe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter04/pl.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/pl.prc -------------------------------------------------------------------------------- /source_20150125/Chapter04/pl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/pl.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/se.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter04/select_no_data_found.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/select_no_data_found.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/select_the_doe_family.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/select_the_doe_family.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/select_too_many_rows.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/select_too_many_rows.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/table.sql -------------------------------------------------------------------------------- /source_20150125/Chapter04/update_multiple.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter04/update_multiple.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/README.txt -------------------------------------------------------------------------------- /source_20150125/Chapter05/RPS on ORCL.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/RPS on ORCL.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter05/a_thru_z.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/a_thru_z.ins -------------------------------------------------------------------------------- /source_20150125/Chapter05/a_thru_z.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/a_thru_z.tab -------------------------------------------------------------------------------- /source_20150125/Chapter05/be.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter05/bulk_collect_the_doe_family.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/bulk_collect_the_doe_family.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/ci.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/ci.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/ci.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_20150125/Chapter05/cmd.exe.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/cmd.exe.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter05/create_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/create_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/create_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/create_all.txt -------------------------------------------------------------------------------- /source_20150125/Chapter05/cursor_bulk_collect_the_doe_family.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/cursor_bulk_collect_the_doe_family.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/cursor_for_loop_the_doe_family.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/cursor_for_loop_the_doe_family.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/cursor_the_doe_family.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/cursor_the_doe_family.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/ddl_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/ddl_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter05/ddl_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/ddl_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter05/desc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/desc.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/drop_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/drop_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/fe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter05/gender_type.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/gender_type.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter05/gender_type.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/gender_type.pks -------------------------------------------------------------------------------- /source_20150125/Chapter05/insert_with_modularity.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/insert_with_modularity.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/insert_with_plsql_cursor_detection_for_update.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/insert_with_plsql_cursor_detection_for_update.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/insert_with_plsql_detection.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/insert_with_plsql_detection.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/login.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/login.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/pe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter05/pl.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/pl.prc -------------------------------------------------------------------------------- /source_20150125/Chapter05/pl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/pl.sql -------------------------------------------------------------------------------- /source_20150125/Chapter05/se.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter05/top_100_first_names.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/top_100_first_names.ins -------------------------------------------------------------------------------- /source_20150125/Chapter05/top_100_first_names.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/top_100_first_names.tab -------------------------------------------------------------------------------- /source_20150125/Chapter05/top_100_last_names.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/top_100_last_names.ins -------------------------------------------------------------------------------- /source_20150125/Chapter05/top_100_last_names.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/top_100_last_names.tab -------------------------------------------------------------------------------- /source_20150125/Chapter05/worker.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/worker.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter05/worker.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/worker.pks -------------------------------------------------------------------------------- /source_20150125/Chapter05/worker_type.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/worker_type.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter05/worker_type.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/worker_type.pks -------------------------------------------------------------------------------- /source_20150125/Chapter05/workers.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/workers.ins -------------------------------------------------------------------------------- /source_20150125/Chapter05/workers_bulk_collect.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/workers_bulk_collect.ins -------------------------------------------------------------------------------- /source_20150125/Chapter05/workers_cursor_for_loop.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/workers_cursor_for_loop.ins -------------------------------------------------------------------------------- /source_20150125/Chapter05/workers_forall.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter05/workers_forall.ins -------------------------------------------------------------------------------- /source_20150125/Chapter06/OPS on ORCL.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/OPS on ORCL.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter06/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/README.txt -------------------------------------------------------------------------------- /source_20150125/Chapter06/be.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter06/ci.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/ci.sql -------------------------------------------------------------------------------- /source_20150125/Chapter06/ci.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_20150125/Chapter06/cmd.exe.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/cmd.exe.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter06/create_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/create_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter06/create_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/create_all.txt -------------------------------------------------------------------------------- /source_20150125/Chapter06/date_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/date_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter06/date_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/date_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter06/ddl_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/ddl_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter06/ddl_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/ddl_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter06/desc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/desc.sql -------------------------------------------------------------------------------- /source_20150125/Chapter06/drop_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/drop_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter06/fe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter06/gender_type.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/gender_type.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter06/gender_type.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/gender_type.pks -------------------------------------------------------------------------------- /source_20150125/Chapter06/gender_type.tpb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/gender_type.tpb -------------------------------------------------------------------------------- /source_20150125/Chapter06/gender_type.tps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/gender_type.tps -------------------------------------------------------------------------------- /source_20150125/Chapter06/gender_types.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/gender_types.ins -------------------------------------------------------------------------------- /source_20150125/Chapter06/gender_types.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/gender_types.tab -------------------------------------------------------------------------------- /source_20150125/Chapter06/gender_typez.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/gender_typez.sql -------------------------------------------------------------------------------- /source_20150125/Chapter06/gender_typez.vw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/gender_typez.vw -------------------------------------------------------------------------------- /source_20150125/Chapter06/login.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/login.sql -------------------------------------------------------------------------------- /source_20150125/Chapter06/pe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter06/pl.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/pl.prc -------------------------------------------------------------------------------- /source_20150125/Chapter06/pl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/pl.sql -------------------------------------------------------------------------------- /source_20150125/Chapter06/se.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker.tpb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker.tpb -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker.tps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker.tps -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker_type.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker_type.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker_type.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker_type.pks -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker_type.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker_type.sql -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker_type.tpb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker_type.tpb -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker_type.tps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker_type.tps -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker_types.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker_types.ins -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker_types.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker_types.sql -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker_types.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker_types.tab -------------------------------------------------------------------------------- /source_20150125/Chapter06/worker_typez.vw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/worker_typez.vw -------------------------------------------------------------------------------- /source_20150125/Chapter06/workers.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/workers.ins -------------------------------------------------------------------------------- /source_20150125/Chapter06/workers.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter06/workers.tab -------------------------------------------------------------------------------- /source_20150125/Chapter07/I needed this to enable debugging in SqlDeveloper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/I needed this to enable debugging in SqlDeveloper.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/OPS on ORCL.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/OPS on ORCL.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter07/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/README.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/RPS on ORCL.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/RPS on ORCL.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter07/avg_profile.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/avg_profile.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/avg_profile_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/avg_profile_2.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/avg_profile_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/avg_profile_3.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/avg_profile_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/avg_profile_4.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/avg_profile_ops.debug.sql.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/avg_profile_ops.debug.sql.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/be.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter07/ci.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ci.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/ci.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_20150125/Chapter07/cmd.exe.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/cmd.exe.lnk -------------------------------------------------------------------------------- /source_20150125/Chapter07/date_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/date_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter07/date_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/date_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter07/ddl_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ddl_.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter07/ddl_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ddl_.pks -------------------------------------------------------------------------------- /source_20150125/Chapter07/desc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/desc.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/drop_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/drop_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/failure.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/failure.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/fe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter07/is_profiler.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/is_profiler.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/login.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/login.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.create_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.create_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.create_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.create_all.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debug.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debug.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debug.tpb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debug.tpb -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debug.tpb.original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debug.tpb.original -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debug.tpb.with_wasted_sequence_problem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debug.tpb.with_wasted_sequence_problem.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debug.tps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debug.tps -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debug.tps.original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debug.tps.original -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debug.tps.with_wasted_sequence_problem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debug.tps.with_wasted_sequence_problem.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debug_a_session.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debug_a_session.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debugger.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debugger.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debugger.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debugger.pks -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debugger.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debugger.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/ops.debugs.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ops.debugs.tab -------------------------------------------------------------------------------- /source_20150125/Chapter07/ord_profile.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ord_profile.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/ord_profile_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ord_profile_3.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/ord_profile_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/ord_profile_4.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/pe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter07/pl.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/pl.prc -------------------------------------------------------------------------------- /source_20150125/Chapter07/pl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/pl.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/profile.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/profile.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.create_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.create_all.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.create_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.create_all.txt -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.debug.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.debug.pkb -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.debug.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.debug.pks -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.debug.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.debug.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.debug_a_session.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.debug_a_session.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.debugs.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.debugs.tab -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.workers_ins_insert_w_codes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.workers_ins_insert_w_codes.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.workers_ins_insert_w_codes.sql.pln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.workers_ins_insert_w_codes.sql.pln -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.workers_ins_insert_w_codes_timing.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.workers_ins_insert_w_codes_timing.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.workers_ins_insert_w_constants_timing.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.workers_ins_insert_w_constants_timing.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.workers_ins_insert_with_constants.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.workers_ins_insert_with_constants.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/rps.workers_ins_insert_with_constants.sql.pln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/rps.workers_ins_insert_with_constants.sql.pln -------------------------------------------------------------------------------- /source_20150125/Chapter07/run_profile.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/run_profile.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/se.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_equalto.sql: -------------------------------------------------------------------------------- 1 | select * 2 | from WORKERS 3 | where name = 'DOE, JOHN J.' 4 | order by 1; 5 | -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_equalto.sql.pln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/select_workers_equalto.sql.pln -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_likepct.sql: -------------------------------------------------------------------------------- 1 | select * 2 | from WORKERS 3 | where name like 'DOE%' 4 | order by 1; 5 | -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_likepct.sql.pln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/select_workers_likepct.sql.pln -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_pctlikepct.sql: -------------------------------------------------------------------------------- 1 | select * 2 | from WORKERS 3 | where name like '%DOE%' 4 | order by 1; 5 | -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_pctlikepct.sql.pln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/select_workers_pctlikepct.sql.pln -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_pctlikepct2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/select_workers_pctlikepct2.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_pctlikepct2.sql.pln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/select_workers_pctlikepct2.sql.pln -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_pctlikepcts.sql.pln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/select_workers_pctlikepcts.sql.pln -------------------------------------------------------------------------------- /source_20150125/Chapter07/select_workers_pctlikepcts2.sql.pln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/select_workers_pctlikepcts2.sql.pln -------------------------------------------------------------------------------- /source_20150125/Chapter07/success.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/success.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/usi.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/usi.sql -------------------------------------------------------------------------------- /source_20150125/Chapter07/xp.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/Chapter07/xp.sql -------------------------------------------------------------------------------- /source_20150125/MyTools/be.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/MyTools/ci.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/MyTools/ci.sql -------------------------------------------------------------------------------- /source_20150125/MyTools/ci.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_20150125/MyTools/ddl_.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/MyTools/ddl_.pkb -------------------------------------------------------------------------------- /source_20150125/MyTools/ddl_.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/MyTools/ddl_.pks -------------------------------------------------------------------------------- /source_20150125/MyTools/desc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/MyTools/desc.sql -------------------------------------------------------------------------------- /source_20150125/MyTools/drop_all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/MyTools/drop_all.sql -------------------------------------------------------------------------------- /source_20150125/MyTools/fe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/MyTools/login.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/MyTools/login.sql -------------------------------------------------------------------------------- /source_20150125/MyTools/pe.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | -------------------------------------------------------------------------------- /source_20150125/MyTools/pl.prc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/MyTools/pl.prc -------------------------------------------------------------------------------- /source_20150125/MyTools/pl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/beg-oracle-pl-sql/HEAD/source_20150125/MyTools/pl.sql -------------------------------------------------------------------------------- /source_20150125/MyTools/se.sql: -------------------------------------------------------------------------------- 1 | show errors 2 | --------------------------------------------------------------------------------