Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oracle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
oracle
Commits
1c4694d4
Commit
1c4694d4
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
SV-132953 Update credentials for new Oracle 18
parent
0b14b1da
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/backup.sh.j2
+1
-1
1 addition, 1 deletion
templates/backup.sh.j2
with
1 addition
and
1 deletion
templates/backup.sh.j2
+
1
−
1
View file @
1c4694d4
...
...
@@ -8,4 +8,4 @@ NOW=$(date +"%Y-%b-%d")
dumpName
=
"/var/backups/oracle/"
$schemaName
"_"
$NOW
".dmp"
logName
=
"/var/backups/oracle/"
$schemaName
"_"
$NOW
".log"
$ORACLE_HOME
/bin/exp system/
{{
o
racle
_password
}}
FILE
=
$dumpName
OWNER
=
$schemaName
LOG
=
$logName
STATISTICS
=
None
$ORACLE_HOME
/bin/exp system/
/O
racle
18@localhost/xepdb1
FILE
=
$dumpName
OWNER
=
$schemaName
LOG
=
$logName
STATISTICS
=
None
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment