databasename

databasenamedatabasename
  1. Make sure that the data source name is EXACTLY the same as jdbc / [ DATABASENAME ] .

    确保数据资源的名字必须是jdbc/[DATABASENAME]的形式。

  2. Database Server : { 0 } , DatabaseName : { 1 }

    数据库服务器:{0},数据库名称:{1}

  3. DatabaseName identifies the unique name that is to be assigned to the database to be created .

    DatabaseName标识为要创建的数据库分配的唯一名称。

  4. Make sure to specify the right databasename ( ECO2 ) and a valid username and password to connect to it .

    确保指定了正确的数据库名(ECO2),并指定了正确的连接到该数据库的有效用户名和口令。

  5. If the trace file has events with the databasename column populated , Database Engine Tuning Advisor uses that to find the database against which that event was executed .

    如果跟踪文件包含填充了databasename列的事件,则数据库引擎优化顾问将使用该列查找对其执行该事件的数据库。

  6. Second , the url attribute MUST be in the basic form " jdbc : derby : databaseName " where databaseName is the name of the Derby database you are working with .

    其次,url属性的基本格式必须是“jdbc:derby:databaseName”,其中databaseName是您将使用的Derby数据库的名称。