cancel
Showing results for 
Search instead for 
Did you mean: 

System copy - tablespace creation error

0 Kudos

while performing system copy in solaris SPARC with oracle DB, ran into an issue with extension of tablespace.

brtools is failing with error:

BR1304E Checking SAP license failed at location BrLicCheck-109

BR0602E No valid SAP license found - please contact SAP

How can i fix this?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member246431
Participant
0 Kudos

Hi,

had the same problem at a system copy. I extended the tablespace in oracle (SQLPlus).

Example:

ALTER TABLESPACE lmtbsb
   ADD DATAFILE '/u02/oracle/data/lmtbsb02.dbf' SIZE 1M;

You have to create the directories bevor.

The installation continued and at the end the brtools error disapeard.

Best regards

Lukas