I want to upgrade Apex 2.1 on Oracle 10g on windows 7. But, I couldn't find an easy to do solution or document on web. Any advice for upgrade ? Thanks in advance.
I couldn't understand how I will use sql plus. I have it. By the way, I can not connect with the user sys as a DBA in sqlplus, is it normal? Thanks in advance.
gatorvip
>>By the way, I can not connect with the user sys as a DBA in sqlplus, is it normal?
Earlier you said
>>I connected sql*plus as a sysdba as sys.
So which is it?
You need to run the APEX installation package via sqlplus
A conflict :), I connected sql*plus as a sysdba in plsql developer; but I couldn't connect sql*plus as a sysdba in SQL developer program which I downloaded from the link written in the documentation you suggested. Sorry for conflicts in words.
serefbilge
ASKER
I think I should change my working directory, how can I do this?
serefbilge
ASKER
Sorry gatorvip, I realized that I can not connect sql*plus as a sysdba in plsql developer. What can possible reasons be?
It seemed that I had connected, but I realized that I can not connect when I saw this:
Application Express installation requires a connection with the SYSDBA privilege.
begin
if 'NOSYSDBA' = 'NOSYSDBA' then
dbms_output.put_line('Application Express installation requires a connection with the SYSDBA privilege.');
execute immediate 'bogus statement to force exit';
end if;
end;
ORA-00900: invalid SQL statement
ORA-06512: at line 4
By the way, I learned the problem. I connected using command window, then I connected as sysdba; and I solved the working directory problem, by writing the directory after @ like:
I closed with B, because these answers weren't enough to solve my problem easily, and I solve my problems with more effort. Thanks everyone for their helps.
SQL> @apexins SYSAUX SYSAUX TEMP /i/
Error reading file
SQL> @C:\Users\Serafettin\Deskt
Error reading file
what is the problem?