You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,7 @@ CYPHER 5 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
248
248
----
249
249
Failed to create the specified database alias 'garden.flowers': Database name or alias already exists.
250
250
----
251
+
The exception will have GQL Status code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42001[42001 - invalid syntax] with the cause link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N11[42N11 - graph reference already exists].
251
252
252
253
======
253
254
@@ -270,6 +271,7 @@ CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
270
271
----
271
272
Failed to create the specified database alias 'garden.flowers': Database name or alias already exists.
272
273
----
274
+
The exception will have GQL Status code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42001[42001 - invalid syntax] with the cause link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N11[42N11 - graph reference already exists].
273
275
======
274
276
=====
275
277
@@ -293,7 +295,7 @@ CYPHER 5 CREATE ALIAS `garden`.`flowers` FOR DATABASE `northwind-graph`
293
295
----
294
296
Cannot create database 'garden' because another database 'garden.flowers' exists with an ambiguous name.
295
297
----
296
-
298
+
The exception will have GQL Status code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N87[42N87 - database or alias with similar name exists].
297
299
======
298
300
299
301
[role=include-with-cypher-25]
@@ -316,6 +318,7 @@ CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
316
318
----
317
319
Cannot create database 'garden' because another database 'garden.flowers' exists with an ambiguous name.
318
320
----
321
+
The exception will have GQL Status code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N87[42N87 - database or alias with similar name exists].
0 commit comments