├── csv_files.zip ├── errata.md ├── examples ├── Chapter 01.sql ├── Chapter 02.sql ├── Chapter 03.sql ├── Chapter 04.sql ├── Chapter 05.sql ├── Chapter 06.sql ├── Chapter 07.sql ├── Chapter 08.sql ├── Chapter 09.sql ├── Chapter 10.sql ├── Chapter 11.sql ├── Chapter 12.sql ├── Chapter 13.sql ├── Chapter 14.sql ├── Chapter 15.sql ├── Chapter 16.sql ├── Chapter 17.sql ├── Chapter 18.sql ├── Chapter 19.sql ├── Chapter 20.sql ├── Chapter 21.sql ├── Performance.sql ├── presentations │ ├── Chapter 16 - Pro Oracle SQL Development - 2nd edition.pdf │ ├── Chapter 16 - Pro Oracle SQL Development.pdf │ └── Practical Algorithm Analysis for Oracle Developers - Collaborate - 2019_281_Heller.pptx └── readme.md ├── oracle_create_space.sql.zip ├── postgres_create_space.sql ├── raw_data ├── code │ ├── generate_space_data.sql │ ├── readme.md │ └── space_exporter.pck ├── satcat.zip └── sdb.tar.gz └── readme.md /csv_files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/csv_files.zip -------------------------------------------------------------------------------- /errata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/errata.md -------------------------------------------------------------------------------- /examples/Chapter 01.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 01.sql -------------------------------------------------------------------------------- /examples/Chapter 02.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 02.sql -------------------------------------------------------------------------------- /examples/Chapter 03.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 03.sql -------------------------------------------------------------------------------- /examples/Chapter 04.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 04.sql -------------------------------------------------------------------------------- /examples/Chapter 05.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 05.sql -------------------------------------------------------------------------------- /examples/Chapter 06.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 06.sql -------------------------------------------------------------------------------- /examples/Chapter 07.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 07.sql -------------------------------------------------------------------------------- /examples/Chapter 08.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 08.sql -------------------------------------------------------------------------------- /examples/Chapter 09.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 09.sql -------------------------------------------------------------------------------- /examples/Chapter 10.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 10.sql -------------------------------------------------------------------------------- /examples/Chapter 11.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 11.sql -------------------------------------------------------------------------------- /examples/Chapter 12.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 12.sql -------------------------------------------------------------------------------- /examples/Chapter 13.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 13.sql -------------------------------------------------------------------------------- /examples/Chapter 14.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 14.sql -------------------------------------------------------------------------------- /examples/Chapter 15.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 15.sql -------------------------------------------------------------------------------- /examples/Chapter 16.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 16.sql -------------------------------------------------------------------------------- /examples/Chapter 17.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 17.sql -------------------------------------------------------------------------------- /examples/Chapter 18.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 18.sql -------------------------------------------------------------------------------- /examples/Chapter 19.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 19.sql -------------------------------------------------------------------------------- /examples/Chapter 20.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 20.sql -------------------------------------------------------------------------------- /examples/Chapter 21.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Chapter 21.sql -------------------------------------------------------------------------------- /examples/Performance.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/Performance.sql -------------------------------------------------------------------------------- /examples/presentations/Chapter 16 - Pro Oracle SQL Development - 2nd edition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/presentations/Chapter 16 - Pro Oracle SQL Development - 2nd edition.pdf -------------------------------------------------------------------------------- /examples/presentations/Chapter 16 - Pro Oracle SQL Development.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/presentations/Chapter 16 - Pro Oracle SQL Development.pdf -------------------------------------------------------------------------------- /examples/presentations/Practical Algorithm Analysis for Oracle Developers - Collaborate - 2019_281_Heller.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/presentations/Practical Algorithm Analysis for Oracle Developers - Collaborate - 2019_281_Heller.pptx -------------------------------------------------------------------------------- /examples/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/examples/readme.md -------------------------------------------------------------------------------- /oracle_create_space.sql.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/oracle_create_space.sql.zip -------------------------------------------------------------------------------- /postgres_create_space.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/postgres_create_space.sql -------------------------------------------------------------------------------- /raw_data/code/generate_space_data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/raw_data/code/generate_space_data.sql -------------------------------------------------------------------------------- /raw_data/code/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/raw_data/code/readme.md -------------------------------------------------------------------------------- /raw_data/code/space_exporter.pck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/raw_data/code/space_exporter.pck -------------------------------------------------------------------------------- /raw_data/satcat.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/raw_data/satcat.zip -------------------------------------------------------------------------------- /raw_data/sdb.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/raw_data/sdb.tar.gz -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProOracleSQL/space/HEAD/readme.md --------------------------------------------------------------------------------