Thursday, March 10, 2016

How to upgrade Goldengate 11.1 to 12.1.2.1.10


We use GoldenGate for replicating data between 2 RAC databases bidirectionally. Replications are schema based. Our current version is  11.1.1.1.

We want to upgrade GoldenGate to 12C to use integrated capture. Integrated capture supports more data types and more importantly supports compression.

Our system is

2 X  RAC database 11.2.0.3.2 with 2 nodes running on Linux Redhat 5.5 

This upgrade consist of 4 main steps:

1. Apply patches on Note 1411356.1

Applying patches 11.2.0.3.15 (Patch no: 20760997) and OGG RDBMS on top of 11.2.0.3.15  (Patch:21373865)



2. Linux upgrade 5.5 to 5.6. (We have to upgrade it because of minimum requirements)

After linux upgrade, we have to upgrade oracleasmlib.


for 5.5  -> oracleasm-2.6.18-194.el5-2.0.5-1.el5 

for 5.6   -> oracleasm-2.6.18-238.el5-2.0.5-1.el5


3. GoldenGate upgrade steps:



  • Stop all applications that cause transaction on database.
  • Note archivelog and SCN number:

GGSCI (dev1.com) 5> INFO EXTRACT XSSDOZG,showch
*****
 Recovery Checkpoint (position of oldest unprocessed transaction in the data source):
    Thread #: 1
    Sequence #: 11181
    RBA: 220041744
    Timestamp: 2015-10-13 09:39:23.000000
    SCN: 43.3481210601 (188164804329)
    Redo File: +DGLOG/dev/onlinelog/group_5.261.836222981

  • Note database SCN  number on source
SQL> col current_scn format 9999999999999999999
SQL> r
  1* select current_Scn from v$database
         CURRENT_SCN
