Я пытаюсь установить Informatica IDQ на Windows 7 64-bit.Я создал bigfiles, но по-прежнему не получаю ошибку содержимого.У меня есть Oracle, и я использовал следующий запрос для создания большого файла.
create BIGFILE TABLESPACE CMX_DATA
NOLOGGING
DATAFILE 'C:\oraclexe\app\oracle\oradata\XE\CMX_DATA1.dbf' SIZE 3000M REUSE
EXTENT MANAGEMENT LOCAL;
, но я все еще получаю ошибку ora_01658 unable to create INITIAL extent for segment
.
Could not execute action...
The requested operation could not be performed due to the following error : [PERSISTENCEAPI_0307]
[DBPERSISTER_2015] Failed to upgrade the Model repository. This was caused by [PERSISTENCEAPI_0307]
[DBPERSISTER_2015] Failed to upgrade the Model repository. This was caused by [PERSISTENCEAPI_0307]
[DBPERSISTER_0017] Failed to create table '"IDQMRS".PO_ISPLONG.'
Verify that a table with the same name does not exist and that the database user has sufficient privileges.
This was caused by [informatica][Oracle JDBC Driver][Oracle]
ORA-01658: unable to create INITIAL extent for segment in tablespace SYSTEM