Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
96d0154
TimesTen: Initial population
ChrisJ60 Jun 14, 2022
d54ba8d
Work in progress
ChrisJ60 Jun 22, 2022
3406dc6
Finalising workshop instructions etc.
ChrisJ60 Jun 27, 2022
45381cb
QA fixes #1
ChrisJ60 Jun 27, 2022
a7c4e4b
QA fixes #2
ChrisJ60 Jun 27, 2022
a4f9f58
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Jun 27, 2022
98589af
Typo and grammar corrections
ChrisJ60 Jun 28, 2022
7fbb9cd
URL fixup, additional minor tweaks.
ChrisJ60 Jun 28, 2022
381b57d
Minor updates and fixes.
ChrisJ60 Jun 29, 2022
e46870a
Improve connection instructions.
ChrisJ60 Jun 30, 2022
e16ee6f
cleanup migration
klazarz Jul 2, 2022
3e60bcf
Merge remote-tracking branch 'upstream/main'
klazarz Jul 4, 2022
7e41934
clean up after migration
klazarz Jul 4, 2022
07917c6
Merge remote-tracking branch 'upstream/main'
klazarz Jul 4, 2022
ac863b6
Update to README file
ChrisJ60 Jul 5, 2022
56ab688
Various improvements based on feedback.
ChrisJ60 Jul 5, 2022
6c653a4
URL corrections
ChrisJ60 Jul 5, 2022
f33703f
Correcting e-mail address for 'help'
ChrisJ60 Jul 6, 2022
edf52ff
Merge branch 'main' into pr/22
klazarz Jul 6, 2022
eacb4a3
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Jul 6, 2022
90e5e0b
Tiny changes
ChrisJ60 Jul 6, 2022
9afdd7b
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Jul 6, 2022
d366431
Urgent fixes from first round review
ChrisJ60 Jul 6, 2022
10cb320
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Jul 28, 2022
12dee89
Latest changes
ChrisJ60 Aug 22, 2022
f4b0c62
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Aug 22, 2022
bc07ec4
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Aug 22, 2022
e1d7328
Various edits
ChrisJ60 Aug 22, 2022
6f415e2
More changes
ChrisJ60 Aug 24, 2022
112b0b4
Final changes before next review cycle
ChrisJ60 Aug 24, 2022
ae2e18a
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Aug 24, 2022
15e0465
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Aug 24, 2022
c5329e2
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Aug 30, 2022
03f1814
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Aug 30, 2022
fb34002
Fixes and tweaks based on latest review cycle.
ChrisJ60 Aug 30, 2022
7bda3e7
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Sep 1, 2022
03e6241
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Sep 5, 2022
dc013f5
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Sep 21, 2022
8d96a63
Lots of small changes from team wide review.
ChrisJ60 Sep 21, 2022
7dcb9d5
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Sep 22, 2022
fa18619
Merge remote-tracking branch 'upstream/main'
ChrisJ60 Jan 23, 2023
a85e6e4
Updated TimesTen version to match the updated software in the VM
ChrisJ60 Jan 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ drwxr-xr-x. 2 oracle oinstall 4096 May 26 13:10 scripts

## Task 2: Create a TimesTen instance

A TimesTen _installation_ is comprised of the TimesTen software components. An installation is created by unzipping the TimesTen software distribution media into a suitable location. For this workshop, the TimesTen software distribution media has already been unzipped into the directory **/shared/sw** to create a TimesTen installation named **tt22.1.1.3.0**.
A TimesTen _installation_ is comprised of the TimesTen software components. An installation is created by unzipping the TimesTen software distribution media into a suitable location. For this workshop, the TimesTen software distribution media has already been unzipped into the directory **/shared/sw** to create a TimesTen installation named **tt22.1.1.7.0**.

1. List the top level software directory.

Expand All @@ -64,14 +64,14 @@ ls -l /shared/sw

```
total 0
dr-xr-x---. 17 oracle oinstall 277 May 5 22:20 tt22.1.1.3.0
dr-xr-x---. 17 oracle oinstall 277 May 5 22:20 tt22.1.1.7.0
```

2. List the contents of the TimesTen installation top level directory.

```
<copy>
ls -l /shared/sw/tt22.1.1.3.0
ls -l /shared/sw/tt22.1.1.7.0
</copy>
```

Expand Down Expand Up @@ -104,7 +104,7 @@ When it is operational, a TimesTen instance also includes a set of associated pr

```
<copy>
/shared/sw/tt22.1.1.3.0/bin/ttInstanceCreate -location /tt/inst -name ttinst -tnsadmin /shared/tnsadmin
/shared/sw/tt22.1.1.7.0/bin/ttInstanceCreate -location /tt/inst -name ttinst -tnsadmin /shared/tnsadmin
</copy>
```

Expand All @@ -121,7 +121,7 @@ Run the 'setuproot' script :
This will move the TimesTen startup script into its appropriate location.

The 22.1 Release Notes are located here :
'/shared/sw/tt22.1.1.3.0/README.html'
'/shared/sw/tt22.1.1.7.0/README.html'

Instance created successfully.

Expand Down Expand Up @@ -223,7 +223,7 @@ ttVersion
```

```
TimesTen Release 22.1.1.3.0 (64 bit Linux/x86_64) (ttinst:6624) 2022-05-05T19:45:28Z
TimesTen Release 22.1.1.7.0 (64 bit Linux/x86_64) (ttinst:6624) 2022-05-05T19:45:28Z
Instance admin: oracle
Instance home directory: /tt/inst/ttinst
Group owner: oinstall
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Now run the queries against the TimesTen cache:
```

```
info: connected to 'sampledb' (Oracle TimesTen IMDB version 22.1.1.3.0)
info: connected to 'sampledb' (Oracle TimesTen IMDB version 22.1.1.7.0)
info: running queries from file 'queries/query_all.sql'
info: ========================================
info: executing query #1
Expand Down