firebird metadata security de0 码力 | 20 页 | 127.60 KB | 1 年前3
firebird 30 sprachreferenz5.1. DATABASE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 5.1.1. CREATE DATABASE . . . 92 5.1.2. ALTER DATABASE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 5.1.3. DROP DATABASE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 640 RDB$DATABASE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 701 页 | 3.12 MB | 1 年前3
Firebird 2 QuickStart GermanAufruf von gsec die folgende Fehlermel- dung zur Folge hat „cannot attach to password database - unable to open database“: • Sie verwenden Firebird unter Windows und aus einem bestimmtem Grund funktioniert Aufruf von gsec hinzu. Wenn nötig, passen Sie den Pfad an: -database "localhost:C:\Programme\Firebird\Firebird_2_0\security2.fdb" Die Datei security2.fdb ist die Sicherheits (Benutzer) Datenbank, in der Firebird Ihrem Firebird Installationsverzeichnis. • Womöglich ist Ihre Sicherheitsdatenbank eine umbenannte security.fdb von Firebird 1.5. Dies kann natürlich nicht der Fall unmittelbar nach der Installation sein0 码力 | 37 页 | 207.22 KB | 1 年前3
PlantUML 1.2023.11 Sprachreferenzverwenden: • actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 Foo1 -> Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml Teilnehmer können mittels as umbenannt werden. PlantUML Sprachreferenz (1.2023.11) 2 / Anwendungsfälle mit den << und >> Symbolen hinzugefügt werden . @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 529 页 | 7.46 MB | 1 年前3
PlantUML 1.2021.3 Sprachreferenzverwenden: • actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 Foo1 -> Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections PlantUML Sprachreferenz (1.2021.2) 1 / 405 1.2 Deklaration eines Teilnehmers 1 SEQUENZ-DIAGRAMM Anwendungsfälle mit den << und >> Symbolen hinzugefügt werden . @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 406 页 | 4.22 MB | 1 年前3
PlantUML 1.2021.2 Sprachreferenzverwenden: • actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 Foo1 -> Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections PlantUML Sprachreferenz (1.2021.2) 1 / 388 1.2 Deklaration eines Teilnehmers 1 SEQUENZ-DIAGRAMM Anwendungsfälle mit den << und >> Symbolen hinzugefügt werden . @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 389 页 | 4.07 MB | 1 年前3
PlantUML 1.2021.1 Sprachreferenzverwenden: • actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 Foo1 -> Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections PlantUML Sprachreferenz (1.2021.1) 1 / 383 1.2 Deklaration eines Teilnehmers 1 SEQUENZ-DIAGRAMM Anwendungsfälle mit den << und >> Symbolen hinzugefügt werden . @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 384 页 | 4.02 MB | 1 年前3
firebird shell scripts deSicherheitsdatenbank wird auch mit dem neuen Kennwort aktualisiert. (/opt/firebird/security.fdb oder /opt/firebird/security2.fdb) Das Skript muss als Root-Benutzer ausgeführt werden. Wenn es ausgeführt mkdir databases # chown firebird:firebird databases Zu diesem Zeitpunkt steht das Verzeichnis /u01/database als Repository für eine oder mehrere Firebird-Datenbanken zur Verfügung. Im obigen Beispiel war können, muss ein Befehl wie in folgender Weise ausgeführt werden: # createAliasDB.sh<database_name> Das Skript verwendet zwei Parameter in der Befehlszeile, die beide obligatorisch sind: new_alias 0 码力 | 14 页 | 124.04 KB | 1 年前3
firebird generatoren ratgebereinzigen selbstdefinierten Generator: RDB$GENERATOR_NAME RDB$GENERATOR_ID RDB$SYSTEM_FLAG RDB$SECURITY_CLASS 1 1 SQL$DEFAULT 2 1 RDB$PROCEDURES 3 1 RDB$EXCEPTIONS 4 1 RDB$CONSTRAINT_NAME 5 1 RDB$FIELD_NAME Manipulation Language) Befehle in Client-seitigem SQL: SELECT GEN_ID( GeneratorName, increment ) FROM RDB$DATABASE; DML Anweisungen in PSQL (Procedural SQL, verfügbar in Stored Procedures und Triggern): intvar value; DROP SEQUENCE name; Und für die DML-Befehle: SELECT NEXT VALUE FOR SequenceName FROM RDB$DATABASE; intvar = NEXT VALUE FOR SequenceName; Derzeit unterstützt die neue Syntax ausschliesslich ein0 码力 | 22 页 | 183.60 KB | 1 年前3
Firebird Docwriting Guide Germanzum Feintuning da.
Und hier ist die resultierende Tabelle: Tabelle 2. LinuxQuestions.org poll: Database of the year 2003 Database Votes Percentage MySQL 405 36.45 Firebird 403 36.27 Postgres 269 24.21 Oracle 25LinuxQuestions.org poll: Database of the year 2003 align="right" colname="col–perc" colwidth="1*"/> Database Votes Percentage 0 码力 | 49 页 | 228.41 KB | 1 年前3
共 21 条
- 1
- 2
- 3













