Skip to content

Commit 5a60546

Browse files
authored
Documentation cleanup and version bumps (#210)
1 parent 33f26bc commit 5a60546

File tree

6 files changed

+12
-15
lines changed

6 files changed

+12
-15
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 4.0.0
33
commit = True
44
tag = False
55

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ clean-collector:
6161

6262
.PHONY: build-collector
6363
build-collector: clean-collector ## Build the collector SQL scripts.
64-
@echo "=> Building Advisor Data Collection Scripts for Oracle version $(VERSION)..."
64+
@echo "=> Building Assessment Data Collection Scripts for Oracle version $(VERSION)..."
6565
mkdir -p $(BUILD_DIR)/collector/oracle/sql/extracts
6666
cp scripts/collector/oracle/sql/*.sql $(BUILD_DIR)/collector/oracle/sql
6767
cp scripts/collector/oracle/sql/*.sed $(BUILD_DIR)/collector/oracle/sql

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Database Migration Advisor
1+
# Database Migration Assessment
22

33

44
## Features
@@ -10,10 +10,7 @@
1010

1111
## Getting Started
1212

13-
- Grab the collection scripts from the latest release [here](https://github.com/GoogleCloudPlatform/oracle-database-assessment/releases/latest/download/collection_scripts.tar.bz2). Instructions for execution are included in the bundled README.
13+
- Grab the collection scripts from the latest release [here](https://github.com/GoogleCloudPlatform/oracle-database-assessment/releases/latest/download/db-migration-assessment-collection-scripts-oracle.tar.bz2). Instructions for execution are included in the bundled README.
1414
- Execute collection scripts against targeted database environments.
1515
- Return archived output from scripts for processing.
1616
- For detailed instructions, please refer to the our [official documentation](https://googlecloudplatform.github.io/oracle-database-assessment/) for more information.
17-
18-
19-
> :microscope: **Looking for the previous documentation?** You can find it [here](README_ORIGINAL.md)

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Database Migration Advisor
1+
# Database Migration Assessment
22

33
## Moving Oracle Workloads to Google Cloud
44

@@ -9,6 +9,6 @@
99

1010
## Quick Start
1111

12-
Grab the collection scripts from the latest release [here](https://github.com/GoogleCloudPlatform/oracle-database-assessment/releases/latest/download/collection_scripts.tar.bz2).
12+
Grab the collection scripts from the latest release [here](https://github.com/GoogleCloudPlatform/oracle-database-assessment/releases/latest/download/db-migration-assessment-collection-scripts-oracle.tar.bz2).
1313

1414
Instructions for execution are included in the README bundled with the collection scripts.

scripts/collector/oracle/README.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
README
22
======
3-
Instructions on how to prepare and run Google Database Migration Advisor Data Extractor to extract the data required
4-
for analysis by Database Migration Advisor.
3+
Instructions on how to prepare and run Google Database Migration Assessment Data Extractor to extract the data required
4+
for analysis by Database Migration Assessment.
55

66
1. Background
77
-------------
88

99
This utility extracts metadata about the tables, partitions and SQL workload in a database into CSV files.
10-
These CSV files are then used by Database Migration Advisor internally to analyze the data with Google Database Migration Advisor.
10+
These CSV files are then used by Database Migration Assessment internally to analyze the data with Google Database Migration Assessment.
1111

1212
a) License Requirements
1313
-----------------------
14-
!!! IMPORTANT !!! Google Database Migration Advisor accesses DBA_HIST% views that are licensed
14+
!!! IMPORTANT !!! Google Database Migration Assessment accesses DBA_HIST% views that are licensed
1515
separately under the Oracle Diagnostics Pack and DBMS_SQLTUNE/DBMS_SQL_MONITOR packages
1616
to generate Real-Time SQL Monitoring reports that are licensed separately under the
1717
Oracle Tuning Pack. Please ensure you have the correct licenses to run this utility.
@@ -132,7 +132,7 @@ for analysis by Database Migration Advisor.
132132
c) Follow the prompt at the end of the warning message to either continue or cancel the execution
133133

134134
Notes:
135-
1) Google Database Migration Advisor Data Extractor extracts data for the entire database. In multitenant
135+
1) Google Database Migration Assessment Data Extractor extracts data for the entire database. In multitenant
136136
CDB databases, you must connect to the container database. Running this from within a
137137
pluggable database will not collect the proper data.
138138

scripts/collector/oracle/collect-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232
if [ ! -d ${OUTPUT_DIR} ]; then
3333
mkdir -p ${OUTPUT_DIR}
3434
fi
35-
OpVersion="3.1.0"
35+
OpVersion="4.0.0"
3636
### Import logging & helper functions
3737
#############################################################################
3838

0 commit comments

Comments
 (0)