If you want to enlarge the log segment, you can use
alter database HCP log on HCP_log_001 = "10G"
The problem you reported originally was only a shortage of space on the data segment, though. There may be no need to enlarge the log segment.
If you want to enlarge the log segment, you can use
alter database HCP log on HCP_log_001 = "10G"
The problem you reported originally was only a shortage of space on the data segment, though. There may be no need to enlarge the log segment.