Structured Query Language for Java™ profiles

Profiles are generated by the SQLJ Translator, sqlj, when you translate the SQLJ source file. Profiles are serialized binary files. That is why these files have a .ser extension. These files contain the SQL statements from the associated SQLJ source file.

To generate profiles from your SQLJ source code, run the SQLJ translator, sqlj, on your .sqlj file.

For more information, see Compile and run SQLJ programs.

Related concepts
The structured query language for Java (SQLJ) translator (sqlj)
Precompile SQL statements in a profile using the DB2 SQLJ profile customizer, db2profc
Print the contents of DB2 SQLJ profiles (db2profp and profp)
SQLJ profile auditor installer (profdb)
Embed SQL statements in your Java application
Related tasks
Convert a serialized profile instance to Java class format using the SQLJ profile conversion tool (profconv)
Compile and run SQLJ programs