creating a pluggable DB

Hello

the 12 c on Win 2008.

Suppose we have the container named ORCL.

Can DBCA to create a pluggable DB to attached to it?

If yes how?

I can see it creates a container and pluggables at the same time.

Thank you.

Please go through the oracle documents before asking questions

ORACLE-BASE - shared: create and configure a plug-in database (PDB) in Oracle Database Release 1 (12.1) 12 c

BR

AK

Tags: Database

Similar Questions

  • CREATE a USER Oracle 12 c fails with ORA-01031 (insufficient privileges)

    I work with a client to start the test 12 c with an application.

    User logged into the database by using both "/ as sysdba" and "xxxxxxx/sys as sysdba.

    However, doing so CREATE USER someuser IDENTIFIED BY somepass;

    insufficient privileges ORA-01031 auto fails.

    I don't see an obvious reason why this does not work, and it works on my own system. Any ideas are appreciated.

    He said he was using a traditional database (no plug-in) wrong after previously created a pluggable.

    Daryl

    by chance, do you have database Vault (figure DVSYS) installed in your database? According to default manual installation program prevents you to create the user if data vault is configured.

    http://docs.Oracle.com/CD/B28359_01/server.111/b31222/DB_objects.htm

    Oracle Database Vault | Oracle database | Oracle

    Oracle Database Vault allows customers to avoid excesses in controlling the use of commands such as ALTER SYSTEM, ALTER USER, DROP USER, CREATE USER, etc.

    In addition, check this box

    "Create a user" gives ORA-01031: not sufficient privileges to user sys

  • Reached the maximum number of pluggable databases

    Hello

    I seem to have a problem creating a pluggable database.  I'm getting ORA-65010: maximum number of pluggable databases created.  What seems strange to me, is that I have only a plug-in database in the container.  This doesn't seem to be a common theoretical problem? maximum number is 252.? I've seen a few different numbers while rummaging through the internet.  I can't seem to find documentation about this limit or why that would trigger my max at 1.  I wonder if this can a hardware limitation, but after going through the error logs and love it, I can't find any problems with the initial installation.

    A little info, installation was complete installation + CBD + PDB.  Class Server, standard installation and I can connect both the container and the snap-in internal database and connection to the outside.  Most of the time I think its configured correctly.  I have a feeling that I missed something along the way, but I'm struggling to find an explanation for this.  The documentation is fine as a response, just needing a point in the right direction.

    Thank you.

    Hello

    For Enterprise edition of Oracle database, the limit is 252 connectable to databases. If you are using an Oracle database Standard edition, you can create a single snap-in database.

    Thank you

    Sanket

  • 12 c cannot modify or drop PDB

    Try to understand the new CBD and PDB, concepts from 11g to 12 c.

    Connection to SQL * Plus as a SYSTEM user, then created one using the PDB:

    Try to CREATE a PLUGGABLE DATABASE

    Test ADMIN USER

    IDENTIFIED BY password

    ROLES = (DBA)

    DEFAULT TABLESPACE users

    RE-USE OF TEMPFILE

    FILE_NAME_CONVERT = ("C:\Oracle\oradata\orcl\pdbseed','C:\Oracle\oradata\orcl\test")

    ;

    This generates an error:

    ORA-00604: an error has occurred at the SQL level 1 recursive

    ORA-02236: invalid file name

    However, the command: sho PDB

    shows the new TEST database in MOUNTED open mode

    The command: ALTER connectable to test DATABASE CLOSE;

    results in: ORA-01031: insufficient privileges

    The command: DROP DATABASE connectable to test DATA files INCLUDING;

    results in: ORA-01031: insufficient privileges

    1. why the order caused an error "invalid file name"?  Is the database record must be created in advance?

    2. why can the PDB not be edited or deleted?  What a privilege it is missing, and how it can be applied?

    Thank you.

    (1) here is a solution for the problem of "invalid file name".

    This statement creates a database without causing errors.  Essentially, the command creates a copy of the pdbseed database in the test folder.

    Try to CREATE a PLUGGABLE DATABASE

    Test ADMIN USER

    IDENTIFIED BY password

    FILE_NAME_CONVERT = ("C:\Oracle\oradata\orcl\pdbseed','C:\Oracle\oradata\orcl\test")

    ;

    By the process of elimination, the statement 'The DEFAULT TABLESPACE users' has been the cause of the original error.  Not sure why it gives a message "incorrect file name.

    (2) here is the solution to the problem "insufficient privileges".

    Connection to SQL * Plus with system/password@orcl resulted in permissions to create a database, but not to delete it.  Digging around, another approach to the opening of session allows permission to both create and delete the database.

    sqlplus / as sysdba

    Don't know what the difference is, but she has allowed the removal of the test databases.

    Thanks to all who helped.

  • Bare minimum space required to create a DB pluggable C 12 (12.1)

    Operating system platform: Oracle Linux 6.6

    DB version: 12.1.0.2.0 (Group of patches 1 c 12, released July 22, 2014)

    Edition: Enterprise Edition

    Type: Independent, no - ASM (data files stored in Linux Filesystem)

    Using DBCA, I want to create a container of 12 DB and a snap-in DB for development purposes. I just want to know the bare-minimum space required for this. Our test application data will need 20 GB of space.

    If I remember correctly, a starter 11.2 DB (with no data of the application) will be approximately 5 GB in size. We want to know what size will have a 12.1 DB starter.

    That is to say. I just want to know how much space is needed for a DB database container and a Pluggable-DB with options (like XMLDB,... etc.).

    I tried citing the following DOC. But it is not mentioned there.

    http://docs.Oracle.com/database/121/Admin/create.htm#i1008487

    Post edited by: greeny fixed mobile DB DB-ins.

    Just so you guys know that the DB + DB container connectable to a bare minimum size is 5.2 GB

    That is to say. not without any data of the company

    That's what looked like the file system, just after the creation of the DB

    $ df - Ph /oradata

    Size of filesystem used Avail use % mounted on

    / dev/map/vg_oradata-LogVol_oradata 12 G 5.2 G 6.0 G 47% /oradata

    I used the file system Linux (ext4) and OMF

    version: 12.1.0.2.0 (Group of patches 1 c 12, released on July 22, 2014)

    DBCA used to create the DB

  • 12 c to Oracle & SQL Developer 4.1.2 (Windows 8.1): problems of creating user

    After...

    • installing Oracle 12 c
    • decompression SQL development 4.1.2
    • by clicking on "sqldeveloper.exe".

    ... I am able to create a new connection:

    Connect.PNG

    Then, I'm supposed to create a new user. (Just FYI: it comes from an old assignment which I finally finished by using MS SQL Server.) But I'm still confused what I did wrong here...) My instructions everything first, run me the following command (as far as I can tell to create the user in the corresponding container):

    AlterSession.PNG

    Problem: After having successfully performed this command, other actions involving the connection causes the following error message:

    error.PNG

    After spending hours reinstalling Oracle and try different things (inspired by manuals and online forums) that never significantly improved situation, any kind of help are much appreciated!

    The exception is indicative that the PDB is NOT open.

    A "start" command does NOT open all of the default Database. When you first installed 12 c and created a sample DB installation process open. You likely judgment of the DB and pc - then you started the pc and the DB started automatically but then ONLY the root/CBD is started.

    You logged in as SYS to the root/CBD and together the container to the PDB but the PDB is not open.

    Multitenant has MANY differences from earlier versions and you just stumbled upon one of them. You have two options

    1. create a trigger AFTER STARTING that opens the PDB files to automatically open

    2 open the PDB manually - "ALTER PLUGGABLE DATABASE ALL OPEN;"

    I answered SEVERAL times in the multitenant forum answering the same basic issue. See for example my answers in this thread

    Re: creating new users in oracle 12 c

    Now for the advice, that no one ever seems 1) want to hear, 2) take seriously or 3) actually do.

    RTFM - with 12 multitenant c, that you will continue to have similar problems, until you read and understand the multi-tenant architecture.

    I recommend you first read chapters 17 and 18 of the doc of Concepts on the new 12 c multitenancy.

    http://docs.Oracle.com/CD/E16655_01/server.121/e17633/part_consol.htm#CHDGDBHJ

    There are 3 or 4 relevant threads in the forum shared that have chunks of that info. So if you want you can read these threads, my answers and links I provide still other threads:

    12 c: ORA-65049: creating local user or role is not permitted in the CBD$ ROOT

    Re: Configuration of an oracle connection 12 c

    Re: creating new users in oracle 12 c

  • Unable to connect pluggable database

    Hello

    Version: 12.1.0.2, platform: AIX, CBD: B12C, PDB: MYPDB1

    I am trying to connect newly created connectable to database. But it is throwing an error is not available and when I check open_mode is read/write for mypdb1 the database.

    Can you please help me where I am wrong? I fight with it more than a week.

    listener.ora :
    LSNRB12C =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = adc40)(PORT = 1550))
        )
      )
    
    
    SID_LIST_LSNRB12C =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = B12C)
          (ORACLE_HOME = /oracle/AIX/12102_64)
          (SID_NAME = B12C)
        )
        (SID_DESC =
          (ORACLE_HOME = /oracle/AIX/12102_64)
          (SID_NAME =MYPDB1)
        )
      )
    
    
    tnsnames.ora for pluggable database:
    MYPDB1 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = adc40)(PORT = 1550))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = MYPDB1)
        )
      )
    
    
    adc40 {oracle}:>lsnrctl status LSNRB12C
    LSNRCTL for IBM/AIX RISC System/6000: Version 12.1.0.2.0 - Production on 09-SEP-2015 21:56:44
    Copyright (c) 1991, 2014, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=adc40)(PORT=1550)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LSNRB12C
    Version                   TNSLSNR for IBM/AIX RISC System/6000: Version 12.1.0.2.0 - Production
    Start Date                08-SEP-2015 23:21:16
    Uptime                    0 days 22 hr. 35 min. 28 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /oracle/AIX/12102_64/network/admin/listener.ora
    Listener Log File         /oracle/AIX/diag/tnslsnr/adc40/lsnrb12c/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=adc40)(PORT=1550)))
    Services Summary...
    Service "B12C" has 1 instance(s).
      Instance "B12C", status UNKNOWN, has 1 handler(s) for this service...
    Service "MYPDB1" has 1 instance(s).
      Instance "MYPDB1", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    
    
    adc40 {oracle}:>env |grep ORACLE
    ORACLE_BASE=/oracle/AIX
    ORACLE_SID=B12C
    ORACLE_HOME=/oracle/AIX/12102_64
    
    
    adc40 {oracle}:>sqlplus "/as sysdba"
    SQL*Plus: Release 12.1.0.2.0 Production on Wed Sep 9 22:01:50 2015
    Copyright (c) 1982, 2014, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    
    
    SQL> select NAME,OPEN_MODE,RESTRICTED from v$pdbs;
    
    
    NAME                           OPEN_MODE  RES
    ------------------------------ ---------- ---
    PDB$SEED                       READ ONLY  NO
    MYPDB1                         READ WRITE NO
    MYPDB2                         READ WRITE NO
    MYPDB3                         READ WRITE NO
    
    
    SQL> create user c##1 identified by oracle container=all;
    User created.
    SQL> grant create session to C##1 container=all;
    Grant succeeded.
    SQL> sho con_name
    CON_NAME
    ------------------------------
    CDB$ROOT
    SQL>  alter session set container=mypdb1;
    Session altered.
    SQL> sho con_name
    CON_NAME
    ------------------------------
    MYPDB1
    
    
    SQL> connect c##1/oracle@adc40:1550/b12c
    Connected.
    SQL> connect c##1/oracle@adc40:1550/mypdb1
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 2311
    Additional information: 186818867
    Process ID: 0
    Session ID: 0 Serial number: 0
    
    
    Warning: You are no longer connected to ORACLE.
    
    
    
    

    Can you please tell me why it shows database is unavailable, even if mypdb is open?

    Thank you

    Arul

    You cannot connect to a PDB file through a registration of the listener static like this, because there is just no SID not named MYPDB1. You must register the services dynamically. In the root.

    ALTER system set local_listener = "adc40:1550";

    editing the system registry;

    --

    John Watson

    Oracle Certified Master s/n

  • PRKO-3115 by creating the service of database management policies

    Hello together,

    I have a mind to Oracle RAC Cluster 12.1.0.2 two node oracle Linux 7 installed and I tried to set up a service for a shared base managed policy, also 12.1.0.2 in this style:

    [ora121@Q4DEUMSY154 ~]$ srvctl add service -db cogn12Tc -pdb cogn12T -service svc_cogn12T -serverpool spRacNodes -cardinality UNIFORM -role primary -policy AUTOMATIC -failovertype SELECT -failovermethod BASIC -failoverretry 180 -failoverdelay 5 -clbgoal SHORT -rlbgoal SERVICE_TIME -dtp FALSE -tafpolicy BASIC
    

    The CDB is cogn12Tc, the cogn12T of the PDB.

    But I get a

    PRKO-3115 : -tafpolicy option cannot be used with policy-managed service svc_cogn12T
    

    I have not found the info (DOC), where Oracle describe, TAF is not able to use by policy successful DB? Is also funny, when I create service without the option - tafpolicy can I activate the TAf by editing:

    [ora121@Q4DEUMSY154 ~]$ srvctl add service -db cogn12Tc -pdb cogn12T -service svc_cogn12T -serverpool spRacNodes -cardinality UNIFORM -role primary -policy AUTOMATIC -failovertype SELECT -failovermethod BASIC -failoverretry 180 -failoverdelay 5 -clbgoal SHORT -rlbgoal SERVICE_TIME -dtp FALSE
    
    [ora121@Q4DEUMSY154 ~]$ srvctl modify service -db cogn12Tc -pdb cogn12T -service svc_cogn12T -tafpolicy BASIC
    
    [ora121@Q4DEUMSY154 ~]$ srvctl config service -service svc_cogn12T -db cogn12Tc
    Service name: svc_cogn12T
    Server pool: spRacNodes
    Cardinality: UNIFORM
    Disconnect: false
    Service role: PRIMARY
    Management policy: AUTOMATIC
    DTP transaction: false
    AQ HA notifications: false
    Global: false
    Commit Outcome: false
    Failover type: SELECT
    Failover method: BASIC
    TAF failover retries: 180
    TAF failover delay: 5
    Connection Load Balancing Goal: SHORT
    Runtime Load Balancing Goal: SERVICE_TIME
    TAF policy specification: BASIC
    Edition:
    Pluggable database name: cogn12T
    Maximum lag time: ANY
    SQL Translation Profile:
    Retention: 86400 seconds
    Replay Initiation Time: 300 seconds
    Session State Consistency:
    GSM Flags: 0
    Service is enabled
    Service is individually enabled on nodes:
    Service is individually disabled on nodes:
    

    As you can see, TAF is at the BASIC level. What's not here?

    A big thank you and best regards,

    David

    Documentation:

    -tafpolicy {BASIC | NONE | PRECONNECT}
    

    Governed by a policy TAF (for managed by administrator databases only).

    Note: You can use PRECONNECT When you specify the -preferred and -available parameters.

  • creating a catalog rman in 12 c

    Hello everyone, I am trying to create a new catalog in version 12 c, but I have a doubt assimilated, if the database must be a container or a snap-in database, someone has any ideas on the best option for the location

    You can use a pluggable database. It's the future architecture of the ORACLE database.

  • Public synonyms in a pluggable database deletion

    I have a base Oracle container 12 c with pluggable databases in it.  In a pluggable data bases, I uninstalled OLAP by running the following scripts:

    SQL > @%oracle_home%/olap/admin/catnoamd.sql

    SQL > @ /olap/admin/olapidrp.plb% oracle_home %

    SQL > @ /olap/admin/catnoxoq.sql% oracle_home %

    SQL > @ /olap/admin/catnoaps.sql% oracle_home %

    After you run the scripts, I then generated SQL statements to remove invalid OLAP synonyms, by executing the following:

    Select ' drop public synonym ' | object_name | ';'

    from dba_objects

    where <>of status "VALID."

    and owner = 'PUBLIC '.

    and object_type = 'SYNONYM '.

    and object_name like '% OLAP % ';

    When I run the SQL statements resulting in the snap-in data base, I get the following error for each of them:

    ERROR on line 1:

    ORA-65040: operation not allowed a pluggable database

    If I switch back to the ROOT of PEH container $ and executes the same statements, I get the following error:

    ERROR on line 1:

    ORA-01432: due public synonym being abandoned does not exist

    How can I remove these invalid public synonyms for my snap-in database?

    I think you're right. I re-read the note that I mentioned above. Even uninstalling an option is not supported for a CBD so far. Only option is to disable it. Second option is to create a non - CBD, uninstall option is not required and then plug it into a CBD.

    Salman

    ----------

    http://salmandba.blogspot.com

  • Cannot create a repository master/connection - connection to database error

    Hello peers - I installed Oracle Data Integrator 12cR1 (12.1.3.0.0) using FWM 12 c (WLS 12.1.3) and 12.1.0.2.0 Oracle database. Once finished, I used the RCU to create patterns of master repository and knit as you can see below the image using Service name plug-in (PDBORCL) rather than Service PEH (ORCL) unlike 11 g name.


    Therefore, the major problem I faced is that when creating a master in ODI repository, is not to find the pattern mentioned in the database and it is not as PDBORCL as the SID in the settings. See images below:

    My pictures installation and Configuration. As you can see, UCR has PDBORCL as the name of Service (pluggable database).

    odi_obia_vm_staticip.png

    So, using the same settings from the images above, I tried to create a master repository or a connection, but it does not create one. It throws the error repository is not available . Any help is appreciated.

    Thank you!

    Hello 2632950,

    You try to use a forward slash instead of the column at the end of the jdbc url:

    JDBC:Oracle:thin:@odiobia:1521/pdbord

    Instead of

    JDBC:Oracle:thin:@odiobia:1521:pdbord

    Kind regards

    JeromeFr

  • Create a PDB, OMF and PDB_FILE_NAME_CONVERT

    Hello

    I created a database of CBD with DB_CREATE_FILE_DEST = ' / u02/oradata.

    Data using OMF files, were created as follows:

    1    810      SYSTEM               YES     /u02/oradata/CDB2/datafile/o1_mf_system_b5f2f8s8_.dbf
    3    870      SYSAUX               NO      /u02/oradata/CDB2/datafile/o1_mf_sysaux_b5f2c7x3_.dbf
    4    220      UNDOTBS1             YES     /u02/oradata/CDB2/datafile/o1_mf_undotbs1_b5f2ho2y_.dbf
    5    250      PDB$SEED:SYSTEM      NO      /u02/oradata/CDB2/datafile/o1_mf_system_b5f2jy43_.dbf
    6    5        USERS                NO      /u02/oradata/CDB2/datafile/o1_mf_users_b5f2hmyl_.dbf
    7    550      PDB$SEED:SYSAUX      NO      /u02/oradata/CDB2/datafile/o1_mf_sysaux_b5f2jy41_.dbf
    

    I would like to create a plug-in database (PDB) with its data files located in/u02/oradata/CDB2/pdb2_1.

    I can't use FILE_NAME_CONVERT as the database use OMF.

    So I thought I would use the new parameter PDB_FILE_NAME_CONVERT:

    SQL> alter system set PDB_FILE_NAME_CONVERT = '/u02/oradata/CDB2','/u02/oradata/CDB2/PDB2_1';
    

    SQL> CREATE PLUGGABLE DATABASE pdb2_1 ADMIN USER pdb2_1_admin IDENTIFIED BY oracle_4U ROLES=(CONNECT);
    

    According to the report, RMAN, data files were created as follows:

    1    810      SYSTEM               YES     /u02/oradata/CDB2/datafile/o1_mf_system_b5f2f8s8_.dbf
    3    880      SYSAUX               NO      /u02/oradata/CDB2/datafile/o1_mf_sysaux_b5f2c7x3_.dbf
    4    220      UNDOTBS1             YES     /u02/oradata/CDB2/datafile/o1_mf_undotbs1_b5f2ho2y_.dbf
    5    250      PDB$SEED:SYSTEM      NO      /u02/oradata/CDB2/datafile/o1_mf_system_b5f2jy43_.dbf
    6    5        USERS                NO      /u02/oradata/CDB2/datafile/o1_mf_users_b5f2hmyl_.dbf
    7    550      PDB$SEED:SYSAUX      NO      /u02/oradata/CDB2/datafile/o1_mf_sysaux_b5f2jy41_.dbf
    10   250      PDB2_1:SYSTEM        NO      /u02/oradata/CDB2/07DA9CA33E5A49D8E053013C000AB7E5/datafile/o1_mf_system_b6f2gw99_.dbf
    11   550      PDB2_1:SYSAUX        NO      /u02/oradata/CDB2/07DA9CA33E5A49D8E053013C000AB7E5/datafile/o1_mf_sysaux_b6f2gw9h_.dbf
    

    Problem: For some reason any he uses '07DA9CA33E5A49D8E053013C000AB7E5' instead of PDB2_1.

    The same also happens when you set DB_CREATE_FILE_DEST = / u02/oradata/CDB2/pdb2_1

    It creates files in pdb2_1/u02/oradata/CDB2/pdb2_1//CDB207D25A844AA4E14DE053013C000A677C/datafile

    How can I use OMF to create data files in/u02/oradata/CDB2/pdb2_1/datafiles?

    The database is 12.1.0.2 running in the Oracle Linux 6.6

    Any ideas? Thank you!

    Unless someone has a better idea, I came to the following conclusion:

    Under 12.1.0.2, when you create a PDB file using OMF, there is no way to avoid the PDB GUID directory structure in the PDB name. However, it is possible to place the data to the PDB files inside or outside the directory of the CBD.

    The following example shows the order in the manner in which the settings are applied, according to the 12.1.0.2 Guide features:

    1. The FILE_NAME_CONVERT clause
    2. The CREATE_FILE_DEST clause
    3. The DB_CREATE_FILE_DEST initialization parameter located in the root
    4. The PDB_FILE_NAME_CONVERT initialization parameter

    FILE_NAME_CONVERT and PDB_FILE_NAME_CONVERT do not apply to OMF and cannot be used, the later being an initialization parameter and ignored when using OMF.

  • Create the local user g 12 DB

    Hello

    I am trying to create a local test user (DB 12 g Win7 / 64):

    SQL > conn sys

    SQL > alter session set container = PDBORCL;
    Altered session.


    SQL > show con_name

    CON_NAME
    ------------------
    PDBORCL


    SQL > create user test identified by the test.


    == > ORA-01109: database is not open.

    Select... v_$ services;


    0pdborcl2477889254pdborcl0
    5db112gr1XDB1684560570db112gr1XDB25.07.134091627695
    6db112gr11712327574db112gr125.07.134091627695
    1SYS$ BACKGROUND16595921928.06.133062388681
    2USERS OF SYS$342705567628.06.133062388681



    Sorry, I do not learn and understand the new concept of the current user / local again.


    How can I start the PDB and create a local user to manage the normal grant as users of 11 g DB schema?


    A big thank you and best regards

    Friedhold



    Hi Friedhold,

    I think the problem is that you connect to the database container rather than to the snap-in data base. You must connect the name of service associated with this snap-in db. Change connection string to test/test@pdborcl

    that should be found in your tnsnames file. Or you can use a syntax ezconnect.

    sqlplus test/test@//localhost:1521/pdborcl (or something similar)

    I posted a similar example on my blog that you can follow from beginning to end that can help explain.

    http://dbaharrison.blogspot.co.UK/2013/07/create-simple-user-in-12C-pluggable.html

    see you soon,

    Harry

  • profile mappings - pluggable mappings generated

    When you create a mapping of correction with the correction to create data profile editor, the map contains the generated pluggable mappings. Where can I find these mappings?

    I don't know where you find the pluggable mapping but if you select the card in your map and use the "Visit the child graph" button from the "Général" toolbar you should be able to see the mapping schema.

    See you soon
    If

  • Failed to create photo memories

    I use the mac on the Sierra photos app, update that became my mac perfect condition a paralyzed slug.

    According to the help of photos I can create a memory of an album as follows:

    1. Click on an album under Albums in the sidebar.
    2. Click Show as memory.
    3. Scroll down and click on add to memories

    My problem is that I do not see 'display in memory '.

    This means that I have no way to create a slideshow. No idea why I don't see "display memory"?

    Concerning

    My problem is that I do not see 'display in memory '.

    When you select an album in the sidebar, 'Show as memory' is under the search field in the toolbar.

    It is only available for standard albums, not for the smart albums.

Maybe you are looking for