Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

datenübername von html in oracle db

Empfohlene Antworten

Veröffentlicht

hi,

ich will daten aus einem html-formular in eine oracle datenbank speichern. wie kann ich das mit java oder ähnlichem machen?

mfg

trc

Hast du diese HTML Formulare auf einem Webserver liegen? Mit PHP kann man nämlich zum Beispiel von einem Webserver aus mit Datenbanken kommunizieren. Dort hat man bestimmte funktionen für alle möglichen Typen MySQL, Oracle.....

Ist auch net schwer, wenn du nur ein kleines bißchen HTML kannst und irgendwann schonmal eine höhere Programmierstprache gelernt hast.

Die andere Möglichkeit wären JavaServer Pages (JSP) - ist allerdings schwieriger als PHP.

Für die JSP´s brauchst du aber einen geeigneten WebServer.

Snowghost

Hi,

du kannst auch einfacher gehen... :-)

angenommen, du hasst die Oracle Intermedia auch installiert...

dann:

create table mytable(

id number primary key,

filename varchar2(60))

/

insert into mytable values(111000, 'c:\temp\test.txt')

/

commit;

create index myindex on mytable(filename)

indextype is ctxsys.context

parameters ('DATASTORE CTXSYS.FILE_DATASTORE')

/

oder:

CREATE TABLE URL_ds

(id number(8) PRIMARY KEY,

url varchar2(60))

/

INSERT INTO url_ds VALUES (1000, ' http://www.oracle.com/oramag/index.html');

commit;

CREATE INDEX idt_url_ds on url_ds (url)

INDEXTYPE IS CTXSYS.CONTEXT

PARAMETERS ('DATASTORE CTXSYS.URL_DATASTORE')

/

oder...

du sagst genauer auf welche Weise du die Datei da haben moechtest...

intern, extern mit suche ohne suche indeziert oder nur als CLOB mit Beinbruch ueber Java.

Gruesse

Denise

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.