initial commit

This commit is contained in:
Wolf G. Beckmann
2026-04-27 14:57:33 +02:00
commit 1816168d1f
60 changed files with 4615 additions and 0 deletions

10
env/aidev_env.bat vendored Normal file
View File

@@ -0,0 +1,10 @@
@echo off
set dbuser=wksp_ai
set dbpasswd=s!)löyx209aasgtrasdasiudkash5235FDSXljLJ
set dbsid=freepdb1
set dbhost=10.75.10.171
set dbport=32710
set dbconnect=%dbuser%/%dbpasswd%@%dbhost%:%dbport%/%dbsid%
set NLS_LANG=GERMAN_GERMANY.AL32UTF8
chcp 65001