0

The following is my template file testing.dbt. I kept it under C:\app\ORCLUSER\product12円.1.0\dbhome_1\assistants\dbca\templates. I'm trying to create it from Oracle 12c (Enterprise) DBCA. When I select create database and choose it. It says, the template file is in invalid template file and it is not in the expected mode. Please help me with this.

This is my testing.dbt file

Marco
3,7205 gold badges25 silver badges31 bronze badges
asked May 24, 2017 at 9:16

2 Answers 2

2

For anyone facing the same problem: the reason of the error "The template data is not in the expected format" may be different interpretation of negative values between the different versions of DBCA.

Deletion of the following tags with negative values in the Testing.dbt attached by OP does the trick:

initSize
blockSize
increment
incrementPercent
minExtendsSize
minExtends
maxExtends
maxSize
uniAllocSize
id
answered Apr 29, 2020 at 3:46
0

It seems there are some bugs related to it.

Possible workaround is to remove following template sections:

- <reuse>true</reuse>
- <Variables>
and ALL <incrementPercent> sections
answered May 26, 2017 at 15:29

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.