plsql ORACLE bład: The page cannot be found

0

Witam, mam problem z oraclem...

Nie wyswietla mi nic w przegladarce ;o

Pisze PL/SQL procedure successfully completed ,Package created, a w przegladarce lipa ;/ listener wydaje mi sie że dobrze skonfigurowany tutaj podaje co w nim jest:

# listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
      (PROGRAM = extproc)
    )
  )

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
      (ADDRESS = (PROTOCOL = TCP)(HOST = ORA01)(PORT = 1521))
    )
    (DESCRIPTION=
      (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=8080))(Presentation=HTTP)(Session=RAW)
    )
    (DESCRIPTION=
      (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=2100))(Presentation=FTP)(Session=RAW)
    )
  )

 

To moje pierwsze proby, a juz nic nie wychodzi ma ktos jakis pomysl?

0

Jaki związek ma "Page cannot be found" z bazą danych?

0

chcialem zrobic np takie cos: create procedure demo is
begin
htp.htmlOpen;
htp.headOpen;
htp.title('Moja pierwsza procedura');
htp.headClose;
htp.bodyOpen;
htp.print('Ten tekst pojawi się w przeglądarce');
htp.bodyClose;
htp.htmlClose;
end;

i w przegladarce powinno wyswietlic a tu nic
0

od 3 dni sie z tym mecze juz na kilku komputerach probowalem i nic ;/ nie mam zielonego pojecia co robie nie tak jest ktos tu ogarniety? czy tylko tacy jak ja co potrzebuja pomocy ;o

0

A co ci wyswietla status.?

0

Ale może napisz, co Ty w ogóle próbujesz osiągnąć. Stworzyłeś jakąś procedurę w plsqlu, ok. Jaki to ma związek z wyświetlaniem jakiejś strony w przeglądarce?

0

jak sprawdzić ten status?

0
 LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 08-JUN-2014 08:47
:38

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
ction
Start Date                08-JUN-2014 08:45:49
Uptime                    0 days 0 hr. 1 min. 48 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   C:\oracle\product\10.2.0\db_1\network\admin\listener.o
ra
Listener Log File         C:\oracle\product\10.2.0\db_1\network\log\listener.log

Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ORA01)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=
HTTP)(Session=RAW))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "ora01" has 1 instance(s).
  Instance "ora01", status READY, has 1 handler(s) for this service...
Service "ora01XDB" has 1 instance(s).
  Instance "ora01", status READY, has 1 handler(s) for this service...
Service "ora01_XPT" has 1 instance(s).
  Instance "ora01", status READY, has 1 handler(s) for this service...
The command completed successfully 
0

no to błąd już znasz: Instance "PLSExtProc", status UNKNOWN, teraz poszukaj na sieci rozwiazania, moze startujesz instancje bazy a potem listener zamiast odwrotnie ale nie wiem na windowsie to nie ogarniam.

1 użytkowników online, w tym zalogowanych: 0, gości: 1