--------------------
        188313744261



  • Run below command until no redo to capture on source:

  • GGSCI (dev1.com) 1> send extract XSSDOZG logend

    Sending LOGEND request to EXTRACT XSSDOZG ...
    NO.


    GGSCI (dev1.com) 2> send extract XSSDOZG logend

    Sending LOGEND request to EXTRACT XSSDOZG ...
    YES.



    • Stop extract and pump on source:

    GGSCI (dev1.com) 1> send extract XSSDOZG logend

    Sending LOGEND request to EXTRACT XSSDOZG ...
    NO.


    GGSCI (dev1.com) 2> send extract XSSDOZG logend

    Sending LOGEND request to EXTRACT XSSDOZG ...
    YES.


    • Uninstall marker_remove, ddl_disable, ddl_remove on source:

    [oradev@dev1 ocfsmnt]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.3.0 Production on Tue Oct 13 10:21:38 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options

    SQL> @ddl_disable

    Trigger altered.

    SQL> ddl_remove
    SP2-0042: unknown command "ddl_remove" - rest of line ignored.
    SQL> @ddl_remove

    DDL replication removal script.
    WARNING: this script removes all DDL replication objects and data.

    You will be prompted for the name of a schema for the GoldenGate database objects.
    NOTE: The schema must be created prior to running this script.

    Enter GoldenGate schema name:gg
    Working, please wait ...
    Spooling to file ddl_remove_spool.txt

    Script complete.
    SQL> @marker_remove

    Marker removal script.
    WARNING: this script removes all marker objects and data.

    You will be prompted for the name of a schema for the GoldenGate database objects.
    NOTE: The schema must be created prior to running this script.

    Enter GoldenGate schema name:gg

    PL/SQL procedure successfully completed.


    Sequence dropped.


    Table dropped.


    Script complete.



    • Run below comand on target until see output "At EOF":

    GGSCI (dev1.com) 5> send replicat ROZG status

    Sending STATUS request to REPLICAT ROZG ...
      Current status: At EOF

      Sequence #: 7
      RBA: 1384
      0 records in current transaction


    • Stop Replicats on target


    GGSCI (dev1.com) 6> stop replicat *

    Sending STOP request to REPLICAT ROZG ...
    Request processed.


    • Stop all managers:

    GGSCI (dev1.com) 5> stop mgr
    Manager process is required by other GGS processes.
    Are you sure you want to stop it (y/n)? y

    Sending STOP request to MANAGER ...
    Request processed.
    Manager stopped.


    • Check if there is a  process of goldengate: We are using OCFS as shared file system so:
    $ ps -ef|grep ocfs 



    • Give permission to gg directory:

    [oradev@dev1 ocfsmnt]$ chmod -R u+w gg


    • Run ./runinstaller with GUI for OGG 12.1.2
    Don't forget to uncheck "start manager"



    • OGG12.1.2.1.10 PSU should be applied at this point.


    • On target replicats:

    [oradev@dev1 ocfsmnt]$ ggsci

    Oracle GoldenGate Command Interpreter for Oracle
    Version 12.1.2.1.0 OGGCORE_12.1.2.1.0_PLATFORMS_140727.2135.1_FBO
    Linux, x64, 64bit (optimized), Oracle 11g on Aug  7 2014 09:14:25
    Operating system character set identified as UTF-8.

    Copyright (C) 1995, 2014, Oracle and/or its affiliates. All rights reserved.



    GGSCI (dev1.com) 1> dblogin userid gg
    Password:
    Successfully logged into database.

    GGSCI (dev1 as gg@dev1) 2> upgrade checkpointtable

    No checkpoint table specified. Using GLOBALS specification (GG.CHKPTAB)...

    Successfully upgraded checkpoint table GG.CHKPTAB.


    • Run below commands on sounce databases:

    [oradev@dev1 ocfsmnt_script_calissin_diye]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.3.0 Production on Wed Oct 14 11:11:59 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options

    SQL> @ulg
    Oracle GoldenGate supplemental log groups upgrade script.
    Please do not execute any DDL while this script is running. Press ENTER to continue.


    PL/SQL procedure successfully completed.


    • Run command ETROLLOVER: Here is the tricky part. You should write seqno of extract to pump and you should write seqno of pump to replicat
    ON SOURCE:

    GGSCI (dev1.com) 48> alter extract XOZGSSD etrollover

    2015-10-13 16:16:31  INFO    OGG-01520  Rollover performed.  For each affected output trail of Version 10 or higher format, after starting the source extract, issue ALTER EXTSEQNO for that trail's reader (either pump EXTRACT or REPLICAT) to move the reader's scan to the new trail file;  it will not happen automatically.
    EXTRACT altered.

    GGSCI (dev1.com) 50> alter extract POZGSSD etrollover

    2015-10-13 16:17:28  INFO    OGG-01520  Rollover performed.  For each affected output trail of Version 10 or higher format, after starting the source extract, issue ALTER EXTSEQNO for that trail's reader (either pump EXTRACT or REPLICAT) to move the reader's scan to the new trail file;  it will not happen automatically.
    EXTRACT altered.


    GGSCI (dev1.com) 52> info XOZGSSD detail

    EXTRACT    XOZGSSD   Last Started 2015-10-13 16:17   Status RUNNING
    Checkpoint Lag       00:00:00 (updated 00:00:00 ago)
    Process ID           18447
    Log Read Checkpoint  Oracle Redo Logs
                         2015-10-13 16:18:53  Thread 1, Seqno 11184, RBA 711680
                         SCN 43.3527051310 (188210645038)
    Log Read Checkpoint  Oracle Redo Logs
                         2015-10-13 16:18:52  Thread 2, Seqno 16664, RBA 9732624
                         SCN 43.3527050895 (188210644623)

      Target Extract Trails:

      Trail Name                                       Seqno        RBA     Max MB Trail Type

      ./dirdat/sd                                         19       1403         50 EXTTRAIL  

    GGSCI (dev1.com) 55> info POZGSSD detail

    EXTRACT    POZGSSD   Last Started 2015-10-13 16:19   Status RUNNING
    Checkpoint Lag       00:00:00 (updated 00:00:00 ago)
    Process ID           18661
    Log Read Checkpoint  File ./dirdat/sd000019
                         First Record  RBA 1403

      Target Extract Trails:

      Trail Name                                       Seqno        RBA     Max MB Trail Type

      ./dirdat/sd                                         18          0         50 RMTTRAIL  


    GGSCI (dev1.com) 53> ALTER EXTRACT POZGSSD , EXTSEQNO 19, EXTRBA 0
    EXTRACT altered.

    GGSCI (tst1.com) 24> alter replicat ROZGSSD,EXTSEQNO 18,  EXTRBA 0
    REPLICAT altered.

    ON TARGET:

    GGSCI (tst1.com) 24> alter replicat ROZGSSD,EXTSEQNO 18,  EXTRBA 0
    REPLICAT altered.



    • Run marker_setup and review set text files

    [oradev@dev1 ocfsmnt_script_calissin_diye]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.3.0 Production on Wed Oct 14 11:31:09 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options

    SQL> @marker_setup

    Marker setup script

    You will be prompted for the name of a schema for the Oracle GoldenGate database objects.
    NOTE: The schema must be created prior to running this script.
    NOTE: Stop all DDL replication before starting this installation.

    Enter Oracle GoldenGate schema name:gg


    Marker setup table script complete, running verification script...
    Please enter the name of a schema for the GoldenGate database objects:
    Setting schema name to GG

    MARKER TABLE
    -------------------------------
    OK

    MARKER SEQUENCE
    -------------------------------
    OK

    Script complete.


    • Run ddl_setup.

    [oradev@dev1 ocfsmnt_script_calissin_diye]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.3.0 Production on Wed Oct 14 11:32:19 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options

    SQL> @ddl_setup

    Oracle GoldenGate DDL Replication setup script

    Verifying that current user has privileges to install DDL Replication...

    You will be prompted for the name of a schema for the Oracle GoldenGate database objects.
    NOTE: For an Oracle 10g source, the system recycle bin must be disabled. For Oracle 11g and later, it can be enabled.
    NOTE: The schema must be created prior to running this script.
    NOTE: Stop all DDL replication before starting this installation.

    Enter Oracle GoldenGate schema name:gg

    Working, please wait ...
    Spooling to file ddl_setup_spool.txt

    Checking for sessions that are holding locks on Oracle Golden Gate metadata tables ...

    Check complete.




    Using GG as a Oracle GoldenGate schema name.

    Working, please wait ...

    DDL replication setup script complete, running verification script...
    Please enter the name of a schema for the GoldenGate database objects:
    Setting schema name to GG

    CLEAR_TRACE STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    CREATE_TRACE STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    TRACE_PUT_LINE STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    INITIAL_SETUP STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    DDLVERSIONSPECIFIC PACKAGE STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    DDLREPLICATION PACKAGE STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    DDLREPLICATION PACKAGE BODY STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    DDL IGNORE TABLE
    -----------------------------------
    OK

    DDL IGNORE LOG TABLE
    -----------------------------------
    OK

    DDLAUX  PACKAGE STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    DDLAUX PACKAGE BODY STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    SYS.DDLCTXINFO  PACKAGE STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    SYS.DDLCTXINFO  PACKAGE BODY STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    DDL HISTORY TABLE
    -----------------------------------
    OK

    DDL HISTORY TABLE(1)
    -----------------------------------
    OK

    DDL DUMP TABLES
    -----------------------------------
    OK

    DDL DUMP COLUMNS
    -----------------------------------
    OK

    DDL DUMP LOG GROUPS
    -----------------------------------
    OK

    DDL DUMP PARTITIONS
    -----------------------------------
    OK

    DDL DUMP PRIMARY KEYS
    -----------------------------------
    OK

    DDL SEQUENCE
    -----------------------------------
    OK

    GGS_TEMP_COLS
    -----------------------------------
    OK

    GGS_TEMP_UK
    -----------------------------------
    OK

    DDL TRIGGER CODE STATUS:

    Line/pos   Error
    ---------- -----------------------------------------------------------------
    No errors  No errors

    DDL TRIGGER INSTALL STATUS
    -----------------------------------
    OK

    DDL TRIGGER RUNNING STATUS
    -----------------------------------
    ENABLED

    STAYMETADATA IN TRIGGER
    -----------------------------------
    OFF

    DDL TRIGGER SQL TRACING
    -----------------------------------
    0

    DDL TRIGGER TRACE LEVEL
    -----------------------------------
    0

    LOCATION OF DDL TRACE FILE
    ------------------------------------------------------------------------------------------------------------------------
    /u01/app/oracle/diag/rdbms/dev/dev1/trace/ggs_ddl_trace.log

    Analyzing installation status...


    VERSION OF DDL REPLICATION
    ------------------------------------------------------------------------------------------------------------------------
    OGGCORE_12.1.2.1.0_PLATFORMS_140727.2135.1

    STATUS OF DDL REPLICATION
    ------------------------------------------------------------------------------------------------------------------------
    SUCCESSFUL installation of DDL Replication software components

    Script complete.


    • Run role_setup

    [oradev@dev1 gg]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.3.0 Production on Wed Oct 14 11:33:34 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options

    SQL> @role_setup

    GGS Role setup script

    This script will drop and recreate the role GGS_GGSUSER_ROLE
    To use a different role name, quit this script and then edit the params.sql script to change the gg_role parameter to the preferred name. (Do not run the script.)

    You will be prompted for the name of a schema for the GoldenGate database objects.
    NOTE: The schema must be created prior to running this script.
    NOTE: Stop all DDL replication before starting this installation.

    Enter GoldenGate schema name:gg
    Wrote file role_setup_set.txt

    PL/SQL procedure successfully completed.


    Role setup script complete

    Grant this role to each user assigned to the Extract, GGSCI, and Manager processes, by using the following SQL command:

    GRANT GGS_GGSUSER_ROLE TO <loggedUser>

    where <loggedUser> is the user assigned to the GoldenGate processes.
    SQL> GRANT GGS_GGSUSER_ROLE TO gg
      2  ;

    Grant succeeded.


    • Run ddl_enable:

    SQL> @ddl_enable

    Trigger altered.




    • Start manager and other processes:
    [oradev@dev1 gg]$ ggsci

    Oracle GoldenGate Command Interpreter for Oracle
    Version 12.1.2.1.0 OGGCORE_12.1.2.1.0_PLATFORMS_140727.2135.1_FBO
    Linux, x64, 64bit (optimized), Oracle 11g on Aug  7 2014 09:14:25
    Operating system character set identified as UTF-8.

    Copyright (C) 1995, 2014, Oracle and/or its affiliates. All rights reserved.



    GGSCI (dev1.com) 1> start manager
    Manager started.


    GGSCI (dev1.com) 2> info all

    Program     Status      Group       Lag at Chkpt  Time Since Chkpt

    MANAGER     RUNNING                                           
    EXTRACT     STOPPED     PSSDOZG     00:00:00      00:13:15    
    EXTRACT     STOPPED     XSSDOZG     00:24:58      00:14:38    
    REPLICAT    STOPPED     RSCSOZG     00:00:00      00:14:58    


    GGSCI (dev1.com) 3> start *

    Sending START request to MANAGER ...
    EXTRACT PSSDOZG starting

    Sending START request to MANAGER ...
    EXTRACT XSSDOZG starting

    Sending START request to MANAGER ...
    REPLICAT RSCSOZG starting



    4. Convert all processes from classic mode to integrated mode according to Note 1484313.1




















    Tuesday, March 1, 2016

    Starbucks İçecek Kalori Değerleri

    Bardak Boyu
    Süt
    Kalori(kcal)
    Starbucks Caffe Latte kalori
    Short
    Yağsız Süt
    67
    Yağlı Süt
    113
    Soya
    75
    Tall
    Yağsız Süt
    102
    Yağlı Süt
    176
    Soya
    116
    Grande
    Yağsız Süt
    131
    Yağlı Süt
    223
    Soya
    148
    Venti
    Yağsız Süt
    168



    Starbucks Cappuccino kalori
    Short
    Yağsız Süt
    55
    Yağlı Süt
    92
    Soya
    62
    Tall
    Yağsız Süt
    64
    Yağlı Süt
    108
    Soya
    72
    Grande
    Yağsız Süt
    82
    Yağlı Süt
    136
    Soya
    92
    Venti
    Yağsız Süt
    109
    Yağlı Süt
    184
    Soya
    123



    Starbucks Caramel Macchiato kalori
    Short
    Yağsız Süt
    97
    Yağlı Süt
    137
    Soya
    104
    Tall
    Yağsız Süt
    142
    Yağlı Süt
    201
    Soya
    153
    Grande
    Yağsız Süt
    193
    Yağlı Süt
    269
    Soya
    207
    Venti
    Yağsız Süt
    239
    Yağlı Süt
    337
    Soya
    256



    Starbucks Caffe Mocha (kremalı) kalori
    Short
    Yağsız Süt
    153
    Yağlı Süt
    191
    Soya
    160
    Tall
    Yağsız Süt
    219
    Yağlı Süt
    281
    Soya
    230
    Grande
    Yağsız Süt
    277
    Yağlı Süt
    353
    Soya
    291
    Venti
    Yağsız Süt
    336
    Yağlı Süt
    437
    Soya
    355



    Starbucks White Chocolate Mocha (Kremalı) kalori
    Short
    Yağsız Süt
    222
    Yağlı Süt
    260
    Soya
    229
    Tall
    Yağsız Süt
    322
    Yağlı Süt
    383
    Soya
    333
    Grande
    Yağsız Süt
    414
    Yağlı Süt
    489
    Soya
    428
    Venti
    Yağsız Süt
    507
    Yağlı Süt
    608
    Soya
    526



    Starbucks Filtre Kahve kalori
    Short
    3
    Tall
    4
    Grande
    5
    Venti
    6


    Starbucks Caffe Misto kalori
    Short
    Yağsız Süt
    37
    Yağlı Süt
    65
    Soya
    42
    Tall
    Yağsız Süt
    56
    Yağlı Süt
    97
    Soya
    63
    Grande
    Yağsız Süt
    73
    Yağlı Süt
    126
    Soya
    82
    Venti
    Yağsız Süt
    92
    Yağlı Süt
    160
    Soya
    104



    Starbucks Espresso kalori
    Solo
    6
    Doppio
    11

    Starbucks Espresso Con Panna kalori
    Solo
    31
    Doppio
    36


    Starbucks Espresso Macchiato kalori
    Solo
    Yağsız Süt
    7
    Yağlı Süt
    8
    Soya
    7
    Doppio
    Yağsız Süt
    13
    Yağlı Süt
    15
    Soya
    13



    Starbucks Tea kalori
    Short
    0
    Tall
    0
    Grande
    0
    Venti
    0


    Starbucks Chai Tea Latte kalori
    Short
    Yağsız Süt
    103
    Yağlı Süt
    129
    Soya
    108
    Tall
    Yağsız Süt
    154
    Yağlı Süt
    194
    Soya
    162
    Grande
    Yağsız Süt
    204
    Yağlı Süt
    255
    Soya
    213
    Venti
    Yağsız Süt
    256
    Yağlı Süt
    322
    Soya
    268



    Starbucks Premium Hot Chocolate (Kremalı) kalori
    Short
    Yağsız Süt
    267
    Yağlı Süt
    293
    Soya
    272
    Tall
    Yağsız Süt
    393
    Yağlı Süt
    433
    Soya
    401
    Grande
    Yağsız Süt
    505
    Yağlı Süt
    556
    Soya
    515
    Venti
    Yağsız Süt
    624
    Yağlı Süt
    690
    Soya
    637
    SOĞUK İÇECEKLER
    Starbucks Buzlu Caffè Latte kalori
    Tall
    Yağsız Süt
    68
    Yağlı Süt
    115
    Soya
    80
    Grande
    Yağsız Süt
    90
    Yağlı Süt
    149
    Soya
    104
    Venti
    Yağsız Süt
    100
    Yağlı Süt
    168
    Soya
    118



    Starbucks Buzlu Caramel Macchiato kalori
    Tall
    Yağsız Süt
    139
    Yağlı Süt
    191
    Soya
    152
    Grande
    Yağsız Süt
    188
    Yağlı Süt
    257
    Soya
    206
    Venti
    Yağsız Süt
    215
    Yağlı Süt
    291
    Soya
    234



    Starbucks Buzlu Caffe Mocha (Kremalı) kalori
    Tall
    Yağsız Süt
    139
    Yağlı Süt
    191
    Soya
    152
    Grande
    Yağsız Süt
    188
    Yağlı Süt
    257
    Soya
    206
    Venti
    Yağsız Süt
    215
    Yağlı Süt
    291
    Soya
    234



    Starbucks Buzlu Caffe Americano kalori
    Tall
    11

    Grande
    17
    Venti
    23

    Starbucks Buzlu Chai Tea Latte kalori
    Tall
    Yağsız Süt
    152
    Yağlı Süt
    191
    Soya
    162
    Grande
    Yağsız Süt
    205
    Yağlı Süt
    259
    Soya
    219
    Venti
    Yağsız Süt
    242
    Yağlı Süt
    299
    Soya
    256



    Starbucks Frappuccino® kalori
    Caramel (Kremalı)
    Tall
    Yağsız Süt
    273
    Yağlı Süt
    294
    Soya
    278
    Grande
    Yağsız Süt
    375
    Yağlı Süt
    400
    Soya
    380
    Venti
    Yağsız Süt
    427
    Yağlı Süt
    455
    Soya
    433
    Coffee
    Tall
    Yağsız Süt
    157
    Yağlı Süt
    177
    Soya
    161
    Grande
    Yağsız Süt
    216
    Yağlı Süt
    242
    Soya
    222
    Venti
    Yağsız Süt
    269
    Yağlı Süt
    296
    Soya
    275
    Espresso
    Tall
    Yağsız Süt
    136
    Yağlı Süt
    148
    Soya
    139
    Grande
    Yağsız Süt
    200
    Yağlı Süt
    217
    Soya
    204
    Venti
    Yağsız Süt
    250
    Yağlı Süt
    270
    Soya
    254
    Mocha (Kremalı)
    Tall
    Yağsız Süt
    254
    Yağlı Süt
    274
    Soya
    258
    Grande
    Yağsız Süt
    346
    Yağlı Süt
    370
    Soya
    352
    Venti
    Yağsız Süt
    410
    Yağlı Süt
    437
    Soya
    416
    Java Chip (Kremalı)
    Tall
    Yağsız Süt
    289
    Yağlı Süt
    308
    Soya
    293
    Grande
    Yağsız Süt
    395
    Yağlı Süt
    419
    Soya
    400
    Venti
    Yağsız Süt
    485
    Yağlı Süt
    511
    Soya
    491
    White Chocolate Mocha (Kremalı)
    Tall
    Yağsız Süt
    287
    Yağlı Süt
    307
    Soya
    292
    Grande
    Yağsız Süt
    418
    Yağlı Süt
    441
    Soya
    423
    Venti
    Yağsız Süt
    506
    Yağlı Süt
    534
    Soya
    514
    Frappuccino® (Kahve İçermez) kalori
    Caramel (Kremalı)
    Tall
    Yağsız Süt
    238
    Yağlı Süt
    265
    Soya
    244
    Grande
    Yağsız Süt
    317
    Yağlı Süt
    351
    Soya
    325
    Venti
    Yağsız Süt
    368
    Yağlı Süt
    409
    Soya
    377
    Chocolate (Kremalı)
    Tall
    Yağsız Süt
    226
    Yağlı Süt
    253
    Soya
    232
    Grande
    Yağsız Süt
    314
    Yağlı Süt
    349
    Soya
    322
    Venti
    Yağsız Süt
    360
    Yağlı Süt
    401
    Soya
    370
    Vanilla (Kremalı)
    Tall
    Yağsız Süt
    216
    Yağlı Süt
    243
    Soya
    222
    Grande
    Yağsız Süt
    305
    Yağlı Süt
    341
    Soya
    313
    Venti
    Yağsız Süt
    347
    Yağlı Süt
    388
    Soya
    346
    Java Chip (Kremalı)
    Tall
    Yağsız Süt
    253
    Yağlı Süt
    280
    Soya
    259
    Grande
    Yağsız Süt
    338
    Yağlı Süt
    370
    Soya
    345
    Venti
    Yağsız Süt
    426
    Yağlı Süt
    466
    Soya
    435
    Strawberries and Cream (Kremalı)
    Tall
    Yağsız Süt
    300
    Yağlı Süt
    326
    Soya
    306
    Grande
    Yağsız Süt
    384
    Yağlı Süt
    416
    Soya
    391
    Venti
    Yağsız Süt
    422
    Yağlı Süt
    460
    Soya
    431
    Chai (Kremalı)
    Tall
    Yağsız Süt
    231
    Yağlı Süt
    258
    Soya
    237
    Grande
    Yağsız Süt
    329
    Yağlı Süt
    336
    Soya
    362
    Venti
    Yağsız Süt
    414
    Yağlı Süt
    453
    Soya
    423
    Raspberry Black Currant Frappuccino® (Meyve Bazlı)
    Tall
    158
    Grande
    192
    Venti
    229
    Mango Passion Fruit Frappuccino® (Meyve Bazlı)

    Tall
    157
    Grande
    191
    Venti
    228





    Not: Bu bilgiler starbucks resmi sitesinden alıntıdır.